From 0b04396fa8fec512101528fbee9a9e95c5a47553 Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Mon, 17 Jun 2024 09:17:39 +0000 Subject: [PATCH] update changelog with release 3.2.0 --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a5a53a16b1..aec9229cbb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -55,6 +55,19 @@ Bugfixes - helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680). - 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). +v3.2.0 +====== + +Release Summary +--------------- +This release comes with documentation updates. + +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). +- connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (https://github.com/ansible-collections/kubernetes.core/pull/741). + v3.1.0 ======