|
| 1 | +## v2.7.0 / 2022-11-25 |
| 2 | + |
| 3 | +Note: Experimental VerticalPodAutoscaler metrics are considered deprecated in this release and will be removed in v2.9.0. |
| 4 | +Please use CustomResourceStateMetrics to gather metrics from VPA resources. See: #1718 |
| 5 | + |
| 6 | +Note: Experimental CustomResourceState changed their naming convention for better usability. |
| 7 | +The name of the CRD used to be interpolated into the name of the metric which made it impossible to aggregate a CRD across different versions. |
| 8 | +This was changed to have the GVK information represented as labels: |
| 9 | +kube_myteam_io_v1_Foo_uptime -> kube_crd_uptime{group="myteam.io", kind="Foo", version="v1"} |
| 10 | +See: #1847 |
| 11 | + |
| 12 | +* [CHANGE] Deprecate VerticalPodAutoscaler metrics #1835 @rexagod |
| 13 | +* [CHANGE] Recommend kube-scheduler metrics for container resource limits and requests #1849 @rexagod |
| 14 | +* [FEATURE] Add experimental kube_pod_container_status_last_terminated_exitcode metric #1752 @ssabo |
| 15 | +* [FEATURE] Introduce custom-resources-only flag #1813 @bavarianbidi |
| 16 | +* [FEATURE] Allow allowlist filtering by wildcard key #1823 @rexagod |
| 17 | +* [FEATURE] Add ContainerResourceSourceType to hpa spec and target metrics #1831 @whitebear009 |
| 18 | +* [FEATURE] Represent group, version and kind of a resource as labels #1850 @rexagod |
| 19 | +* [FEATURE] Sharding metrics per node via fieldSelector #1864 @CatherineF-dev |
| 20 | +* [FEATURE] Add experimental StatefulSet retention policy metrics #1876 @mattcary |
| 21 | +* [FEATURE] Allow labelFromKey field for all applicable metric types #1880 @rexagod |
| 22 | +* [FEATURE] Introduce Viper, allow hot-reload on config change #1827 @rexagod |
| 23 | +* [FEATURE] Introduce Cobra, allow configuration via environment variables #1834 @rexagod |
| 24 | +* [FEATURE] Add experimental kube_node_deletion_timestamp metric #1890 @rexagod |
| 25 | +* [FEATURE] Support autoscaling/v2 resources for HorizontalPodAutoscaler #1906 @JoaoBraveCoding |
| 26 | +* [FEATURE] Add IngressClass metrics #1905 @kaitoii11 |
| 27 | +* [ENHANCEMENT] Import Kubernetes metrics stability framework #1844 @CatherineF-dev |
| 28 | +* [ENHANCEMENT] Promote kube_pod_container_status_waiting_reason and kube_deployment_status_replicas_ready to stable #1821 @CatherineF-dev |
| 29 | +* [ENHANCEMENT] Build with Kubernetes 1.25 and go 1.19 #1819 @mrueg |
| 30 | +* [BUGFIX] Handle singular labels in allowlist #1826 @rexagod |
| 31 | +* [BUGFIX] Do not expose ingress path metric when service is nil #1841 @evir35 |
| 32 | +* [BUGFIX] Allow lease metrics to be exported across all namespaces #1845 @lantingchiang |
| 33 | + |
1 | 34 | ## v2.6.0 / 2022-08-26
|
2 | 35 | * [FEATURE] Add local storage labels to kube_persistentvolume_info #1814 @nabokihms
|
3 | 36 | * [FEATURE] Add support for StateSet and Info metrics for Custom-Resource State #1777 @chrischdi
|
|
0 commit comments