From de5b9fadf51ed0143bd534822aa86fedbc601217 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 9 Aug 2023 06:37:06 +0200 Subject: [PATCH] Release v0.23.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 * [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 --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03267687..970763f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.23.0-rc.1 / 2023-07-20 +## 0.23.0 / 2023-07-20 BREAKING CHANGES: diff --git a/VERSION b/VERSION index 20711d51..ca222b7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23.0-rc.1 +0.23.0