Bring docs changes over from latest release (#455)

Bring docs changes over from latest release

Depends-On: ansible/ansible-zuul-jobs#1526
SUMMARY

Brings docs generation changes over from 2.3.1 release.

ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
This commit is contained in:
Mike Graves
2022-05-10 11:14:23 -04:00
committed by GitHub
parent 95e2add65b
commit 77dd2496d0
22 changed files with 1211 additions and 16 deletions

View File

@@ -1,2 +0,0 @@
bugfixes:
- Catch expectation raised when the process is waiting for resources (https://github.com/ansible-collections/kubernetes.core/issues/407).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- k8s_drain - fix error occurring when trying to drain node with disable_eviction set to yes (https://github.com/ansible-collections/kubernetes.core/issues/416).

View File

@@ -1,2 +0,0 @@
bugfixes:
- k8s_cp - fix issue when using parameter local_path with file on managed node. (https://github.com/ansible-collections/kubernetes.core/issues/421).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- Remove `omit` placeholder when defining resource using template parameter (https://github.com/ansible-collections/kubernetes.core/issues/431).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- k8s - fix the issue when trying to delete resources using label_selectors options (https://github.com/ansible-collections/kubernetes.core/issues/433).