Skip to content

Commit 8b1717e

Browse files
committed
version: bump to v2.0.0-rc.1
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 61cfd57 commit 8b1717e

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## 2.0.0 / TBD
1+
## 2.0.0-rc.1 / 2024-10-19
22

3-
* [FEATURE] rewrite the omreport parser to be more flexible and consistent across `omreport` versions
3+
* [CHORE] add a basic nix flake to make development easier for me :-)
4+
* [CHORE] replace logrus with zap logger
5+
* [CHORE] update dependencies
46
* [CHORE] update golang version to 1.23
7+
* [FEATURE] add `--collectors-additional` flag to allow enabling a disabled exporter on top of the `--collectors-enabled` flag
8+
* [FEATURE] Helm chart: add `additionalEnv` list and update chart documentation
9+
* [FEATURE] rewrite the omreport parser logic to be more flexible and consistent across `omreport` commands and versions (fixes #115 and other parsing related issues)
10+
* [FIX] fix docs page not working (404 errors when opening any page)
11+
* [FIX] updated documentation for new changes and added a FAQ page
512

613
## 1.13.13 / 2024-09-02
714

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Golang version `1.21` is used for testing and building the dellhw_exporter.
138138
* [BUGFIX] ci: fix build routine issues
139139
```
140140
141-
The following "kinds" of entries can be added:
141+
The following "kinds" of entries can be used:
142142
143143
* `CHANGE`
144144
* `FEATURE`

VERSION

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

charts/dellhw_exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.15
18+
version: 1.0.0
1919

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: v1.13.12
23+
appVersion: v2.0.0-rc.1

charts/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: 0.2.14](https://img.shields.io/badge/Version-0.2.14-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)
5+
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-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)
66

77
## Get Repo Info
88

0 commit comments

Comments
 (0)