You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove support for ``ansible-core<2.16`` (https://github.com/ansible-collections/kubernetes.core/pull/867).
20
20
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)
- 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).
1037
1037
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``.
1039
1039
fragments:
1040
1040
- 20250324-k8s_info-templating.yaml
1041
1041
- 5.3.0.yml
@@ -1044,6 +1044,18 @@ releases:
1044
1044
- 898-k8s-dont-delete-in-check-mode.yaml
1045
1045
- 919-update-ansible-lint-version.yaml
1046
1046
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``
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).
0 commit comments