iT3E / tnwks-ops

A mono repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://iT3E.github.io/tnwks-ops
MIT License
1 stars 0 forks source link

feat(ansible)!: Update ansible.netcommon to 7.0.0 #755

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ansible.netcommon galaxy-collection major 5.3.0 -> 7.0.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/ansible.netcommon (ansible.netcommon) ### [`v7.0.0`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v700) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v6.1.3...v7.0.0) \====== ## Release Summary Starting from this release, the minimum `ansible-core` version this collection requires is `2.15.0`. The last known version compatible with ansible-core<2.15 is v6.1.3. ## Major Changes - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. ## Bugfixes - Fix get api call during scp with libssh. - Handle sftp error messages for file not present for routerOS. ## Known Issues - libssh - net_put and net_get fail when the destination file intended to be fetched is not present. ### [`v6.1.3`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v613) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v6.1.2...v6.1.3) \====== ## Bugfixes - The v6.1.2 release introduced a change in cliconfbase's edit_config() signature which broke many platform cliconfs. This patch release reverts that change. ### [`v6.1.2`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v612) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v6.1.1...v6.1.2) \====== ## Documentation Changes - Fixed module name and log consistency in parse_cli_textfsm filter doc. ### [`v6.1.1`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v611) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v6.1.0...v6.1.1) \====== ## Bugfixes - Added guidance for users to open an issue for the respective platform if plugin support is needed. - Improved module execution to gracefully handle cases where plugin support is required, providing a clear error message to the user. ### [`v6.1.0`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v610) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v6.0.0...v6.1.0) \====== ## Minor Changes - Add new module cli_restore that exclusively handles restoring of backup configuration to target applaince. ## Bugfixes - libssh connection plugin - stop using deprecated `PlayContext.verbosity` property that is no longer present in ansible-core 2.18 ([https://github.com/ansible-collections/ansible.netcommon/pull/626](https://togithub.com/ansible-collections/ansible.netcommon/pull/626)). - network_cli - removed deprecated play_context.verbosity property. ## New Modules - cli_restore - Restore device configuration to network devices over network_cli ### [`v6.0.0`](https://togithub.com/ansible-collections/ansible.netcommon/blob/HEAD/CHANGELOG.rst#v600) [Compare Source](https://togithub.com/ansible-collections/ansible.netcommon/compare/v5.3.0...v6.0.0) \====== ## 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 `v5.3.0`. ## Major Changes - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now.

Configuration

📅 Schedule: Branch creation - "before 7am" (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.