Skip to content

Commit 8f08bfe

Browse files
committed
Bump Windows Exporter and chart version to 2.0.36
Signed-off-by: Pete Wall <[email protected]>
1 parent 42846db commit 8f08bfe

File tree

90 files changed

+587
-587
lines changed

Some content is hidden

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

90 files changed

+587
-587
lines changed

charts/k8s-monitoring/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ type: application
66
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
77
sources:
88
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
9-
version: 2.0.35
10-
appVersion: 2.0.35
9+
version: 2.0.36
10+
appVersion: 2.0.36
1111
maintainers:
1212
1313
name: petewall

charts/k8s-monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# k8s-monitoring
77

8-
![Version: 2.0.35](https://img.shields.io/badge/Version-2.0.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.35](https://img.shields.io/badge/AppVersion-2.0.35-informational?style=flat-square)
8+
![Version: 2.0.36](https://img.shields.io/badge/Version-2.0.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.36](https://img.shields.io/badge/AppVersion-2.0.36-informational?style=flat-square)
99

1010
Capture all telemetry data from your Kubernetes cluster.
1111

charts/k8s-monitoring/charts/feature-cluster-metrics/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ dependencies:
77
version: 4.47.1
88
- name: prometheus-windows-exporter
99
repository: https://prometheus-community.github.io/helm-charts
10-
version: 0.10.2
10+
version: 0.11.0
1111
- name: kepler
1212
repository: https://sustainable-computing-io.github.io/kepler-helm-chart
1313
version: 0.6.0
1414
- name: opencost
1515
repository: https://opencost.github.io/opencost-helm-chart
1616
version: 1.43.2
17-
digest: sha256:3ceb50e963eadd6225db1ce482280f9987d05f301d6871f486c4e53eca02defa
18-
generated: "2025-07-07T10:11:55.115362-05:00"
17+
digest: sha256:7a8b2b8332448bec9014f44fae39afbe7782b8e777819b29531b1e5997dbcf3f
18+
generated: "2025-07-14T18:31:44.114068-05:00"

charts/k8s-monitoring/charts/feature-cluster-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
condition: node-exporter.deploy
2323
- alias: windows-exporter
2424
name: prometheus-windows-exporter
25-
version: 0.10.2
25+
version: 0.11.0
2626
repository: https://prometheus-community.github.io/helm-charts
2727
condition: windows-exporter.deploy
2828
- name: kepler

charts/k8s-monitoring/charts/feature-cluster-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Be sure perform actual integration testing in a live environment in the main [k8
112112
| https://opencost.github.io/opencost-helm-chart | opencost | 1.43.2 |
113113
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 6.1.0 |
114114
| https://prometheus-community.github.io/helm-charts | node-exporter(prometheus-node-exporter) | 4.47.1 |
115-
| https://prometheus-community.github.io/helm-charts | windows-exporter(prometheus-windows-exporter) | 0.10.2 |
115+
| https://prometheus-community.github.io/helm-charts | windows-exporter(prometheus-windows-exporter) | 0.11.0 |
116116
| https://sustainable-computing-io.github.io/kepler-helm-chart | kepler | 0.6.0 |
117117
<!-- markdownlint-enable no-bare-urls -->
118118

charts/k8s-monitoring/docs/Images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Images
22

3-
The following is the list of images potentially used in the 2.0.35 version of the k8s-monitoring Helm chart:
3+
The following is the list of images potentially used in the 2.0.36 version of the k8s-monitoring Helm chart:
44

55
| Image Name | Repository | Feature |
66
| ---------- | ---------- | ------- |
@@ -11,4 +11,4 @@ The following is the list of images potentially used in the 2.0.35 version of th
1111
| kube-state-metrics | registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.16.0 | Gathers Kubernetes cluster object metrics. Enabled with `clusterMetrics.kube-state-metrics.deploy=true`. |
1212
| Node Exporter | quay.io/prometheus/node-exporter:v1.9.1 | Gathers Kubernetes cluster node metrics. Enabled with `clusterMetrics.node-exporter.deploy=true`. |
1313
| OpenCost | ghcr.io/opencost/opencost:1.113.0@sha256:b313d6d320058bbd3841a948fb636182f49b46df2368d91e2ae046ed03c0f83c | Gathers cost metrics for Kubernetes objects. Enabled with `clusterMetrics.opencost.enabled=true`. |
14-
| Windows Exporter | ghcr.io/prometheus-community/windows-exporter:0.30.7 | Gathers Kubernetes cluster node metrics for Windows nodes. Enabled with `clusterMetrics.windows-exporter.deploy=true`. |
14+
| Windows Exporter | ghcr.io/prometheus-community/windows-exporter:0.31.0 | Gathers Kubernetes cluster node metrics for Windows nodes. Enabled with `clusterMetrics.windows-exporter.deploy=true`. |

charts/k8s-monitoring/docs/examples/auth/bearer-token/output.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/docs/examples/auth/embedded-secrets/output.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)