Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

feat(ansible)!: Update ansible.utils to 4.1.0 #650

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clempat-bot[bot]
Copy link
Contributor

@clempat-bot clempat-bot bot commented Mar 28, 2024

This PR contains the following updates:

Package Type Update Change
ansible.utils galaxy-collection major 2.11.0 -> 4.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/ansible.utils (ansible.utils)

v4.1.0

Compare Source

======

Release Summary

In the last release (v4.0.0), we bumped the minimum required netaddr version to be >=0.10.1. However, since netaddr>=0.10.1 is not yet available in many sources other than PyPI, we have temporarily added a fallback method to support the ipaddr filter with older netaddr versions with this release. Once the latest netaddr is available in all major sources, we will deprecate this support and eventually remove it.

v4.0.0

Compare Source

======

Release Summary

Starting from this release, the minimum netaddr version this collection requires is >=0.10.1.

Major Changes

  • Bumping netaddr to >=0.10.1, means that starting from this release, the minimum netaddr version this collection requires is >=0.10.1.
  • This release mainly addresses the breaking changes in the netaddr library.
  • With the new release of netaddr 1.0.0, the IPAddress.is_private() method has been removed and instead, the IPAddress.is_global() method has been extended to support the same functionality. This change has been reflected in the ipaddr filter plugin.

v3.1.0

Compare Source

======

Minor Changes

Bugfixes

  • Avoid unnecessary use of persistent connection in cli_parse, fact_diff, update_fact and validate as this action does not require a connection.

Documentation Changes

  • ipv6form filter plugin - Fix to be displayed correctly.
  • validate lookup plugin - Fix syntax in EXAMPLES.
  • validate module - Fix syntax in EXAMPLES.

v3.0.0

Compare Source

======

Release Summary

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. That last known version compatible with ansible-core<2.14 is v2.12.0.

Major Changes

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.

v2.12.0

Compare Source

=======

Minor Changes

New Plugins

Filter


- fact_diff - Find the difference between currently set facts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@clempat-bot clempat-bot bot added renovate/ansible type/major area/ansible Changes made in the ansible directory labels Mar 28, 2024
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed Apr 5, 2024
@clempat-bot clempat-bot bot closed this Apr 5, 2024
@clempat-bot clempat-bot bot deleted the renovate/ansible.utils-4.x branch April 5, 2024 16:14
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed feat(ansible)!: Update ansible.utils to 4.0.0 Apr 6, 2024
@clempat-bot clempat-bot bot reopened this Apr 6, 2024
@clempat-bot clempat-bot bot restored the renovate/ansible.utils-4.x branch April 6, 2024 08:09
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed Apr 6, 2024
@clempat-bot clempat-bot bot closed this Apr 6, 2024
@clempat-bot clempat-bot bot deleted the renovate/ansible.utils-4.x branch April 6, 2024 10:19
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed feat(ansible)!: Update ansible.utils to 4.0.0 Apr 7, 2024
@clempat-bot clempat-bot bot reopened this Apr 7, 2024
@clempat-bot clempat-bot bot restored the renovate/ansible.utils-4.x branch April 7, 2024 03:12
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed Apr 7, 2024
@clempat-bot clempat-bot bot closed this Apr 7, 2024
@clempat-bot clempat-bot bot deleted the renovate/ansible.utils-4.x branch April 7, 2024 10:14
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 - autoclosed feat(ansible)!: Update ansible.utils to 4.0.0 Apr 7, 2024
@clempat-bot clempat-bot bot reopened this Apr 7, 2024
@clempat-bot clempat-bot bot restored the renovate/ansible.utils-4.x branch April 7, 2024 17:08
| datasource        | package       | from   | to    |
| ----------------- | ------------- | ------ | ----- |
| galaxy-collection | ansible.utils | 2.11.0 | 4.1.0 |
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.0.0 feat(ansible)!: Update ansible.utils to 4.1.0 Apr 15, 2024
@clempat-bot clempat-bot bot force-pushed the renovate/ansible.utils-4.x branch from 21432fc to 12952c5 Compare April 15, 2024 14:09
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.1.0 feat(ansible)!: Update ansible.utils to 4.1.0 - autoclosed Apr 24, 2024
@clempat-bot clempat-bot bot closed this Apr 24, 2024
@clempat-bot clempat-bot bot deleted the renovate/ansible.utils-4.x branch April 24, 2024 18:09
@clempat-bot clempat-bot bot changed the title feat(ansible)!: Update ansible.utils to 4.1.0 - autoclosed feat(ansible)!: Update ansible.utils to 4.1.0 Apr 24, 2024
@clempat-bot clempat-bot bot reopened this Apr 24, 2024
@clempat-bot clempat-bot bot restored the renovate/ansible.utils-4.x branch April 24, 2024 20:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/ansible Changes made in the ansible directory renovate/ansible type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants