diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e7c881..0db3b9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ OKD Collection Release Notes .. contents:: Topics +v2.0.1 +====== + +Minor Changes +------------- + +- increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97). + v2.0.0 ====== diff --git a/Makefile b/Makefile index 723bf3d..8d2ffcc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: molecule # Also needs to be updated in galaxy.yml -VERSION = 2.0.0 +VERSION = 2.0.1 SANITY_TEST_ARGS ?= --docker --color PYTHON_VERSION ?= `python3 -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'` diff --git a/README.md b/README.md index eb6ae7f..ddb4fe9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.okd - version: 2.0.0 + version: 2.0.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e002399..3e99ca6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -129,3 +129,10 @@ releases: - add_docs.yml - fqcn_inventory.yml release_date: '2021-06-22' + 2.0.1: + changes: + minor_changes: + - increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97). + fragments: + - 97-bump-k8s-version.yaml + release_date: '2021-06-24' diff --git a/changelogs/fragments/97-bump-k8s-version.yaml b/changelogs/fragments/97-bump-k8s-version.yaml deleted file mode 100644 index 0d49f74..0000000 --- a/changelogs/fragments/97-bump-k8s-version.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97). diff --git a/ci/downstream.sh b/ci/downstream.sh index 2918406..dfe71af 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="2.0.0" +DOWNSTREAM_VERSION="2.0.1" KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}" _build_dir="" diff --git a/galaxy.yml b/galaxy.yml index fd38a4e..c07c022 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -24,4 +24,4 @@ tags: - okd - cluster # Also needs to be updated in the Makefile -version: 2.0.0 +version: 2.0.1