Skip to content

Commit 767ce5d

Browse files
committed
Add changelog note for breaking change in kubernetes#371
1 parent fff7de4 commit 767ce5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ After a testing period of 12 days, there were no additional bugs found or featur
2929

3030
## v1.3.0-rc.0 / 2018-03-23
3131

32+
* [CHANGE] Removed `--in-cluster` flag in [#371](https://github.com/kubernetes/kube-state-metrics/pull/371).
33+
Users can no longer specify `--apiserver` with `--in-cluster=true`. To
34+
emulate this behaviour in future releases, set the `KUBERNETES_SERVICE_HOST`
35+
environment variable to the value of the `--apiserver` argument.
3236
* [FEATURE] Allow to specify multiple namespace.
3337
* [FEATURE] Add `kube_pod_completion_time`, `kube_pod_spec_volumes_persistentvolumeclaims_info`, and `kube_pod_spec_volumes_persistentvolumeclaims_readonly` metrics to the Pod collector.
3438
* [FEATURE] Add `kube_node_spec_taint` metric.

0 commit comments

Comments
 (0)