Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 671291e

Browse files
committedJul 6, 2023
Release 0.23.0-rc.0
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 * [ENHANCEMENT] Improved Lookup process for label information #908 * [BUGFIX] Fix metrics path not using command-line argument value #904 Signed-off-by: SuperQ <superq@gmail.com>
1 parent 81a8aa6 commit 671291e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.23.0 / TBD
1+
## 0.23.0-rc.0 / 2023-07-04
22

33
BREAKING CHANGES:
44

@@ -10,6 +10,8 @@ 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+
* [ENHANCEMENT] Improved Lookup process for label information #908
14+
* [BUGFIX] Fix metrics path not using command-line argument value #904
1315

1416
## 0.22.0 / 2023-06-15
1517

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.0
1+
0.23.0-rc.0

‎auth-split-migration.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The complete `generator` format is [documented in generator/README.md#file-forma
88

99
The complete `snmp_exporter` format is [documented in /generator/FORMAT.md](/generator/FORMAT.md).
1010

11+
See the main [README](/README#Configuration) for the Prometheus configuration examples.
12+
1113
## Examples
1214

1315
A generator containing the following config:

0 commit comments

Comments
 (0)
Please sign in to comment.