From fe8ce49e70bb8dd7639d7abfb9275208cdb5f2c8 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Wed, 3 Apr 2024 08:27:40 +0200 Subject: [PATCH] Release 1.6.0 Signed-off-by: Andreas Maier --- docs/changes.rst | 18 ++++-------------- docs/development.rst | 2 +- zhmc_prometheus_exporter/_version.py | 2 +- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 01c22c73..c292a967 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -17,21 +17,17 @@ Change log ---------- -Version 1.6.0.dev1 -^^^^^^^^^^^^^^^^^^ +Version 1.6.0 +^^^^^^^^^^^^^ -This version contains all fixes up to version 1.5.x. +This version contains all fixes up to version 1.5.2. -Released: not yet +Released: 2024-04-03 **Important:** The standard metric definitions file examples/metrics.yaml has been updated. Please use the new file in your setup. This new exporter version will also work with the prior version of the file (but not vice versa). -**Incompatible changes:** - -**Deprecations:** - **Bug fixes:** * Addressed safety issues up to 2024-02-18. @@ -163,12 +159,6 @@ will also work with the prior version of the file (but not vice versa). * Improved the lengthy warning details messages when resources have not been found to a more condensed and useful format. (issue #473) -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-prometheus-exporter/issues - Version 1.5.0 ^^^^^^^^^^^^^ diff --git a/docs/development.rst b/docs/development.rst index 87106fc4..f264dbad 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -276,7 +276,7 @@ local clone of the zhmc-prometheus-exporter Git repo. If the PR did not succeed, fix the issues. -10. On GitHub, close milestone ``M.N.U``. +10. On GitHub, close milestone ``M.N.U``. Verify that the milestone has no open items anymore. If it does have open items, investigate why and fix. If the milestone does not have open items diff --git a/zhmc_prometheus_exporter/_version.py b/zhmc_prometheus_exporter/_version.py index 1e1fb060..a8c238ab 100644 --- a/zhmc_prometheus_exporter/_version.py +++ b/zhmc_prometheus_exporter/_version.py @@ -25,4 +25,4 @@ #: #: * "M.N.P.dev1": A not yet released version M.N.P #: * "M.N.P": A released version M.N.P -__version__ = '1.6.0.dev1' +__version__ = '1.6.0'