1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

cut v0.10.1

This commit is contained in:
Frederic Branczyk
2017-06-13 11:21:02 +02:00
parent fdbbc231db
commit 1e5bf0d541
8 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
## 0.10.1 / 2017-06-13
Attention: if the basic auth feature was previously used, the `key` and `name`
fields need to be switched. This was not intentional, and the bug is not fixed,
but causes this change.
* [CHANGE] Prometheus default version v1.7.1.
* [CHANGE] Alertmanager default version v0.7.1.
* [BUGFIX] Fix basic auth secret key selector `key` and `name` switched.
* [BUGFIX] Fix route prefix flag not always being set for Prometheus.
* [BUGFIX] Fix nil panic on replica metrics.
* [FEATURE] Add ability to specify Alertmanager path prefix for Prometheus.
## 0.10.0 / 2017-06-09
* [CHANGE] Prometheus route prefix defaults to root.

View File

@@ -43,7 +43,7 @@ spec:
serviceAccountName: prometheus-operator
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
args:
- "--kubelet-service=kube-system/kubelet"
- "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1"

View File

@@ -85,7 +85,7 @@ spec:
serviceAccountName: prometheus-operator
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
resources:
requests:
cpu: 100m

View File

@@ -1,2 +1,2 @@
0.10.0
0.10.1

View File

@@ -75,7 +75,7 @@ spec:
serviceAccountName: prometheus-operator
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
resources:
requests:
cpu: 100m

View File

@@ -14,7 +14,7 @@ spec:
serviceAccountName: prometheus-operator
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
args:
- "--kubelet-service=kube-system/kubelet"
- "--config-reloader-image=quay.io/coreos/configmap-reload:v0.0.1"

View File

@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
resources:
requests:
cpu: 100m

View File

@@ -14,7 +14,7 @@ spec:
serviceAccountName: prometheus-operator
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:v0.10.0
image: quay.io/coreos/prometheus-operator:v0.10.1
resources:
requests:
cpu: 100m