Skip to content

Commit 513b462

Browse files
authored
[kube-prometheus-stack]: bump to 0.79.1 (#5072)
* [kube-prometheus-stack]: bump to 0.79.1 Signed-off-by: Micah Nagel <[email protected]> * fix: missed one CRD Signed-off-by: Micah Nagel <[email protected]> * fix: switch version to patch update Signed-off-by: Micah Nagel <[email protected]> --------- Signed-off-by: Micah Nagel <[email protected]> Signed-off-by: Micah Nagel <[email protected]>
1 parent d2ba9fa commit 513b462

File tree

11 files changed

+70
-94
lines changed

11 files changed

+70
-94
lines changed

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ name: kube-prometheus-stack
2323
sources:
2424
- https://github.com/prometheus-community/helm-charts
2525
- https://github.com/prometheus-operator/kube-prometheus
26-
version: 67.2.0
27-
appVersion: v0.79.0
26+
version: 67.2.1
27+
appVersion: v0.79.1
2828
kubeVersion: ">=1.19.0-0"
2929
home: https://github.com/prometheus-operator/kube-prometheus
3030
keywords:

charts/kube-prometheus-stack/charts/crds/crds/crd-alertmanagerconfigs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: alertmanagerconfigs.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com

charts/kube-prometheus-stack/charts/crds/crds/crd-alertmanagers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: alertmanagers.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com

charts/kube-prometheus-stack/charts/crds/crds/crd-podmonitors.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: podmonitors.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -78,6 +78,18 @@ spec:
7878
It requires Prometheus >= v2.28.0.
7979
pattern: (^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$
8080
type: string
81+
fallbackScrapeProtocol:
82+
description: |-
83+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
84+
85+
It requires Prometheus >= v3.0.0.
86+
enum:
87+
- PrometheusProto
88+
- OpenMetricsText0.0.1
89+
- OpenMetricsText1.0.0
90+
- PrometheusText0.0.4
91+
- PrometheusText1.0.0
92+
type: string
8193
jobLabel:
8294
description: |-
8395
The label to use to retrieve the job name from.
@@ -1094,18 +1106,6 @@ spec:
10941106
Whether to scrape a classic histogram that is also exposed as a native histogram.
10951107
It requires Prometheus >= v2.45.0.
10961108
type: boolean
1097-
scrapeFallbackProtocol:
1098-
description: |-
1099-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1100-
1101-
It requires Prometheus >= v3.0.0.
1102-
enum:
1103-
- PrometheusProto
1104-
- OpenMetricsText0.0.1
1105-
- OpenMetricsText1.0.0
1106-
- PrometheusText0.0.4
1107-
- PrometheusText1.0.0
1108-
type: string
11091109
scrapeProtocols:
11101110
description: |-
11111111
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

charts/kube-prometheus-stack/charts/crds/crds/crd-probes.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: probes.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -174,6 +174,18 @@ spec:
174174
- key
175175
type: object
176176
x-kubernetes-map-type: atomic
177+
fallbackScrapeProtocol:
178+
description: |-
179+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
180+
181+
It requires Prometheus >= v3.0.0.
182+
enum:
183+
- PrometheusProto
184+
- OpenMetricsText0.0.1
185+
- OpenMetricsText1.0.0
186+
- PrometheusText0.0.4
187+
- PrometheusText1.0.0
188+
type: string
177189
interval:
178190
description: |-
179191
Interval at which targets are probed using the configured prober.
@@ -683,18 +695,6 @@ spec:
683695
Whether to scrape a classic histogram that is also exposed as a native histogram.
684696
It requires Prometheus >= v2.45.0.
685697
type: boolean
686-
scrapeFallbackProtocol:
687-
description: |-
688-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
689-
690-
It requires Prometheus >= v3.0.0.
691-
enum:
692-
- PrometheusProto
693-
- OpenMetricsText0.0.1
694-
- OpenMetricsText1.0.0
695-
- PrometheusText0.0.4
696-
- PrometheusText1.0.0
697-
type: string
698698
scrapeProtocols:
699699
description: |-
700700
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

charts/kube-prometheus-stack/charts/crds/crds/crd-prometheusagents.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: prometheusagents.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -6856,18 +6856,6 @@ spec:
68566856
type: object
68576857
type: object
68586858
x-kubernetes-map-type: atomic
6859-
scrapeFallbackProtocol:
6860-
description: |-
6861-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
6862-
6863-
It requires Prometheus >= v3.0.0.
6864-
enum:
6865-
- PrometheusProto
6866-
- OpenMetricsText0.0.1
6867-
- OpenMetricsText1.0.0
6868-
- PrometheusText0.0.4
6869-
- PrometheusText1.0.0
6870-
type: string
68716859
scrapeInterval:
68726860
default: 30s
68736861
description: |-

charts/kube-prometheus-stack/charts/crds/crds/crd-prometheuses.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: prometheuses.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -8564,18 +8564,6 @@ spec:
85648564
type: object
85658565
type: object
85668566
x-kubernetes-map-type: atomic
8567-
scrapeFallbackProtocol:
8568-
description: |-
8569-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
8570-
8571-
It requires Prometheus >= v3.0.0.
8572-
enum:
8573-
- PrometheusProto
8574-
- OpenMetricsText0.0.1
8575-
- OpenMetricsText1.0.0
8576-
- PrometheusText0.0.4
8577-
- PrometheusText1.0.0
8578-
type: string
85798567
scrapeInterval:
85808568
default: 30s
85818569
description: |-

charts/kube-prometheus-stack/charts/crds/crds/crd-prometheusrules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: prometheusrules.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com

charts/kube-prometheus-stack/charts/crds/crds/crd-scrapeconfigs.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: scrapeconfigs.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -4075,6 +4075,18 @@ spec:
40754075
- server
40764076
type: object
40774077
type: array
4078+
fallbackScrapeProtocol:
4079+
description: |-
4080+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
4081+
4082+
It requires Prometheus >= v3.0.0.
4083+
enum:
4084+
- PrometheusProto
4085+
- OpenMetricsText0.0.1
4086+
- OpenMetricsText1.0.0
4087+
- PrometheusText0.0.4
4088+
- PrometheusText1.0.0
4089+
type: string
40784090
fileSDConfigs:
40794091
description: FileSDConfigs defines a list of file service discovery
40804092
configurations.
@@ -11259,18 +11271,6 @@ spec:
1125911271
Whether to scrape a classic histogram that is also exposed as a native histogram.
1126011272
It requires Prometheus >= v2.45.0.
1126111273
type: boolean
11262-
scrapeFallbackProtocol:
11263-
description: |-
11264-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
11265-
11266-
It requires Prometheus >= v3.0.0.
11267-
enum:
11268-
- PrometheusProto
11269-
- OpenMetricsText0.0.1
11270-
- OpenMetricsText1.0.0
11271-
- PrometheusText0.0.4
11272-
- PrometheusText1.0.0
11273-
type: string
1127411274
scrapeInterval:
1127511275
description: ScrapeInterval is the interval between consecutive scrapes.
1127611276
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$

charts/kube-prometheus-stack/charts/crds/crds/crd-servicemonitors.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
1+
# https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.1/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
22
---
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
77
controller-gen.kubebuilder.io/version: v0.16.5
8-
operator.prometheus.io/version: 0.79.0
8+
operator.prometheus.io/version: 0.79.1
99
name: servicemonitors.monitoring.coreos.com
1010
spec:
1111
group: monitoring.coreos.com
@@ -1011,6 +1011,18 @@ spec:
10111011
type: boolean
10121012
type: object
10131013
type: array
1014+
fallbackScrapeProtocol:
1015+
description: |-
1016+
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1017+
1018+
It requires Prometheus >= v3.0.0.
1019+
enum:
1020+
- PrometheusProto
1021+
- OpenMetricsText0.0.1
1022+
- OpenMetricsText1.0.0
1023+
- PrometheusText0.0.4
1024+
- PrometheusText1.0.0
1025+
type: string
10141026
jobLabel:
10151027
description: |-
10161028
`jobLabel` selects the label from the associated Kubernetes `Service`
@@ -1108,18 +1120,6 @@ spec:
11081120
Whether to scrape a classic histogram that is also exposed as a native histogram.
11091121
It requires Prometheus >= v2.45.0.
11101122
type: boolean
1111-
scrapeFallbackProtocol:
1112-
description: |-
1113-
The protocol to use if a scrape returns blank, unparseable, or otherwise invalid Content-Type.
1114-
1115-
It requires Prometheus >= v3.0.0.
1116-
enum:
1117-
- PrometheusProto
1118-
- OpenMetricsText0.0.1
1119-
- OpenMetricsText1.0.0
1120-
- PrometheusText0.0.4
1121-
- PrometheusText1.0.0
1122-
type: string
11231123
scrapeProtocols:
11241124
description: |-
11251125
`scrapeProtocols` defines the protocols to negotiate during a scrape. It tells clients the

0 commit comments

Comments
 (0)