From b4ee7cdfac7ee1d1f7e9e334628fa60fbeda2445 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Mon, 5 Feb 2024 11:59:31 -0500 Subject: [PATCH] Fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86cc19b02e..3de4d06894 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -104,7 +104,7 @@ v2.3.1 Bugfixes -------- -- Catch expectation raised when the process is waiting for resources (https://github.com/ansible-collections/kubernetes.core/issues/407). +- Catch exception raised when the process is waiting for resources (https://github.com/ansible-collections/kubernetes.core/issues/407). - Remove `omit` placeholder when defining resource using template parameter (https://github.com/ansible-collections/kubernetes.core/issues/431). - k8s - fix the issue when trying to delete resources using label_selectors options (https://github.com/ansible-collections/kubernetes.core/issues/433). - k8s_cp - fix issue when using parameter local_path with file on managed node. (https://github.com/ansible-collections/kubernetes.core/issues/421).