Merge pull request #82867 from sftim/20190919_fix_v1.16_release_note_typo

Fix typo in v1.16 CHANGELOG
This commit is contained in:
Kubernetes Prow Robot 2019-09-19 11:06:03 -07:00 committed by GitHub
commit 63ca9f61af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
- [Metrics Changes](#metrics-changes)
- [Added metrics](#added-metrics)
- [Removed metrics](#removed-metrics)
- [Depreciated/changed metrics](#depreciatedchanged-metrics)
- [Deprecated/changed metrics](#deprecatedchanged-metrics)
- [Notable Features](#notable-features)
- [Beta](#beta)
- [Alpha](#alpha)
@ -310,7 +310,7 @@ The main themes of this release are:
- Removed cadvisor metric labels `pod_name` and `container_name` to match instrumentation guidelines. Any Prometheus queries that match `pod_name` and `container_name` labels (e.g. cadvisor or kubelet probe metrics) must be updated to use `pod` and `container` instead. ([#80376](https://github.com/kubernetes/kubernetes/pull/80376), [@ehashman](https://github.com/ehashman))
### Depreciated/changed metrics
### Deprecated/changed metrics
- kube-controller-manager and cloud-controller-manager metrics are now marked as with the ALPHA stability level. ([#81624](https://github.com/kubernetes/kubernetes/pull/81624), [@logicalhan](https://github.com/logicalhan))
- kube-proxy metrics are now marked as with the ALPHA stability level. ([#81626](https://github.com/kubernetes/kubernetes/pull/81626), [@logicalhan](https://github.com/logicalhan))