From d1788bed2d7dc3ee7308c47c42b81e32709190de Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Tue, 10 Dec 2024 09:53:26 -0600 Subject: [PATCH] Prepare 4.0.1 release (#249) --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 9 +++++++++ ci/downstream.sh | 2 +- galaxy.yml | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f79512..57ff6e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ OKD Collection Release Notes .. contents:: Topics +v4.0.1 +====== + +Bugfixes +-------- + +- openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth token (https://github.com/openshift/community.okd/pull/242) + v4.0.0 ====== diff --git a/Makefile b/Makefile index 4d35180..9c9574e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: molecule # Also needs to be updated in galaxy.yml -VERSION = 4.0.0 +VERSION = 4.0.1 SANITY_TEST_ARGS ?= --docker --color UNITS_TEST_ARGS ?= --docker --color diff --git a/README.md b/README.md index 928f455..2a23077 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.okd - version: 4.0.0 + version: 4.0.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7768706..6174adc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -241,3 +241,12 @@ releases: - defer_removal_of_inventory_plugin.yaml - k8s-merge_type=json-removed.yml release_date: '2024-05-29' + 4.0.1: + changes: + minor_changes: + - openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth + token. Based on stale PR (https://github.com/openshift/community.okd/pull/194). + release_summary: This is a bug fix release + fragments: + - 242-fix-failed-token-deletion.yml + release_date: '2024-12-03' diff --git a/ci/downstream.sh b/ci/downstream.sh index 0e6d0df..1fad929 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="4.0.0" +DOWNSTREAM_VERSION="4.0.1" KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}" INSTALL_DOWNSTREAM_COLLECTION_PATH="${INSTALL_DOWNSTREAM_COLLECTION_PATH:-}" _build_dir="" diff --git a/galaxy.yml b/galaxy.yml index 3914e6e..31082c9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -24,4 +24,4 @@ tags: - okd - cluster # Also needs to be updated in the Makefile -version: 4.0.0 +version: 4.0.1