From 80faf3d90dee1918e8ef11e1c13cf38791ef5b0b Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 18 Jul 2024 11:32:54 +0200 Subject: [PATCH] Release 1.9.0 (#1035) Signed-off-by: Andreas Maier --- AUTHORS.md | 4 ++++ README.md | 3 ++- docs/source/installation.rst | 4 +++- docs/source/release_notes.rst | 16 ++++------------ galaxy.yml | 2 +- 5 files changed, 14 insertions(+), 15 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 093577ec7..3f0954e1e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,15 +2,19 @@ Sorted list of authors derived from git commit history: ``` +Abhiram Santhosh Adilet Sabyrbaev Andreas Maier Andreas Maier Andreas Maier Andreas R. Maier Andreas Scheuring +Anil Kumar Dakarapu Juergen Leopold Juergen Leopold Kathiravan Velusamy +Klaus Smolin +Uday Kiran Reddy Konda Vance Morris abhirams-1 <128020314+abhirams-1@users.noreply.github.com> ddimatos diff --git a/README.md b/README.md index 040f37f8f..88cfa81c2 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,8 @@ The collection's changelogs can be reviewed in the following table: | Version | Status | Release notes & change log | |----------|----------------|----------------------------| -| 1.9.0 | In development | unreleased | +| 1.10.0 | In development | unreleased | +| 1.9.0 | Released | [Release notes & change log](https://zhmcclient.github.io/zhmc-ansible-modules/1.9.0/release_notes.html) | | 1.8.3 | Released | [Release notes & change log](https://zhmcclient.github.io/zhmc-ansible-modules/1.8.3/release_notes.html) | | 1.7.4 | Released | [Release notes & change log](https://zhmcclient.github.io/zhmc-ansible-modules/1.7.4/release_notes.html) | | 1.6.1 | Released | [Release notes & change log](https://zhmcclient.github.io/zhmc-ansible-modules/1.6.1/release_notes.html) | diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 4fd14199d..961d41dd5 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -313,7 +313,9 @@ collection applies regarding compatibility. +------------+-----------+--------------+------------+-------------+-------------+ | Collection | Ansible | ansible-core | Z HMC | GA | End of Life | +============+===========+==============+============+=============+=============+ -| 1.8.x | >= 8.0.x | >= 2.15.x | >= 2.11 | 2024-01-15 | | +| 1.9.x | >= 8.0.x | >= 2.15.x | >= 2.11 | 2024-07-18 | | ++------------+-----------+--------------+------------+-------------+-------------+ +| 1.8.x | >= 8.0.x | >= 2.15.x | >= 2.11 | 2024-01-15 | 2024-07-18 | +------------+-----------+--------------+------------+-------------+-------------+ | 1.7.x | >= 7.0.x | >= 2.14.x | >= 2.11 | 2023-10-09 | 2024-01-15 | +------------+-----------+--------------+------------+-------------+-------------+ diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index a44fa825b..ec3c20a3c 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -20,12 +20,12 @@ Releases ======== -Version 1.9.0-dev1 ------------------- +Version 1.9.0 +------------- -This version contains all fixes up to version 1.8.x. +This version contains all fixes up to version 1.8.3. -Released: not yet +Released: 2024-07-18 Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ @@ -39,8 +39,6 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ * Increased minimum officially supported Ansible version to Ansible 8 / ansible-core 2.15. (issue #988) -**Deprecations:** - **Bug fixes:** * Fixed safety issues up to 2024-06-24. @@ -168,12 +166,6 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ * Docs: Adjusted README file to new Ansible Automation Hub requirements. (issue #993) -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues - Version 1.8.1 ------------- diff --git a/galaxy.yml b/galaxy.yml index f0a2f4e72..4f5a2504f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: ibm name: ibm_zhmc -version: 1.9.0-dev1 +version: 1.9.0 readme: README.md