feat(ansible)!: Update kubernetes.core to 5.0.0 #293
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 PR contains the following updates:
3.0.0
->5.0.0
Release Notes
ansible-collections/kubernetes.core (kubernetes.core)
v5.0.0
Compare Source
======
Release Summary
This major release drops support for
ansible-core<2.15
.Minor Changes
Breaking Changes / Porting Guide
ansible-core<2.15
(https://github.com/ansible-collections/kubernetes.core/pull/737).v4.0.0
Compare Source
======
Release Summary
This major release brings several bug fixes. We have also removed support for
ansible-core<2.15
and deprecated functions and class frommodule_utils/common.py
.Minor Changes
Removed Features (previously deprecated)
merge_type=json
has been removed in version 4.0.0. Please usekubernetes.core.k8s_json_patch
instead (https://github.com/ansible-collections/kubernetes.core/pull/722).result.return_code
return value has been removed, consider usingresult.rc
instead (https://github.com/ansible-collections/kubernetes.core/pull/726).K8sAnsibleMixin
class has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).configuration_digest()
function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).get_api_client()
function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).unique_string()
function has been removed (https://github.com/ansible-collections/kubernetes.core/pull/726).Bugfixes
helmdiff_check()
function commandline rendering with thedeploy()
function (https://github.com/ansible-collections/kubernetes.core/pull/670).reuse-values
when runninghelm diff
command (https://github.com/ansible-collections/kubernetes.core/issues/680).v3.2.0
Compare Source
======
Release Summary
This release comes with documentation updates.
Minor Changes
v3.1.0
Compare Source
======
Release Summary
This release comes with some bugfixes and documentation updates. It also adds new features to the kubectl connection plugin and the kustomize lookup plugin.
Minor Changes
Bugfixes
v3.0.1
Compare Source
======
Release Summary
This release fixes issue with resources discovery when complex subresources are present, and fixes issues with
reuse-values
parameter for helm module.Bugfixes
helmdiff_check()
function commandline rendering with thedeploy()
function (https://github.com/ansible-collections/kubernetes.core/pull/670).reuse-values
when runninghelm diff
command (https://github.com/ansible-collections/kubernetes.core/issues/680).Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.