diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57ff6e0..b64296b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ OKD Collection Release Notes .. contents:: Topics +v4.0.2 +====== + +Release Summary +--------------- + +This patch updates the k8s dependency version to the 5.x range and modifies tests to handle the manual creation of service account tokens. + v4.0.1 ====== diff --git a/Makefile b/Makefile index 9c9574e..ff92f3b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: molecule # Also needs to be updated in galaxy.yml -VERSION = 4.0.1 +VERSION = 4.0.2 SANITY_TEST_ARGS ?= --docker --color UNITS_TEST_ARGS ?= --docker --color diff --git a/README.md b/README.md index 1edb7aa..51a0594 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.okd - version: 4.0.1 + version: 4.0.2 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6174adc..a2967cc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -250,3 +250,10 @@ releases: fragments: - 242-fix-failed-token-deletion.yml release_date: '2024-12-03' + 4.0.2: + changes: + release_summary: This patch updates the k8s dependency version to the 5.x range + and modifies tests to handle the manual creation of service account tokens. + fragments: + - 4.0.2.yml + release_date: '2025-05-21' diff --git a/changelogs/fragments/242-fix-failed-token-deletion.yml b/changelogs/fragments/242-fix-failed-token-deletion.yml deleted file mode 100644 index 9aad842..0000000 --- a/changelogs/fragments/242-fix-failed-token-deletion.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - 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). diff --git a/ci/downstream.sh b/ci/downstream.sh index 1fad929..99cba3e 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.1" +DOWNSTREAM_VERSION="4.0.2" 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 bf4adf7..3bef2af 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.1 +version: 4.0.2