From 1e86d2cddfc0d4d6276cadc43bf1540116e77991 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 31 May 2022 06:27:08 +0200 Subject: [PATCH] Release 1.1.0 Signed-off-by: Andreas Maier --- .github/workflows/docs.yml | 2 +- .github/workflows/test.yml | 4 ++-- docs/source/release_notes.rst | 20 ++++---------------- galaxy.yml | 2 +- 4 files changed, 8 insertions(+), 20 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2b34d07cc..070aeecd6 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_1.0 ] + branches: [ master, stable_1.1 ] jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d107c788..9f2801838 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_1.0 ] + branches: [ master, stable_1.1 ] pull_request: - branches: [ master, stable_1.0 ] + branches: [ master, stable_1.1 ] jobs: diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 985a458bc..b380ec7ca 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -20,19 +20,15 @@ Releases ======== -Version 1.1.0-dev1 ------------------- +Version 1.1.0 +------------- -This version contains all fixes up to version 1.0.x. +This version contains all fixes up to version 1.0.3. -Released: not yet +Released: 2022-06-01 Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ -**Incompatible changes:** - -**Deprecations:** - **Bug fixes:** * Added a tag 'infrastructure' to the collection metadata (tags field in @@ -99,14 +95,6 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_ needed, and for creating new users, the HMC checks these. (part of issue #514) -**Cleanup:** - -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues - Version 1.0.0 ------------- diff --git a/galaxy.yml b/galaxy.yml index 219160547..3e9f9eb62 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: ibm name: ibm_zhmc -version: 1.1.0-dev1 +version: 1.1.0 readme: README.md