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

@@ -71,7 +71,7 @@ Name | Description
<!--start requires_ansible-->
### Ansible version compatibility
This collection has been tested against the following Ansible versions: **>=2.15.0**.
This collection has been tested against the following Ansible versions: **>=2.16.0**.
For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
@@ -106,7 +106,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: kubernetes.core
version: 5.4.3
version: 5.4.4
```
### Installing the Kubernetes Python Library