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.2k stars 1.92k forks source link

When is the next release scheduled? Will it be based on "Debian GNU/Linux 12 (Bookworm)"? #2406

Open TechBRSavvy opened 4 weeks ago

TechBRSavvy commented 4 weeks ago

Hi Team,

It seems the last released v2.12.0 is built based on "Debian GNU/Linux 11 (bullseye)" which is going end of life in 2 months (31 Jul 2024) (Ref: https://endoflife.date/debian).

I am assuming next release will be based on the "Debian GNU/Linux 12 (Bookworm)". So the question is when is the next release planned and is it safe assumption that it will be based on "Debian GNU/Linux 12 (Bookworm)"?

Thanks in advance

dgrisonnet commented 2 weeks ago

/assign @mrueg /triage accepted

TechBRSavvy commented 2 weeks ago

Team,

On a side note, I noticed that docker image hosted @ bitnami/kube-state-metrics with version 2.12.0 has "Debian GNU/Linux 12 (bookworm)" as base OS but where as the same version hosted @ registry.k8s.io/kube-state-metrics/kube-state-metrics seems to be having "Debian GNU/Linux 11 (bullseye)" as base OS.

mrueg commented 2 weeks ago

I don't know how bitnami builds their distribution of kube-state-metrics, it's not supported by this repository.

We're using distroless/static:latest in our Dockerfile, I assume distroless upstream will switch the tags over at some point. If this is a concern for you, please raise an issue upstream. https://github.com/GoogleContainerTools/distroless/

TechBRSavvy commented 2 weeks ago

@mrueg

Thats fine. I will wait for the next release of 2.13.0 to be done. I am assuming that will be based on the "Debian GNU/Linux 12 (Bookworm)".