kubernetes / kube-state-metrics

Add-on agent to generate and expose cluster-level metrics.
https://kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
Apache License 2.0
5.36k stars 2k forks source link

feat: Prep v2.11.0 #2259

Closed mrueg closed 9 months ago

mrueg commented 10 months ago

What this PR does / why we need it: New release

## v2.11.0 / 2023-12-20

* [FEATURE] introduce Markdown linter and formatter by @opeco17 in <https://github.com/kubernetes/kube-state-metrics/pull/2184>
* [FEATURE] ingress resource backend support added by @rohitphatak in <https://github.com/kubernetes/kube-state-metrics/pull/2109>
* [FEATURE] Add new metric kube_pod_scheduler by @adinhodovic in <https://github.com/kubernetes/kube-state-metrics/pull/2222>
* [FEATURE] Support filtering annotations allowlist by "\*" by @xonvanetta in <https://github.com/kubernetes/kube-state-metrics/pull/2234>
* [FEATURE] create opt-in kube_persistentvolume_csi_attributes metric by @machadovilaca in <https://github.com/kubernetes/kube-state-metrics/pull/2133>
* [ENHANCEMENT] Build with go 1.21 by @mrueg in <https://github.com/kubernetes/kube-state-metrics/pull/2183>
* [ENHANCEMENT] Bump to kubernetes 1.28 by @mrueg in <https://github.com/kubernetes/kube-state-metrics/pull/2182>
* [FEATURE] Add namespace label to endpoinslice metrics by @mrueg in <https://github.com/kubernetes/kube-state-metrics/pull/2266>
* [FEATURE] Add kube_node_status_addresses metric by @stonith in <https://github.com/kubernetes/kube-state-metrics/pull/2252>
* [BUGFIX] Support scraping pods metrics that is still in scheduling status and has no assigned node by @mickeyzzc in <https://github.com/kubernetes/kube-state-metrics/pull/2217>
* [FEATURE] Add restartPolicy to `kube_pod_init_container_info` metric by @changhyuni in <https://github.com/kubernetes/kube-state-metrics/pull/2240>
k8s-ci-robot commented 10 months ago

This issue is currently awaiting triage.

If kube-state-metrics contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
rexagod commented 9 months ago

@mrueg Are we targeting https://github.com/kubernetes/kube-state-metrics/pull/2270 for v2.11?

mrueg commented 9 months ago

@mrueg Are we targeting #2270 for v2.11?

We can try including it, if you got time to work on it tomorrow (and then we can run the release)

k8s-ci-robot commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrueg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/kube-state-metrics/blob/release-2.11/OWNERS)~~ [mrueg] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mrueg commented 9 months ago

Closing as @rexagod will run the release in January.