Skip to content

Commit 05e5e0a

Browse files
authored
prepare release 5.4.1 (#1009) (#1013)
SUMMARY Update main branch after kubernetes.core 5.4.0 release Reviewed-by: Mandar Kulkarni <[email protected]>
1 parent 87344b9 commit 05e5e0a

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,21 @@ Breaking Changes / Porting Guide
4141
- Remove deprecated ``k8s`` invetory plugin (https://github.com/ansible-collections/kubernetes.core/pull/867).
4242
- Remove support for ``ansible-core<2.16`` (https://github.com/ansible-collections/kubernetes.core/pull/867).
4343

44+
v5.4.1
45+
======
46+
47+
Release Summary
48+
---------------
49+
50+
This release includes bugfixes for k8s service field handling, k8s_cp init containers support, and removes deprecated ansible.module_utils.six imports.
51+
52+
Bugfixes
53+
--------
54+
55+
- Remove ``ansible.module_utils.six`` imports to avoid warnings (https://github.com/ansible-collections/kubernetes.core/pull/998).
56+
- Update the `k8s_cp` module to also work for init containers (https://github.com/ansible-collections/kubernetes.core/pull/971).
57+
- module_utils/k8s/service - hide fields first before creating diffs (https://github.com/ansible-collections/kubernetes.core/pull/915).
58+
4459
v5.4.0
4560
======
4661

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,21 @@ releases:
10561056
- 20250605-fix-helm_registry_auth-integration_test.yaml
10571057
- 5.4.0.yml
10581058
release_date: '2025-08-12'
1059+
5.4.1:
1060+
changes:
1061+
bugfixes:
1062+
- Remove ``ansible.module_utils.six`` imports to avoid warnings (https://github.com/ansible-collections/kubernetes.core/pull/998).
1063+
- Update the `k8s_cp` module to also work for init containers (https://github.com/ansible-collections/kubernetes.core/pull/971).
1064+
- module_utils/k8s/service - hide fields first before creating diffs (https://github.com/ansible-collections/kubernetes.core/pull/915).
1065+
release_summary: This release includes bugfixes for k8s service field handling,
1066+
k8s_cp init containers support, and removes deprecated ansible.module_utils.six
1067+
imports.
1068+
fragments:
1069+
- 20250428-k8s-service-hide-fields-first.yaml
1070+
- 20250731-fix-k8s_cp-initcontainers.yaml
1071+
- 20250922-remove-ansible-six-imports.yaml
1072+
- 5.4.1.yml
1073+
release_date: '2025-10-07'
10591074
6.0.0:
10601075
changes:
10611076
breaking_changes:

changelogs/fragments/20250731-fix-k8s_cp-initcontainers.yaml

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

changelogs/fragments/20250922-remove-ansible-six-imports.yaml

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

0 commit comments

Comments
 (0)