From 1523970f2753f38b23384165aa1af93ff70dd83b Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 19 Jul 2023 21:44:20 +0200 Subject: [PATCH] Release v0.23.0-rc.1 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 --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3c36ed..8e35bd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.23.0-rc.0 / 2023-07-04 +## 0.23.0-rc.1 / 2023-07-04 BREAKING CHANGES: @@ -10,6 +10,7 @@ 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 diff --git a/VERSION b/VERSION index 4687a668..20711d51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23.0-rc.0 +0.23.0-rc.1