From 1c0734dd4e2a631d186002e2702496ea4157ed1b Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:02:29 +0100 Subject: [PATCH] Prepare release 3.0.1 (#693) --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 19 +++++++++++++++++++ ...40117-fix-helm-diff-cmd-line-rendering.yml | 4 ---- ...ails-when-complex-subresources-present.yml | 3 --- ...240228-fix-helm-diff-with-reuse-values.yml | 3 --- 5 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/20240117-fix-helm-diff-cmd-line-rendering.yml delete mode 100644 changelogs/fragments/20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml delete mode 100644 changelogs/fragments/20240228-fix-helm-diff-with-reuse-values.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7ecfb51..d81bd3b8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Kubernetes Collection Release Notes .. contents:: Topics +v3.0.1 +====== + +Release Summary +--------------- + +This release fixes issue with resources discovery when complex subresources are present, and fixes issues with `reuse-values` parameter for helm module. + +Bugfixes +-------- + +- Resolve Collections util resource discovery fails when complex subresources present (https://github.com/ansible-collections/kubernetes.core/pull/676). +- align `helmdiff_check()` function commandline rendering with the `deploy()` function (https://github.com/ansible-collections/kubernetes.core/pull/670). +- helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680). +- integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability with new bitnami charts (https://github.com/ansible-collections/kubernetes.core/pull/670). v3.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 67281e55..0a1a4afb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -814,3 +814,22 @@ releases: - remove_ansible_2_13.yaml - update_supported_versions.yaml release_date: '2023-11-17' + 3.0.1: + changes: + bugfixes: + - Resolve Collections util resource discovery fails when complex subresources + present (https://github.com/ansible-collections/kubernetes.core/pull/676). + - align `helmdiff_check()` function commandline rendering with the `deploy()` + function (https://github.com/ansible-collections/kubernetes.core/pull/670). + - helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680). + - integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability + with new bitnami charts (https://github.com/ansible-collections/kubernetes.core/pull/670). + release_summary: This release fixes issue with resources discovery when complex + subresources are present, and fixes issues with `reuse-values` parameter for + helm module. + fragments: + - 20240117-fix-helm-diff-cmd-line-rendering.yml + - 20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml + - 20240228-fix-helm-diff-with-reuse-values.yml + - 3.0.1.yml + release_date: '2024-03-01' diff --git a/changelogs/fragments/20240117-fix-helm-diff-cmd-line-rendering.yml b/changelogs/fragments/20240117-fix-helm-diff-cmd-line-rendering.yml deleted file mode 100644 index 14ed5579..00000000 --- a/changelogs/fragments/20240117-fix-helm-diff-cmd-line-rendering.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - align `helmdiff_check()` function commandline rendering with the `deploy()` function (https://github.com/ansible-collections/kubernetes.core/pull/670). - - integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability with new bitnami charts (https://github.com/ansible-collections/kubernetes.core/pull/670). diff --git a/changelogs/fragments/20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml b/changelogs/fragments/20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml deleted file mode 100644 index d422127a..00000000 --- a/changelogs/fragments/20240222-Collections-util-resource-discovery-fails-when-complex-subresources-present.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Resolve Collections util resource discovery fails when complex subresources present (https://github.com/ansible-collections/kubernetes.core/pull/676). diff --git a/changelogs/fragments/20240228-fix-helm-diff-with-reuse-values.yml b/changelogs/fragments/20240228-fix-helm-diff-with-reuse-values.yml deleted file mode 100644 index b38c103c..00000000 --- a/changelogs/fragments/20240228-fix-helm-diff-with-reuse-values.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680).