Skip to content

fix(deps): update galaxy packages (major) - autoclosed

Sylvain Desbureaux requested to merge renovate/major-galaxy into master

This MR contains the following updates:

Package Type Update Change
ansible.netcommon galaxy-collection major >=4.0.0,<5.0.0 -> >=5.1.2,<5.2.0
openstack.cloud galaxy-collection major >=1.10.0,<1.11.0 -> >=2.1.0,<2.2.0

Release Notes

ansible-collections/ansible.netcommon (ansible.netcommon)

v5.1.2

Compare Source

======

Bugfixes

v5.1.1

Compare Source

======

Bugfixes

  • network_resource - do not append network_os to module names when building supported resources list. This fix is only valid for cases where FACTS_RESOURCE_SUBSETS is undefined.

v5.1.0

Compare Source

======

Minor Changes

  • libssh - add config_file option to specify an alternate SSH config file to use.
  • parse_cli - add support for multiple matches inside a block by adding new dictionary key to result
  • telnet - add stdout and stdout_lines to module output.
  • telnet - add support for regexes to login_prompt and password_prompt.
  • telnet - apply timeout to command prompts.

Bugfixes

v5.0.0

Compare Source

======

Minor Changes

Breaking Changes / Porting Guide

  • NetworkConnectionBase now inherits from PersistentConnectionBase in ansible.utils. As a result, the minimum ansible.utils version has increased to 2.7.0.
  • NetworkTemplate is no longer importable from ansible_collections.ansible.netcommon.plugins.module_utils.network.common and should now be found at its proper location ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base.network_template
  • ResourceModule is no longer importable from ansible_collections.ansible.netcommon.plugins.module_utils.network.common and should now be found at its proper location ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base.resource_module
  • VALID_MASKS, is_masklen, is_netmask, to_bits, to_ipv6_network, to_masklen, to_netmask, and to_subnet are no longer importable from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.utils and should now be found at their proper location ansible.module_utils.common.network

Removed Features (previously deprecated)

  • cli_parse - This plugin was moved to ansible.utils in version 1.0.0, and the redirect to that collection has now been removed.

Bugfixes

  • Cast AnsibleUnsafeText to str in convert_doc_to_ansible_module_kwargs() to keep CSafeLoader happy. This fixes issues with content scaffolding tools.

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Sylvain Desbureaux

Merge request reports