Skip to content

Commit

Permalink
Release 0.9.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 Dec 13, 2020
1 parent b5ec0dc commit 2ff7217
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
run: |
echo "branch=master" >> $GITHUB_ENV
echo "tag=0.9.0-dev1" >> $GITHUB_ENV
echo "tag=0.9.0" >> $GITHUB_ENV
- name: Update the tag locally
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_version(galaxy_file):
# version selection box. This is currently a manual selection, until more
# versions are released, there are no regular expressions used.
# Keep these tags consistent with the docs.yml workflow.
scv_whitelist_tags = ('0.9.0-dev1',)
scv_whitelist_tags = ('0.9.0',)

# Sort versions by one or more values. Valid values are semver, alpha, and time.
# Semantic is referred to as 'semver', this would ensure our latest VRM is
Expand Down
16 changes: 4 additions & 12 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Releases
========


Version 0.9.0-dev1
------------------
Version 0.9.0
-------------

This version contains all fixes up to version 0.8.x.
This version contains all fixes up to version 0.8.3.

Released: not yet
Released: 2020-12-14

Availability: `Galaxy`_, `GitHub`_

Expand Down Expand Up @@ -57,8 +57,6 @@ Availability: `Galaxy`_, `GitHub`_
field. Since Ansible Galaxy supports Ansible 2.9 and above, the field
now shows 2.9 for all modules.

**Deprecations:**

**Bug fixes:**

* Increased minimum version of flake8 to 3.7.0 due to difficulties with
Expand Down Expand Up @@ -142,12 +140,6 @@ Availability: `Galaxy`_, `GitHub`_
* Moved the sample playbooks to the common IBM Z Ansible Collection Samples
repository: https://github.com/IBM/z_ansible_collections_samples/

**Known issues:**

* See `list of open issues`_.

.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues


Version 0.8.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: 0.9.0-dev1
version: 0.9.0

readme: README.md

Expand Down

0 comments on commit 2ff7217

Please sign in to comment.