From f2d899b939737327d3898e19ed34d91cfb315b1b Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 19 Oct 2021 10:10:21 -0400 Subject: [PATCH] Release 2.2.1 (#267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release 2.2.1 Release 2.2.1 Reviewed-by: Gonéri Le Bouder Reviewed-by: None --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 8 ++++++++ changelogs/fragments/0-copy_ignore_txt.yml | 3 --- .../fragments/_wait_for_label_selector_optional.yaml | 3 --- galaxy.yml | 2 +- 7 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/0-copy_ignore_txt.yml delete mode 100644 changelogs/fragments/_wait_for_label_selector_optional.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acfef9aa..64e7bd13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v2.2.1 +====== + +Bugfixes +-------- + +- common - Ensure the label_selectors parameter of _wait_for method is optional. + v2.2.0 ====== diff --git a/Makefile b/Makefile index 5d9a33ab..374a122c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 2.2.0 +VERSION = 2.2.1 TEST_ARGS ?= "" PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'` diff --git a/README.md b/README.md index 1ed6fe2c..ca933956 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: kubernetes.core - version: 2.2.0 + version: 2.2.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2a680a84..69a81e5d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -486,3 +486,11 @@ releases: name: kustomize namespace: null release_date: '2021-09-15' + 2.2.1: + changes: + bugfixes: + - common - Ensure the label_selectors parameter of _wait_for method is optional. + fragments: + - 0-copy_ignore_txt.yml + - _wait_for_label_selector_optional.yaml + release_date: '2021-10-18' diff --git a/changelogs/fragments/0-copy_ignore_txt.yml b/changelogs/fragments/0-copy_ignore_txt.yml deleted file mode 100644 index ec804d27..00000000 --- a/changelogs/fragments/0-copy_ignore_txt.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Copy ignore.txt. diff --git a/changelogs/fragments/_wait_for_label_selector_optional.yaml b/changelogs/fragments/_wait_for_label_selector_optional.yaml deleted file mode 100644 index fffd1283..00000000 --- a/changelogs/fragments/_wait_for_label_selector_optional.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: -- common - Ensure the label_selectors parameter of _wait_for method is optional. diff --git a/galaxy.yml b/galaxy.yml index fb9238b3..bbbf9e5e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,7 +25,7 @@ tags: - openshift - okd - cluster -version: 2.2.0 +version: 2.2.1 build_ignore: - .DS_Store - '*.tar.gz'