Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 28, 2023
1 parent acdd83b commit 3de079b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion zhmc_prometheus_exporter/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3de079b

Please sign in to comment.