From 448a68da3d8264ad6a0fcd1ec5875bba41d685ce Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:14:29 +0000 Subject: [PATCH] Changelog fixes (#989) (#990) This is a backport of PR #989 as merged into main (6158300). SUMMARY Changelog fixes ISSUE TYPE Docs Pull Request Reviewed-by: Bianca Henderson Reviewed-by: Chyna Sanders --- CHANGELOG.rst | 8 ++++---- changelogs/changelog.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a9661cc..ebea2a5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -43,20 +43,20 @@ v5.3.0 Release Summary --------------- -This release includes minor changes, bug fixes and also bumps ansible-lint version to ``25.1.2``. +This release includes minor changes, bug fixes and also bumps ``ansible-lint`` version to ``25.1.2``. Minor Changes ------------- -- Bump version of ansible-lint to 25.1.2 (https://github.com/ansible-collections/kubernetes.core/pull/919). +- Bump version of ``ansible-lint`` to 25.1.2 (https://github.com/ansible-collections/kubernetes.core/pull/919). - action/k8s_info - update templating mechanism with changes from ``ansible-core 2.19`` (https://github.com/ansible-collections/kubernetes.core/pull/888). -- helm - add reset_then_reuse_values support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803). +- helm - add ``reset_then_reuse_values`` support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803). - helm - add support for ``insecure_skip_tls_verify`` option to helm and helm_repository(https://github.com/ansible-collections/kubernetes.core/issues/694). Bugfixes -------- -- module_utils/k8s/service - fix issue when trying to delete resource using `delete_options` and `check_mode=true` (https://github.com/ansible-collections/kubernetes.core/issues/892). +- module_utils/k8s/service - fix issue when trying to delete resource using ``delete_options`` and ``check_mode=true`` (https://github.com/ansible-collections/kubernetes.core/issues/892). v5.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 29ba409e..7bd3d126 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -977,7 +977,7 @@ releases: - kustomize - kustomize plugin fails with deprecation warnings (https://github.com/ansible-collections/kubernetes.core/issues/639). - waiter - Fix waiting for daemonset when desired number of pods is 0. (https://github.com/ansible-collections/kubernetes.core/pull/756). minor_changes: - - Bump version of ansible-lint to minimum 24.7.0 (https://github.com/ansible-collections/kubernetes.core/pull/765). + - Bump version of ``ansible-lint`` to minimum 24.7.0 (https://github.com/ansible-collections/kubernetes.core/pull/765). - Parameter insecure_registry added to helm_template as equivalent of insecure-skip-tls-verify (https://github.com/ansible-collections/kubernetes.core/pull/805). - k8s_drain - Improve error message for pod disruption budget when draining