Skip to content

Commit

Permalink
version: bump to v1.13.12
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed May 15, 2024
1 parent 015d7f0 commit b8900ff
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go:
version: 1.21
version: 1.22
repository:
path: github.com/galexrt/dellhw_exporter
build:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.13.12 / 2024-05-15

* [SECURITY] update github.com/prometheus/client_golang to v1.19.1
* [CHORE] update golang version to 1.22 in CI and 1.22.3 in go.mod

## 1.13.11 / 2024-04-15

* [BUGFIX] add workaround for vdisk rebuilding progress causing parsing errors, see [#106](https://github.com/galexrt/dellhw_exporter/issues/106)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Golang version `1.21` is used for testing and building the dellhw_exporter.
1. Update the version.
1. [`VERSION` file](VERSION)
2. Helm chart: `charts/dellhw_exporter/Chart.yaml` `appVersion:` line and bump the Helm chart `version:` by a patch release version.
1. Make sure to run `make helm-docs` in the root of the repo to update the helm chart docs.
2. Create an entry in the [`CHANGELOG.md` file](CHANGELOG.md).
Example of a changelog entry:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.11
1.13.12
4 changes: 2 additions & 2 deletions charts/dellhw_exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.11
version: 0.2.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v1.13.11
appVersion: v1.13.12
2 changes: 1 addition & 1 deletion charts/dellhw_exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dellhw_exporter

![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.11](https://img.shields.io/badge/AppVersion-v1.13.11-informational?style=flat-square)
![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.12](https://img.shields.io/badge/AppVersion-v1.13.12-informational?style=flat-square)

A Helm chart for the dellhw_exporter

Expand Down

0 comments on commit b8900ff

Please sign in to comment.