Skip to content

Commit cdd2e6d

Browse files
committed
fix(defaults): set clientlibs defaults to an empty list
BREAKING CHANGE: The golang clientib is not required for the regular use of this formula but, if you already expected it to be installed by default, you'll need to update your pillars to do so. Running this version of the formula over previous ones won't break the minions, only skip clientlibs.
1 parent 1dc291f commit cdd2e6d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

prometheus/defaults.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
---
44
prometheus:
55
wanted:
6-
clientlibs:
7-
- golang
6+
clientlibs: []
87
component:
98
- prometheus
109
- alertmanager

prometheus/osfamilymap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ RedHat:
117117
Suse: {}
118118

119119
Gentoo:
120-
wanted:
121-
clientlibs: []
122120
pkg:
123121
use_upstream_repo: false
124122
use_upstream_archive: false

0 commit comments

Comments
 (0)