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.21k stars 1.93k forks source link

Timeline for a release of Kube State Metrics that uses v1.28 of the Kubernetes client-go package? #2293

Open AaronKalair opened 6 months ago

AaronKalair commented 6 months ago

What would you like to be added: Hi 👋 ,

Do you have a timeline for when a versioned release of the latest main branch will be made (I'm guessing v2.11.0) containing v1.28 of the Kubernetes client-go package (as detailed on this table)

Why is this needed: We wish to upgrade our EKS Cluster to v1.28 of Kubernetes and want to ensure the Client Library used by Kube State Metrics is compatible

Describe the solution you'd like The latest code in main to have a versioned release we can reference in an install of this tool

Additional context

dashpole commented 5 months ago

/assign @rexagod /triage accepted From the sig meeting: this should happen sometime this month. Blocked by a protobuf dependency in prometheus.

rexagod commented 5 months ago

Hello, @AaronKalair. The v2.11 release is blocked by https://github.com/kubernetes/kube-state-metrics/pull/2270, and should happen with updated K8s assets once this is in.

teokeecheng commented 5 months ago

Hi, Kubernetes 1.29 is out, will we be planning to support 1.29 for next release?