Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ansible.utils to 4.1.0 - autoclosed #2439

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ansible.utils galaxy-collection major 2.6.1 -> 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

v2.11.0

Compare Source

=======

Minor Changes

Bugfixes

New Plugins

Filter


- ipcut - This filter is designed to get 1st or last few bits of IP address.
- ipv6form - This filter is designed to convert ipv6 address in different formats. For example expand, compressetc.

v2.10.3

Compare Source

=======

v2.10.2

=======

Minor Changes

  • validate - Add option check_format for the jsonschema engine to disable JSON Schema format checking.
  • validate - Add support for JSON Schema draft 2019-09 and 2020-12 as well as automatically choosing the draft from the $schema field of the criteria.

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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from dfroberg as a code owner March 28, 2024 20:23
@renovate renovate bot added the dep/major label Mar 28, 2024
@renovate renovate bot force-pushed the renovate/ansible.utils-4.x branch from 026c016 to 312581c Compare April 15, 2024 17:48
@renovate renovate bot changed the title chore(deps): update ansible.utils to 4.0.0 chore(deps): update ansible.utils to 4.1.0 Apr 15, 2024
@renovate renovate bot changed the title chore(deps): update ansible.utils to 4.1.0 chore(deps): update ansible.utils to 4.1.0 - autoclosed Jun 12, 2024
@renovate renovate bot closed this Jun 12, 2024
@renovate renovate bot deleted the renovate/ansible.utils-4.x branch June 12, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants