diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71eb6427..42037260 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v3.3.1 +====== + +Release Summary +--------------- + +This release fixes the CI issues with the ``linters`` workflow. + v3.3.0 ====== diff --git a/Makefile b/Makefile index 14df8473..b3006cf3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 3.3.0 +VERSION = 3.3.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 4cd9166d..b790227a 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: kubernetes.core - version: 3.3.0 + version: 3.3.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 84774f89..150b37bb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -859,15 +859,15 @@ releases: minor_changes: - connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (https://github.com/ansible-collections/kubernetes.core/pull/741). + - inventory/k8s.py - Defer removal of k8s inventory plugin to version 5.0 (https://github.com/ansible-collections/kubernetes.core/pull/723). - inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (https://github.com/ansible-collections/kubernetes.core/pull/734). - - inventory/k8s.py - Defer removal of k8s inventory plugin to version 5.0 (https://github.com/ansible-collections/kubernetes.core/pull/723). release_summary: This release comes with documentation updates. fragments: - 20240530-defer-removal-and-ansible-core-support-update.yaml - 20240601-doc-example-of-using-kubectl.yaml - - inventory-update_removal_date.yml - 3.2.0.yml + - inventory-update_removal_date.yml release_date: '2024-06-14' 3.3.0: changes: @@ -899,3 +899,9 @@ releases: - 798-drain-pdb-error-message.yaml - readme_template_update.yml release_date: '2025-01-22' + 3.3.1: + changes: + release_summary: This release fixes the CI issues with the ``linters`` workflow. + fragments: + - release_summary.yml + release_date: '2025-03-26' diff --git a/galaxy.yml b/galaxy.yml index 0c809ab8..402cfbda 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,7 +25,7 @@ tags: - openshift - okd - cluster -version: 3.3.0 +version: 3.3.1 build_ignore: - .DS_Store - "*.tar.gz"