Skip to content

Commit

Permalink
Release v0.23.0-rc.1
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

This version of the exporter introduces a new configuration file format. This
new format separates the walk and metric mappings from the connection and
authentication settings. This allows for easier configuration of different
auth params without having to duplicate the full walk and metric mapping.

See auth-split-migration.md for more details.

* [CHANGE] Split config of auth and modules #859
* [FEATURE] Improved Lookup process for label information #908
* [ENHANCEMENT] Add support for parsing SNMP transport from target #914
* [BUGFIX] Fix metrics path not using command-line argument value #904

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Jul 19, 2023
1 parent 9e644eb commit b8467d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.23.0-rc.0 / 2023-07-04
## 0.23.0-rc.1 / 2023-07-04

BREAKING CHANGES:

Expand All @@ -10,7 +10,8 @@ auth params without having to duplicate the full walk and metric mapping.
See auth-split-migration.md for more details.

* [CHANGE] Split config of auth and modules #859
* [ENHANCEMENT] Improved Lookup process for label information #908
* [FEATURE] Improved Lookup process for label information #908
* [ENHANCEMENT] Add support for parsing SNMP transport from target #914
* [BUGFIX] Fix metrics path not using command-line argument value #904

## 0.22.0 / 2023-06-15
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0-rc.0
0.23.0-rc.1

0 comments on commit b8467d2

Please sign in to comment.