Update main branch post 3.0.0 release (#663)

Update main branch post 3.0.0 release

SUMMARY


ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
This commit is contained in:
GomathiselviS
2023-11-21 12:23:25 -05:00
committed by GitHub
parent 1a601213eb
commit fe9c12326d
45 changed files with 1331 additions and 336 deletions

View File

@@ -1435,7 +1435,7 @@ class K8sAnsibleMixin(object):
if merge_type == "json":
self.module.deprecate(
msg="json as a merge_type value is deprecated. Please use the k8s_json_patch module instead.",
version="3.0.0",
version="4.0.0",
collection_name="kubernetes.core",
)
try:

View File

@@ -146,7 +146,7 @@ class K8sService:
if merge_type == "json":
self.module.deprecate(
msg="json as a merge_type value is deprecated. Please use the k8s_json_patch module instead.",
version="3.0.0",
version="4.0.0",
collection_name="kubernetes.core",
)
try: