Skip to content

Commit 82952f4

Browse files
committed
Release 1.4.3
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent b88c71a commit 82952f4

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

docs/changes.rst

+11-15
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,28 @@ Change log
1717
----------
1818

1919

20-
Version 1.4.3.dev1
21-
^^^^^^^^^^^^^^^^^^
22-
23-
Released: not yet
24-
25-
**Incompatible changes:**
20+
Version 1.4.3
21+
^^^^^^^^^^^^^
2622

27-
**Deprecations:**
23+
Released: 2023-11-28
2824

2925
**Bug fixes:**
3026

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

33-
**Enhancements:**
29+
* Fixed ruamel.yaml issue on Python 3.6 by pinning to <0.17.22
3430

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

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

41-
**Known issues:**
35+
* Fixed PyYAML 5.4 install issue with Cython 3
4236

43-
* See `list of open issues`_.
37+
**Enhancements:**
4438

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

4743

4844
Version 1.4.2

zhmc_prometheus_exporter/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
#:
2626
#: * "M.N.P.dev1": A not yet released version M.N.P
2727
#: * "M.N.P": A released version M.N.P
28-
__version__ = '1.4.3.dev1'
28+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)