diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3bfda1c..20e4b706 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ OKD Collection Release Notes .. contents:: Topics +v1.0.0 +====== + +Minor Changes +------------- + +- Released version 1 to Automation Hub as redhat.openshift (https://github.com/ansible-collections/community.okd/issues/51). + v0.3.0 ====== diff --git a/Makefile b/Makefile index 9bd89c6e..9c30f610 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 0.3.0 +VERSION = 1.0.0 # To run sanity tests in a venv, set SANITY_TEST_ARGS to '--venv' SANITY_TEST_ARGS ?= --docker --color diff --git a/README.md b/README.md index baccb615..933403ea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.okd - version: 0.3.0 + version: 1.0.0 ``` ### Installing the OpenShift Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fc1ed958..51173e30 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -61,3 +61,10 @@ releases: name: openshift_route namespace: '' release_date: '2020-10-12' + 1.0.0: + changes: + minor_changes: + - Released version 1 to Automation Hub as redhat.openshift (https://github.com/ansible-collections/community.okd/issues/51). + fragments: + - 51-redhat-openshift-ah-release.yml + release_date: '2020-11-12' diff --git a/changelogs/fragments/51-redhat-openshift-ah-release.yml b/changelogs/fragments/51-redhat-openshift-ah-release.yml new file mode 100644 index 00000000..08ce61a1 --- /dev/null +++ b/changelogs/fragments/51-redhat-openshift-ah-release.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Released version 1 to Automation Hub as redhat.openshift (https://github.com/ansible-collections/community.okd/issues/51). diff --git a/ci/downstream.sh b/ci/downstream.sh index cf34d9b1..eaa0e37a 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -9,7 +9,7 @@ # - All functions are prefixed with f_ so it's obvious where they come # from when in use throughout the script -DOWNSTREAM_VERSION="0.3.0" +DOWNSTREAM_VERSION="1.0.0" KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}" _build_dir="" diff --git a/galaxy.yml b/galaxy.yml index abee46cb..788eb2cf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -24,4 +24,4 @@ tags: - okd - cluster # Also needs to be updated in the Makefile -version: 0.3.0 +version: 1.0.0