From ef6712c8f66dafabb4b05f50f7a9e67c4894b7d4 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Wed, 24 Feb 2021 10:33:21 -0500 Subject: [PATCH] Release version 1.1.0 (#72) --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 7 +++++++ ci/downstream.sh | 2 +- galaxy.yml | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6ee5bb..1ddf80f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ OKD Collection Release Notes .. contents:: Topics +v1.1.0 +====== + +Minor Changes +------------- + +- increase the kubernetes.core dependency version number (https://github.com/ansible-collections/community.okd/pull/71). + v1.0.2 ====== diff --git a/Makefile b/Makefile index 527c329..27600ee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 1.0.2 +VERSION = 1.1.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 49c60f5..31361f5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.okd - version: 1.0.2 + version: 1.1.0 ``` ### Installing the OpenShift Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bba6c83..d8cfb96 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -82,3 +82,10 @@ releases: fragments: - 66-restrict-kubernetes-core-version.yaml release_date: '2021-02-19' + 1.1.0: + changes: + minor_changes: + - increase the kubernetes.core dependency version number (https://github.com/ansible-collections/community.okd/pull/71). + fragments: + - 71-bump-kubernetes-core-version.yaml + release_date: '2021-02-23' diff --git a/ci/downstream.sh b/ci/downstream.sh index ce667c2..3bff72c 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="1.0.2" +DOWNSTREAM_VERSION="1.1.0" KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}" _build_dir="" diff --git a/galaxy.yml b/galaxy.yml index 6778779..6c8aa69 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -24,4 +24,4 @@ tags: - okd - cluster # Also needs to be updated in the Makefile -version: 1.0.2 +version: 1.1.0