Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jun 2, 2022
1 parent ab7ebe0 commit 1e86d2c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
20 changes: 4 additions & 16 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: ibm

name: ibm_zhmc

version: 1.1.0-dev1
version: 1.1.0

readme: README.md

Expand Down

0 comments on commit 1e86d2c

Please sign in to comment.