From cde39c561417e5a620845a785b224cc838528d0f Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 6 Jul 2023 15:59:05 +0200 Subject: [PATCH] Release 0.23.0-rc.0 (#906) 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 Signed-off-by: Stephan Windischmann --- CHANGELOG.md | 4 +++- VERSION | 2 +- auth-split-migration.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0cfbe9..cf3c36ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.23.0 / TBD +## 0.23.0-rc.0 / 2023-07-04 BREAKING CHANGES: @@ -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 diff --git a/VERSION b/VERSION index 21574090..4687a668 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.0 +0.23.0-rc.0 diff --git a/auth-split-migration.md b/auth-split-migration.md index a2eeff87..37c13f31 100644 --- a/auth-split-migration.md +++ b/auth-split-migration.md @@ -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: