diff --git a/AUTHORS.md b/AUTHORS.md index 093577ec..3f0954e1 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 040f37f8..88cfa81c 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 4fd14199..961d41dd 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 a44fa825..ec3c20a3 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 f0a2f4e7..4f5a2504 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