Prep 5.4.4 release (#1193)

* Fix ansible version for 5.4.3 release

* Prep release 5.4.4

(cherry picked from commit 44fbb83be4b2ea9d3ee4479f7aa131cf72b3b0e3)
This commit is contained in:
Bianca Henderson
2026-07-09 17:04:18 -04:00
committed by GitHub
parent efe2d1aa69
commit 1a0914352a
6 changed files with 24 additions and 5 deletions

View File

@@ -4,6 +4,19 @@ Kubernetes Collection Release Notes
.. contents:: Topics
v5.4.4
======
Release Summary
---------------
This release corrects the documented and enforced minimum ``ansible-core`` version to ``>=2.16.0``.
Bugfixes
--------
- meta - Update ``requires_ansible`` in ``runtime.yml`` and README to ``>=2.16.0`` to match the actual minimum supported ``ansible-core`` version (https://github.com/ansible-collections/kubernetes.core/pull/1193).
v5.4.3
======