Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 28, 2023
1 parent b88c71a commit 82952f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
26 changes: 11 additions & 15 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,28 @@ Change log
----------


Version 1.4.3.dev1
^^^^^^^^^^^^^^^^^^

Released: not yet

**Incompatible changes:**
Version 1.4.3
^^^^^^^^^^^^^

**Deprecations:**
Released: 2023-11-28

**Bug fixes:**

* Addressed safety issues up to 2023-11-26.

**Enhancements:**
* Fixed ruamel.yaml issue on Python 3.6 by pinning to <0.17.22

* Tolerated when unknown 'resource' types are specified in the metrics.yaml
file, because one possible reason for that is that a newer metrics.yaml file
is being used. (issue #379)
* Dev: Resolved dependency conflict with importlib-metadata on Python 3.7

**Cleanup:**
* Test: Circumvented a pip-check-reqs issue by excluding its version 2.5.0

**Known issues:**
* Fixed PyYAML 5.4 install issue with Cython 3

* See `list of open issues`_.
**Enhancements:**

.. _`list of open issues`: https://github.com/zhmcclient/zhmc-prometheus-exporter/issues
* Tolerated when unknown 'resource' types are specified in the metrics.yaml
file, because one possible reason for that is that a newer metrics.yaml file
is being used. (issue #379)


Version 1.4.2
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.4.3.dev1'
__version__ = '1.4.3'

0 comments on commit 82952f4

Please sign in to comment.