Skip to content

Commit b1a10dd

Browse files
committed
try: bump to latest kube prom stack, update all images to latest required by chart, update changelog accordingly
Signed-off-by: Valentin Daviot <[email protected]>
1 parent ce1419a commit b1a10dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+11061
-7085
lines changed

CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,29 @@
5959
(PR[#4563](https://github.com/scality/metalk8s/pull/4563))
6060

6161
- Bump kube-prometheus-stack chart version to
62-
[70.7.0](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.7.0)
62+
[72.0.1](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-72.0.1)
6363
(PR[#4591](https://github.com/scality/metalk8s/pull/4591))
6464

6565
This change includes:
6666

67+
- Bump prometheus-operator image version to
68+
[v0.82.0](https://github.com/prometheus-operator/prometheus-operator/releases/tag/v0.82.0)
6769
- Bump Prometheus container version to
6870
[2.55.1](https://github.com/prometheus/prometheus/releases/tag/v2.55.1)
6971
- Bump grafana chart version to
70-
[8.12.1](https://github.com/grafana/helm-charts/releases/tag/grafana-8.12.1),
72+
[8.14.2](https://github.com/grafana/helm-charts/releases/tag/grafana-8.14.2),
7173
- Grafana container version to
72-
[11.6.0](https://github.com/grafana/grafana/releases/tag/v11.6.0)
74+
[11.6.1](https://github.com/grafana/grafana/releases/tag/v11.6.1)
7375
- Bump kube-state-metrics chart version to
74-
[5.32.0](https://github.com/prometheus-community/helm-charts/releases/tag/kube-state-metrics-5.32.0)
76+
[5.33.0](https://github.com/prometheus-community/helm-charts/releases/tag/kube-state-metrics-5.33.0)
7577
and kube-state-metrics container version to
7678
[2.15.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.15.0)
7779
- Bump prometheus-node-exporter chart version to
78-
[4.45.2](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-node-exporter-4.45.2)
80+
[4.46.0](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-node-exporter-4.46.0)
7981
and node-exporter container version to
8082
[1.9.1](https://github.com/prometheus/node_exporter/releases/tag/v1.9.1)
8183

84+
8285
## Release 129.0.3 (in development)
8386

8487
### Enhancements

buildchain/buildchain/versions.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
147147
),
148148
Image(
149149
name="grafana",
150-
version="11.6.0",
151-
digest="sha256:62d2b9d20a19714ebfe48d1bb405086081bc602aa053e28cf6d73c7537640dfb",
150+
version="11.6.1",
151+
digest="sha256:52c3e20686b860c6dc1f623811565773cf51eefa378817a4896dfc863c3c82c8",
152152
),
153153
Image(
154154
name="k8s-sidecar",
@@ -219,8 +219,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
219219
),
220220
Image(
221221
name="prometheus-operator",
222-
version="v0.81.0",
223-
digest="sha256:5f6a204b252e901b97486ff409c74f48cdbb4cf83731355b08f1155febad6822",
222+
version="v0.82.0",
223+
digest="sha256:1c5cdfc2f5fe97ebaa91e750fae62f0915abaa79c85acb30bc523eae93297f50",
224224
),
225225
Image(
226226
name="thanos",

charts/kube-prometheus-stack/Chart.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ dependencies:
44
version: 0.0.0
55
- name: kube-state-metrics
66
repository: https://prometheus-community.github.io/helm-charts
7-
version: 5.32.0
7+
version: 5.33.0
88
- name: prometheus-node-exporter
99
repository: https://prometheus-community.github.io/helm-charts
10-
version: 4.45.2
10+
version: 4.46.0
1111
- name: grafana
1212
repository: https://grafana.github.io/helm-charts
13-
version: 8.12.1
13+
version: 8.14.2
1414
- name: prometheus-windows-exporter
1515
repository: https://prometheus-community.github.io/helm-charts
16-
version: 0.9.2
17-
digest: sha256:0b04ea08720ce2d1f66cbe6b67f3475493c2a2a97155e102aff74295e52c2f55
18-
generated: "2025-04-17T13:09:42.309181033Z"
16+
version: 0.10.0
17+
digest: sha256:e930a04f84f282b990c95c7e5c747d4dd9c906e2bdae0eed879fa779795983a1
18+
generated: "2025-05-06T05:18:06.032139636Z"

charts/kube-prometheus-stack/Chart.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ annotations:
99
url: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md#upgrading-chart
1010
artifacthub.io/operator: "true"
1111
apiVersion: v2
12-
appVersion: v0.81.0
12+
appVersion: v0.82.0
1313
dependencies:
1414
- condition: crds.enabled
1515
name: crds
@@ -18,19 +18,19 @@ dependencies:
1818
- condition: kubeStateMetrics.enabled
1919
name: kube-state-metrics
2020
repository: https://prometheus-community.github.io/helm-charts
21-
version: 5.32.*
21+
version: 5.33.*
2222
- condition: nodeExporter.enabled
2323
name: prometheus-node-exporter
2424
repository: https://prometheus-community.github.io/helm-charts
25-
version: 4.45.*
25+
version: 4.46.0
2626
- condition: grafana.enabled
2727
name: grafana
2828
repository: https://grafana.github.io/helm-charts
29-
version: 8.12.*
29+
version: 8.14.*
3030
- condition: windowsMonitoring.enabled
3131
name: prometheus-windows-exporter
3232
repository: https://prometheus-community.github.io/helm-charts
33-
version: 0.9.*
33+
version: 0.10.*
3434
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
3535
and Prometheus rules combined with documentation and scripts to provide easy to
3636
operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus
@@ -72,4 +72,4 @@ sources:
7272
- https://github.com/prometheus-community/helm-charts
7373
- https://github.com/prometheus-operator/kube-prometheus
7474
type: application
75-
version: 70.7.0
75+
version: 72.0.1

0 commit comments

Comments
 (0)