1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

CHANGELOG: add v0.6.0 changes

This commit is contained in:
Frederic Branczyk 2017-02-28 09:58:35 +01:00
parent 3c4ad76257
commit c29569311e
No known key found for this signature in database
GPG key ID: CA14788B1E48B256

View file

@ -1,3 +1,12 @@
## 0.6.0 / 2017-02-28
* [FEATURE] Allow not tagging targets with the `namespace` label.
* [FEATURE] Allow specifying `ServiceAccountName` to be used by Prometheus pods.
* [ENHANCEMENT] Label governing services to uniquely identify them.
* [ENHANCEMENT] Reconcile Serive and Endpoints objects.
* [ENHANCEMENT] General stability improvements.
* [BUGFIX] Hostname cannot be fqdn when syncing kubelets into Endpoints object.
## 0.5.1 / 2017-02-17
* [BUGFIX] Use correct governing `Service` for Prometheus `StatefulSet`.