Skip to content

Commit dcbe52e

Browse files
authored
Prep kubernetes.core 5.4.0 release (#970)
SUMMARY Prep kubernetes.core 5.4.0 release COMPONENT NAME Multiple Reviewed-by: Bianca Henderson <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: GomathiselviS <[email protected]>
1 parent 1e711d4 commit dcbe52e

File tree

7 files changed

+36
-13
lines changed

7 files changed

+36
-13
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Kubernetes Collection Release Notes
44

55
.. contents:: Topics
66

7+
v5.4.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
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+
720
v5.3.0
821
======
922

@@ -124,7 +137,10 @@ Bugfixes
124137
- 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).
125138

126139
v3.3.1
127-
=======
140+
======
141+
142+
Release Summary
143+
---------------
128144

129145
This release fixes the CI issues with the ``linters`` workflow.
130146

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also needs to be updated in galaxy.yml
2-
VERSION = 5.2.0
2+
VERSION = 5.4.0
33

44
TEST_ARGS ?= ""
55
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
106106
---
107107
collections:
108108
- name: kubernetes.core
109-
version: 5.3.0
109+
version: 5.4.0
110110
```
111111
112112
### Installing the Kubernetes Python Library

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,3 +1044,15 @@ 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'

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.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tags:
2525
- openshift
2626
- okd
2727
- cluster
28-
version: 5.3.0
28+
version: 5.4.0
2929
build_ignore:
3030
- .DS_Store
3131
- "*.tar.gz"

0 commit comments

Comments
 (0)