Skip to content

Commit 982a1b3

Browse files
authored
Release v0.23.0-rc.1 (#924)
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] Add support for parsing SNMP transport from target #914 * [ENHANCEMENT] Improved Lookup process for label information #908 * [BUGFIX] Fix metrics path not using command-line argument value #904 Signed-off-by: SuperQ <[email protected]>
1 parent 9e644eb commit 982a1b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.23.0-rc.0 / 2023-07-04
1+
## 0.23.0-rc.1 / 2023-07-20
22

33
BREAKING CHANGES:
44

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

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

VERSION

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

0 commit comments

Comments
 (0)