From d8538ffed300e4248cf2d017e425e6aeb179e3ad Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Tue, 7 Dec 2021 15:08:22 -0500 Subject: [PATCH] Release 2.2.2 (#305) Release 2.2.2 Reviewed-by: Abhijeet Kasurde Reviewed-by: Alina Buzachis Reviewed-by: None --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 7 +++++++ changelogs/fragments/298-remove-binary-file.yaml | 3 --- galaxy.yml | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/298-remove-binary-file.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64e7bd1347..509c79b636 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v2.2.2 +====== + +Bugfixes +-------- + +- remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298). + v2.2.1 ====== diff --git a/Makefile b/Makefile index 374a122c8c..0c0072e6a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 2.2.1 +VERSION = 2.2.2 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 ca93395621..4ab2008a48 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.1 + version: 2.2.2 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 69a81e5d3f..8a86affc06 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -494,3 +494,10 @@ releases: - 0-copy_ignore_txt.yml - _wait_for_label_selector_optional.yaml release_date: '2021-10-18' + 2.2.2: + changes: + bugfixes: + - remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298). + fragments: + - 298-remove-binary-file.yaml + release_date: '2021-12-07' diff --git a/changelogs/fragments/298-remove-binary-file.yaml b/changelogs/fragments/298-remove-binary-file.yaml deleted file mode 100644 index 2740892ca1..0000000000 --- a/changelogs/fragments/298-remove-binary-file.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298). diff --git a/galaxy.yml b/galaxy.yml index bbbf9e5e29..d2c90cfa11 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,7 +25,7 @@ tags: - openshift - okd - cluster -version: 2.2.1 +version: 2.2.2 build_ignore: - .DS_Store - '*.tar.gz'