From 543feb265859307f9441930027864499c10396a4 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 28 Nov 2023 09:49:53 +0100 Subject: [PATCH] Release 1.5.0 Signed-off-by: Andreas Maier --- docs/changes.rst | 20 ++++++++------------ zhmc_prometheus_exporter/_version.py | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index e4d1c8a1..ac1a3e75 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -17,20 +17,18 @@ Change log ---------- -Version 1.5.0.dev4 -^^^^^^^^^^^^^^^^^^ +Version 1.5.0 +^^^^^^^^^^^^^ -This version contains all fixes up to version 1.4.x. +This version contains all fixes up to version 1.4.3. -Released: not yet +Released: 2023-11-28 **Incompatible changes:** * Installation of this package using "setup.py" is no longer supported. Use "pip" instead. -**Deprecations:** - **Bug fixes:** * Addressed safety issues up to 2023-11-26. @@ -74,6 +72,10 @@ Released: not yet * Fixed LPAR resource metrics '..._processor_count_is_capped' and '..._processor_cap' for absolute cappping. +* Fixed ruamel.yaml issue on Python 3.6 by pinning to <0.17.22 + +* Dev: Resolved dependency conflict with importlib-metadata on Python 3.7 + **Enhancements:** * Added support for Python 3.12. Had to increase the minimum versions of @@ -124,12 +126,6 @@ Released: not yet respective 'if' conditionals to the default metric definition file for such HMC or SE version dependent resource metrics. -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-prometheus-exporter/issues - Version 1.4.0 ^^^^^^^^^^^^^ diff --git a/zhmc_prometheus_exporter/_version.py b/zhmc_prometheus_exporter/_version.py index 6a9d5e21..c0e48a46 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.5.0.dev4' +__version__ = '1.5.0'