Prep 5.2.0 release (#891)

SUMMARY

Prep 5.2.0 release

ISSUE TYPE

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Yuriy Novostavskiy
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
This commit is contained in:
Mike Graves
2025-03-31 13:20:25 -04:00
committed by GitHub
parent 81fb8662da
commit 0eff03dd19
7 changed files with 63 additions and 25 deletions

View File

@@ -1,4 +0,0 @@
---
minor_changes:
- k8s - Extend hidden_fields to allow the expression of more complex field types to be hidden (https://github.com/ansible-collections/kubernetes.core/pull/872)
- k8s_info - Extend hidden_fields to allow the expression of more complex field types to be hidden (https://github.com/ansible-collections/kubernetes.core/pull/872)

View File

@@ -1,5 +0,0 @@
minor_changes:
- >-
waiter.py - add ClusterOperator support. The module can now check OpenShift cluster health
by verifying ClusterOperator status requiring 'Available: True', 'Degraded: False', and
'Progressing: False' for success. (https://github.com/ansible-collections/kubernetes.core/issues/869)