Skip to content

Commit dd87436

Browse files
committed
version: bump to 2.0.0-rc.2
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 1e548af commit dd87436

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0-rc.2 / 2025-07-17
2+
3+
* [ENHANCEMENT] Exporter Toolkit: Allows you to easily use TLS and basic auth for the exporter, click here for more details. Thanks to [@AlexandarY](https://github.com/AlexandarY) for implementing this!
4+
* [FIX] Helm Chart: Disable Pod Security Policies by default as they have been deprecated in Kubernetes 1.21+ and removed in 1.25+
5+
* [ENHANCEMENT] Helm Chart: Add `additionalVolumeMounts` and `additionalVolumes` to allow adding additional volumes and mounts to the exporter pods.
6+
17
## 2.0.0-rc.1 / 2024-10-19
28

39
* [CHORE] add a basic nix flake to make development easier for me :-)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-rc.1
1+
2.0.0-rc.2

charts/prometheus-dellhw-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 1.1.1
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v2.0.0-rc.1
23+
appVersion: v2.0.0-rc.2

charts/prometheus-dellhw-exporter/README.md

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

33
A Helm chart for the dellhw_exporter
44

5-
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.1](https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square)
5+
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.2](https://img.shields.io/badge/AppVersion-v2.0.0--rc.2-informational?style=flat-square)
66

77
## Get Repo Info
88

charts/prometheus-dellhw-exporter/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation
1717
To install the chart with the release name `my-release`:
1818

1919
```console
20-
helm install --namespace <your-cluster-namespace> my-release dellhw_exporter/prometheus-dellhw-exporter
20+
helm install --namespace <your-cluster-namespace> my-release dellhw_exporter/prometheus-dellhw-exporter
2121
```
2222

2323
The command deploys dellhw_exporter on the Kubernetes cluster in the default configuration.

0 commit comments

Comments
 (0)