From ac86a8900c2fb9761f599e1726e37f2e8de8cda9 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 6 Apr 2021 12:09:53 -0400 Subject: [PATCH] Release 1.1.1 (#79) * Release 1.1.1 * Add CI fix to changelog --- CHANGELOG.rst | 11 +++++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 13 +++++++++++++ ci/downstream.sh | 2 +- galaxy.yml | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1ddf80f..48c5552 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ OKD Collection Release Notes .. contents:: Topics +v1.1.1 +====== + +Bugfixes +-------- + +- add missing requirements.txt file needed for execution environments (https://github.com/ansible-collections/community.okd/pull/78). +- openshift_route - default to ``no_log=False`` for the ``key`` parameter in TLS configuration to fix sanity failures (https://github.com/ansible-collections/community.okd/pull/77). +- restrict molecule version to <3.3.0 to address breaking change (https://github.com/ansible-collections/community.okd/pull/77). +- update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80). + v1.1.0 ====== diff --git a/Makefile b/Makefile index 27600ee..7afe9e4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 1.1.0 +VERSION = 1.1.1 # 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 31361f5..66adf8c 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.1.0 + version: 1.1.1 ``` ### Installing the OpenShift Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d8cfb96..4f4a0d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -89,3 +89,16 @@ releases: fragments: - 71-bump-kubernetes-core-version.yaml release_date: '2021-02-23' + 1.1.1: + changes: + bugfixes: + - add missing requirements.txt file needed for execution environments (https://github.com/ansible-collections/community.okd/pull/78). + - openshift_route - default to ``no_log=False`` for the ``key`` parameter in + TLS configuration to fix sanity failures (https://github.com/ansible-collections/community.okd/pull/77). + - restrict molecule version to <3.3.0 to address breaking change (https://github.com/ansible-collections/community.okd/pull/77). + - update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80). + fragments: + - 77-fix-ci-failure.yaml + - 78-add-requirements-file.yaml + - 80-update-ci.yaml + release_date: '2021-04-06' diff --git a/ci/downstream.sh b/ci/downstream.sh index 3bff72c..26c352b 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.1.0" +DOWNSTREAM_VERSION="1.1.1" KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}" _build_dir="" diff --git a/galaxy.yml b/galaxy.yml index 6c8aa69..338e2d4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -24,4 +24,4 @@ tags: - okd - cluster # Also needs to be updated in the Makefile -version: 1.1.0 +version: 1.1.1