[PR #700/a4c1bd85 backport][stable-3] Update deprecation version for merge_type=json #718
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #700 as merged into main (a4c1bd8).
SUMMARY
When looking at the parts of
plugins/module_utils/common.py
andplugins/module_utils/k8s/service.py
during the post3.0.0
release (see https://github.com/ansible-collections/kubernetes.core/pull/663/files#diff-9ee2d0860a5643da4e1f35136e9e7c3a41c5f2fd2952c197e7e32b941e5a301c) that affectmerge_type
when set tojson
, I don't believemerge_type=json
was deprecated for (and removed from) thek8s
module, and instead the deprecation version has moved to4.0.0
. Hence, the documentation update.ISSUE TYPE
COMPONENT NAME
k8s
module