Skip to content

Commit

Permalink
Release 1.0.0 (#492)
Browse files Browse the repository at this point in the history
Added AnsibleHub as the new release site.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier authored Apr 7, 2022
1 parent ec7144e commit 63277a8
Show file tree
Hide file tree
Showing 5 changed files with 16 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_0.10 ]
branches: [ master, stable_1.0 ]

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_0.10 ]
branches: [ master, stable_1.0 ]
pull_request:
branches: [ master, stable_0.10 ]
branches: [ master, stable_1.0 ]

jobs:

Expand Down
4 changes: 3 additions & 1 deletion docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand All @@ -441,6 +441,8 @@ local clone of the zhmc-ansible-modules Git repo.
Released: not yet
Availability: `AnsibleHub`_, `Galaxy`_, `GitHub`_
**Incompatible changes:**
**Deprecations:**
Expand Down
24 changes: 9 additions & 15 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down Expand Up @@ -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
--------------
Expand All @@ -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
Expand Down Expand Up @@ -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/
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.0.0-dev1
version: 1.0.0

readme: README.md

Expand Down

0 comments on commit 63277a8

Please sign in to comment.