From abcc3e884c6ccb39d9a92a54693cf3a2c34a2183 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Thu, 24 Jun 2021 12:41:43 -0400 Subject: [PATCH] Release 2.1.1 (#152) --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 7 +++++++ .../fragments/151-check-auth-params-for-existence.yaml | 3 --- galaxy.yml | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/151-check-auth-params-for-existence.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index edee1e90..7f2b05b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v2.1.1 +====== + +Bugfixes +-------- + +- check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151). + v2.1.0 ====== diff --git a/Makefile b/Makefile index 887bf727..a070adb3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 2.1.0 +VERSION = 2.1.1 TEST_ARGS ?= "" PYTHON_VERSION ?= `python -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 95b85fa1..9bc1f603 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: kubernetes.core - version: 2.1.0 + version: 2.1.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ecd3f665..2588d0fa 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -422,3 +422,10 @@ releases: - 148-remove-cloud-common-dependency.yaml - 149-disable-turbo-mode.yaml release_date: '2021-06-23' + 2.1.1: + changes: + bugfixes: + - check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151). + fragments: + - 151-check-auth-params-for-existence.yaml + release_date: '2021-06-24' diff --git a/changelogs/fragments/151-check-auth-params-for-existence.yaml b/changelogs/fragments/151-check-auth-params-for-existence.yaml deleted file mode 100644 index d251f08f..00000000 --- a/changelogs/fragments/151-check-auth-params-for-existence.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - check auth params for existence, not whether they are true (https://github.com/ansible-collections/kubernetes.core/pull/151). diff --git a/galaxy.yml b/galaxy.yml index 9c4d2779..e2d8c6da 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,7 +25,7 @@ tags: - openshift - okd - cluster -version: 2.1.0 +version: 2.1.1 build_ignore: - .DS_Store - '*.tar.gz'