1- ## v2.0.0.-alpha / 2020-05-24
1+ ## v2.0.0-alpha.1 / 2020-10-06
2+
3+ * [ CHANGE] Update go module path to k8s.io/kube-state-metrics/v2 #1238
4+ * [ CHANGE] Bump klog to v2 and client-go to 1.19 #1250
5+ * [ FEATURE] Add iscsi initiator name to persistentvolume_info #1235
6+ * [ BUGFIX] Added Namespace to Rolebinding Jsonnet #1233
7+ * [ BUGFIX] Reference closure scoped family generator #1240
8+
9+ ## v2.0.0-alpha / 2020-09-16
210
311NOTE: This is a major new alpha 2.0 release with breaking changes and removed metrics. See details below!
412
5- * [ CHANGE] Update go module path to k8s.io/kube-state-metrics/v2 # 1238
13+ * [ CHANGE] Apply boundaries to metrics and allow via flag (--labels-allow-list) what labels to include # 1125
614* [ CHANGE] Update DaemonSet updated_number_scheduled metric name to be consistent #1181
715Metric was changed from kube_daemonset_updated_number_scheduled to kube_daemonset_status_updated_number_scheduled
816* [ CHANGE] Rework resource metrics #1168
@@ -15,7 +23,8 @@ Metrics kube_pod_container_resource_requests, kube_pod_container_resource_limits
1523* [ CHANGE] v2: Rename collector flag to resource flag #1006
1624--resources is the new flag
1725* [ CHANGE] Remove non-identifying labels from pod metrics #1009
18- * [ CHANGE] v2: Remove deprecated metrics #1004
26+ * [ CHANGE] v2: Remove deprecated stable metrics #1004
27+ Note that some of these were replaced with EXPERIMENTAL resource metrics. See #1168 for more details.
1928 ` kube_pod_container_resource_requests ` and ` kube_pod_container_resource_limits ` are the replacements with ` resource ` labels
2029 representing the resource name and ` unit ` labels representing the resource unit.
2130 - kube_pod_container_resource_requests_cpu_cores
@@ -37,7 +46,6 @@ New flags are --metric-allowlist and --metric-denylist
3746All metrics with prefix of kube_hpa_ were renamed to kube_horizontalpodautoscaler_
3847* [ CHANGE] v2: change metrics port to 8080, telemetry port to 8081 #1005
3948* [ FEATURE] Add http request metric for kube-state-metrics main /metrics #1218
40- * [ FEATURE] Apply boundaries to metrics and allow via flag (--labels-allow-list) what labels to include #1125
4149* [ FEATURE] Add fc/iscsi/nfs identifier tags to persistentvolume_info metric #1208
4250* [ FEATURE] Adds new pod metric kube_pod_container_state_started #1183
4351* [ FEATURE] Add observedGeneration metric (kube_daemonset_status_observed_generation) for DaemonSets #1178
0 commit comments