mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-08 01:54:03 +00:00
*: cut 0.22.1
This commit is contained in:
parent
9a8a58d679
commit
2d723f9707
9 changed files with 19 additions and 14 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
* [CHANGE] Deprecate specification of Prometheus rules via ConfigMaps in favor of `PrometheusRule` CRDs
|
||||
|
||||
## 0.22.1 / 2018-07-19
|
||||
|
||||
* [ENHANCEMENT] Enable operation when CRDs are created externally (#1640)
|
||||
* [BUGFIX] Do not watch for new namespaces if a specific namespace has been selected (#1640)
|
||||
|
||||
## 0.22.0 / 2018-07-09
|
||||
|
||||
* [FEATURE] Allow setting volume name via volumetemplateclaimtemplate in prom and alertmanager (#1538)
|
||||
|
|
|
@ -60,8 +60,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -116,8 +116,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.22.0
|
||||
0.22.1
|
||||
|
|
|
@ -98,8 +98,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -19,8 +19,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -19,8 +19,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -19,8 +19,8 @@ spec:
|
|||
- args:
|
||||
- --kubelet-service=kube-system/kubelet
|
||||
- --config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.0
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.0
|
||||
- --prometheus-config-reloader=quay.io/coreos/prometheus-config-reloader:v0.22.1
|
||||
image: quay.io/coreos/prometheus-operator:v0.22.1
|
||||
name: prometheus-operator
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
|||
namespace: 'default',
|
||||
|
||||
versions+:: {
|
||||
prometheusOperator: 'v0.22.0',
|
||||
prometheusOperator: 'v0.22.1',
|
||||
configmapReloader: 'v0.0.1',
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue