Prepare release 5.0.0 (#733)

This commit is contained in:
Bikouo Aubin
2024-06-10 15:39:42 +02:00
committed by GitHub
parent c47e691101
commit 7b0190f8d5
8 changed files with 36 additions and 11 deletions

View File

@@ -4,6 +4,24 @@ Kubernetes Collection Release Notes
.. contents:: Topics
v5.0.0
======
Release Summary
---------------
This major release drops support for ``ansible-core<2.15``.
Minor Changes
-------------
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (https://github.com/ansible-collections/kubernetes.core/pull/734).
Breaking Changes / Porting Guide
--------------------------------
- Remove support for ``ansible-core<2.15`` (https://github.com/ansible-collections/kubernetes.core/pull/737).
v4.0.0
======