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
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).
14
+
15
+
Minor Changes
16
+
-------------
17
+
18
+
- Module ``helm_registry_auth`` does not support idempotency with ``helm >= 3.18.0`` (https://github.com/ansible-collections/kubernetes.core/pull/946)
19
+
7
20
v5.3.0
8
21
======
9
22
@@ -124,7 +137,10 @@ Bugfixes
124
137
- 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).
125
138
126
139
v3.3.1
127
-
=======
140
+
======
141
+
142
+
Release Summary
143
+
---------------
128
144
129
145
This release fixes the CI issues with the ``linters`` workflow.
- 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,3 +1044,15 @@ 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