Skip to content

Commit 93734fc

Browse files
authored
Prep kubernetes.core 5.4.0 release (#970) (#986)
SUMMARY Update main branch after kubernetes.core 5.4.0 release Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Yuriy Novostavskiy Reviewed-by: Bikouo Aubin Reviewed-by: Alina Buzachis
1 parent a861079 commit 93734fc

File tree

4 files changed

+29
-9
lines changed

4 files changed

+29
-9
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ Breaking Changes / Porting Guide
1818
- Remove deprecated ``k8s`` invetory plugin (https://github.com/ansible-collections/kubernetes.core/pull/867).
1919
- Remove support for ``ansible-core<2.16`` (https://github.com/ansible-collections/kubernetes.core/pull/867).
2020

21+
v5.4.0
22+
======
23+
24+
Release Summary
25+
---------------
26+
27+
This release updates the ``helm_registry_auth`` module to match the behavior of ``helm >= 3.18.0`` which reports a successful logout regardless of the current state (i.e., no idempotency).
28+
29+
Minor Changes
30+
-------------
31+
32+
- Module ``helm_registry_auth`` does not support idempotency with ``helm >= 3.18.0`` (https://github.com/ansible-collections/kubernetes.core/pull/946)
33+
2134
v5.3.0
2235
======
2336

changelogs/changelog.yaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,13 +1029,13 @@ releases:
10291029
- module_utils/k8s/service - fix issue when trying to delete resource using
10301030
`delete_options` and `check_mode=true` (https://github.com/ansible-collections/kubernetes.core/issues/892).
10311031
minor_changes:
1032-
- Bump version of ansible-lint to 25.1.2 (https://github.com/ansible-collections/kubernetes.core/pull/919).
1032+
- kubernetes.core - Bump version of ``ansible-lint`` to ``25.1.2`` (https://github.com/ansible-collections/kubernetes.core/pull/919).
10331033
- action/k8s_info - update templating mechanism with changes from ``ansible-core
10341034
2.19`` (https://github.com/ansible-collections/kubernetes.core/pull/888).
1035-
- helm - add reset_then_reuse_values support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803).
1036-
- helm - add support for ``insecure_skip_tls_verify`` option to helm and helm_repository(https://github.com/ansible-collections/kubernetes.core/issues/694).
1035+
- helm - add ``reset_then_reuse_values`` support to helm module (https://github.com/ansible-collections/kubernetes.core/issues/803).
1036+
- helm - add support for ``insecure_skip_tls_verify`` option to helm and ``helm_repository`` (https://github.com/ansible-collections/kubernetes.core/issues/694).
10371037
release_summary: This release includes minor changes, bug fixes and also bumps
1038-
ansible-lint version to ``25.1.2``.
1038+
``ansible-lint`` version to ``25.1.2``.
10391039
fragments:
10401040
- 20250324-k8s_info-templating.yaml
10411041
- 5.3.0.yml
@@ -1044,6 +1044,18 @@ releases:
10441044
- 898-k8s-dont-delete-in-check-mode.yaml
10451045
- 919-update-ansible-lint-version.yaml
10461046
release_date: '2025-05-16'
1047+
5.4.0:
1048+
changes:
1049+
minor_changes:
1050+
- Module ``helm_registry_auth`` does not support idempotency with ``helm >= 3.18.0``
1051+
(https://github.com/ansible-collections/kubernetes.core/pull/946).
1052+
release_summary: This release updates the ``helm_registry_auth`` module to match the behavior of ``helm >= 3.18.0`` which reports a successful logout regardless of the current state (i.e., no idempotency).
1053+
fragments:
1054+
- 20250411-kubeconfig-no_log-revert.yaml
1055+
- 20250503-fix-unit-tests.yml
1056+
- 20250605-fix-helm_registry_auth-integration_test.yaml
1057+
- 5.4.0.yml
1058+
release_date: '2025-08-12'
10471059
6.0.0:
10481060
changes:
10491061
breaking_changes:

changelogs/fragments/20250503-fix-unit-tests.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/20250605-fix-helm_registry_auth-integration_test.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)