Skip to content

Commit

Permalink
Release 1.6.0
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 Apr 3, 2024
1 parent a42ee5a commit fe8ce49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
18 changes: 4 additions & 14 deletions docs/changes.rst
Expand Up @@ -17,21 +17,17 @@ Change log
----------


Version 1.6.0.dev1
^^^^^^^^^^^^^^^^^^
Version 1.6.0
^^^^^^^^^^^^^

This version contains all fixes up to version 1.5.x.
This version contains all fixes up to version 1.5.2.

Released: not yet
Released: 2024-04-03

**Important:** The standard metric definitions file examples/metrics.yaml has
been updated. Please use the new file in your setup. This new exporter version
will also work with the prior version of the file (but not vice versa).

**Incompatible changes:**

**Deprecations:**

**Bug fixes:**

* Addressed safety issues up to 2024-02-18.
Expand Down Expand Up @@ -163,12 +159,6 @@ will also work with the prior version of the file (but not vice versa).
* Improved the lengthy warning details messages when resources have not been
found to a more condensed and useful format. (issue #473)

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/zhmc-prometheus-exporter/issues


Version 1.5.0
^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/development.rst
Expand Up @@ -276,7 +276,7 @@ local clone of the zhmc-prometheus-exporter Git repo.

If the PR did not succeed, fix the issues.

10. On GitHub, close milestone ``M.N.U``.
10. On GitHub, close milestone ``M.N.U``.

Verify that the milestone has no open items anymore. If it does have open
items, investigate why and fix. If the milestone does not have open items
Expand Down
2 changes: 1 addition & 1 deletion zhmc_prometheus_exporter/_version.py
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.6.0.dev1'
__version__ = '1.6.0'

0 comments on commit fe8ce49

Please sign in to comment.