Skip to content

Commit

Permalink
Release 0.23.0-rc.0 (#906)
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
* [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>
  • Loading branch information
SuperQ committed Jul 6, 2023
1 parent 81a8aa6 commit 4287732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.23.0 / TBD
## 0.23.0-rc.0 / 2023-07-04

BREAKING CHANGES:

Expand All @@ -10,6 +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
* [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.22.0
0.23.0-rc.0
2 changes: 2 additions & 0 deletions auth-split-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The complete `generator` format is [documented in generator/README.md#file-forma

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

See the main [README](/README#Configuration) for the Prometheus configuration examples.

## Examples

A generator containing the following config:
Expand Down

0 comments on commit 4287732

Please sign in to comment.