From 63277a8a04a672439f2164293ccee6047df5acfb Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 7 Apr 2022 16:42:24 +0200 Subject: [PATCH] Release 1.0.0 (#492) Added AnsibleHub as the new release site. Signed-off-by: Andreas Maier --- .github/workflows/docs.yml | 2 +- .github/workflows/test.yml | 4 ++-- docs/source/development.rst | 4 +++- docs/source/release_notes.rst | 24 +++++++++--------------- galaxy.yml | 2 +- 5 files changed, 16 insertions(+), 20 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5950c4465..2b34d07cc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ env: on: push: # PR merge to these branches triggers this workflow - branches: [ master, stable_0.10 ] + branches: [ master, stable_1.0 ] jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec88af8cb..5b5153482 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,9 +9,9 @@ on: - # cron (in UTC): minute hour day_of_month month day_of_week cron: '00 04 * * SUN' push: - branches: [ master, stable_0.10 ] + branches: [ master, stable_1.0 ] pull_request: - branches: [ master, stable_0.10 ] + branches: [ master, stable_1.0 ] jobs: diff --git a/docs/source/development.rst b/docs/source/development.rst index 352d5100e..de4152018 100644 --- a/docs/source/development.rst +++ b/docs/source/development.rst @@ -432,7 +432,7 @@ local clone of the zhmc-ansible-modules Git repo. and insert the following section before the top-most section, and update the version to a draft version of the version that is being started: - .. code-block:: rst + .. code-block:: text Version M.N.U-dev1 ------------------ @@ -441,6 +441,8 @@ local clone of the zhmc-ansible-modules Git repo. Released: not yet + Availability: `AnsibleHub`_, `Galaxy`_, `GitHub`_ + **Incompatible changes:** **Deprecations:** diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 2ad613b47..ca278b642 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -20,16 +20,14 @@ Releases ======== -Version 1.0.0-dev1 ------------------- - -This version contains all fixes up to version 0.10.x. +Version 1.0.0 +------------- -Released: not yet +This version contains all fixes up to version 0.10.1. -**Incompatible changes:** +Released: 2022-04-08 -**Deprecations:** +Availability: `AnsibleHub`_, `Galaxy`_, `GitHub`_ **Bug fixes:** @@ -65,14 +63,6 @@ Released: not yet for activating/starting and deactivating/stopping CPCs in their current operational mode. (issue #418) -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues - Version 0.10.0 -------------- @@ -81,6 +71,8 @@ This version contains all fixes up to version 0.9.2. Released: 2021-06-17 +Availability: `Galaxy`_, `GitHub`_ + **Incompatible changes:** * The new support for verifying HMC certificates will by default verify the @@ -510,5 +502,7 @@ This is the initial release. https://github.com/zhmcclient/zhmc-ansible-modules/releases .. _Galaxy: https://galaxy.ansible.com/ibm/ibm_zhmc +.. _AnsibleHub: + https://console.redhat.com/ansible/automation-hub/repo/published/ibm/ibm_zhmc .. _Pypi: https://pypi.org/project/zhmc-ansible-modules/ diff --git a/galaxy.yml b/galaxy.yml index d97b7341f..501e3bb12 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: ibm name: ibm_zhmc -version: 1.0.0-dev1 +version: 1.0.0 readme: README.md