Skip to content

Commit

Permalink
Merge 4bbc99a into 7344d83
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Nov 9, 2023
2 parents 7344d83 + 4bbc99a commit d705ce6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@ Change log
----------


Version 1.5.0.b2
^^^^^^^^^^^^^^^^
Version 1.5.0.dev3
^^^^^^^^^^^^^^^^^^

This is a beta version that supports only Python 3.8 and higher, because
it pulls in the prometheus-client package from its repo master branch.
The final 1.5.0 version will again support Python >=3.6.
This version contains all fixes up to version 1.4.x.

This version contains all fixes up to version 1.4.2.

Released: 2023-11-09
Released: not yet

**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-05.
Expand Down Expand Up @@ -98,6 +96,14 @@ Released: 2023-11-09
* Added support for HTTPS and mutual TLS (mTLS) by adding a new optional section
'prometheus' to the HMC credentials file. (issue #347)

**Cleanup:**

**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.0b2'
__version__ = '1.5.0.dev3'

0 comments on commit d705ce6

Please sign in to comment.