From fdb77182c850e7ad84cfa911856e12bd0198ae09 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Wed, 13 Aug 2025 04:34:52 -0400 Subject: [PATCH] Update/correct stable-6 changelog (#987) SUMMARY A part of the changelog referring to reverted changes was left in; this PR updates the changelog files to accurately reflect the state of stable-6/6.1.0 release. Reviewed-by: Yuriy Novostavskiy Reviewed-by: Alina Buzachis --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37b81620..3a9661cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,7 +11,7 @@ v6.1.0 Release Summary --------------- -This release includes a fix for kubeconfig output, added ``plain_http`` and ``take_ownership`` parameters for helm modules, support for ``hidden_fields`` in ``k8s_json_patch``, documented lack of idempotency support in ``helm_registry_auth`` with ``helm ≥ 3.18.0``, and improved ``k8s_rollback`` test coverage. +This release adds ``plain_http`` and ``take_ownership`` parameters for helm modules, support for ``hidden_fields`` in ``k8s_json_patch``, documented lack of idempotency support in ``helm_registry_auth`` with ``helm ≥ 3.18.0``, and improved ``k8s_rollback`` test coverage. Minor Changes ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 025e74dc..29ba409e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1067,8 +1067,7 @@ releases: (https://github.com/ansible-collections/kubernetes.core/pull/934). - helm_template - Parameter plain_http added for working with insecure OCI registries (https://github.com/ansible-collections/kubernetes.core/pull/934). - release_summary: "This release includes a fix for kubeconfig output, added ``plain_http`` - and ``take_ownership`` parameters for helm modules, support for ``hidden_fields`` + release_summary: "This release adds ``plain_http`` and ``take_ownership`` parameters for helm modules, support for ``hidden_fields`` in ``k8s_json_patch``, documented lack of idempotency support in ``helm_registry_auth`` with ``helm \u2265 3.18.0``, and improved ``k8s_rollback`` test coverage." fragments: