Confusion about all projects and versioning

I’m using the kube-prometheus-stack helm chart to deploy the Prometheus/Grafana/Loki along with default alerting rules, dashboards, etc. since a few years, and it works great.

Now I’m trying to see if the chart is compatible with k8s 1.32/1.33 before upgrading.

I found this page which released YESTERDAY support for k8s 1.32:

They called the release “0.15”

The kube-prometheus-stack helm chart is:
version 73.1.0
application version 0.82.2

I can see in the docker dependency that is it using:
prometheus:v3.4.1
prometheus-operator:v0.82.2
grafana:12.0.0-security-01

How do I match the previous “0.15” release with those numbers to see if it’s included?