From ed3bcde3b60b6d2e52e4e60d25fd6a198054131a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Dec 2024 10:45:38 +0100 Subject: [PATCH] chore(deps): update dependency ansible.posix to v2 (#77) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ansible.posix](https://github.com/ansible-collections/ansible.posix) | galaxy-collection | major | `1.6.2` -> `2.0.0` | --- ### Release Notes
ansible-collections/ansible.posix (ansible.posix) ### [`v2.0.0`](https://github.com/ansible-collections/ansible.posix/blob/HEAD/CHANGELOG.rst#v200) [Compare Source](https://github.com/ansible-collections/ansible.posix/compare/1.6.2...2.0.0) \====== ## Release Summary This is the major release of the `ansible.posix` collection. This changelog contains all changes to the modules and plugins in this collection that have been added after the release of `ansible.posix` 1.6.2 ## Minor Changes - authorized_keys - allow using absolute path to a file as a SSH key(s) source (https://github.com/ansible-collections/ansible.posix/pull/568) - callback plugins - Add recap information to timer, profile_roles and profile_tasks callback outputs (https://github.com/ansible-collections/ansible.posix/pull/387). ## Breaking Changes / Porting Guide - firewalld - Changed the type of forward and masquerade options from str to bool (https://github.com/ansible-collections/ansible.posix/issues/582). - firewalld - Changed the type of icmp_block_inversion option from str to bool (https://github.com/ansible-collections/ansible.posix/issues/586). ## Removed Features (previously deprecated) - skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350). ## Bugfixes - acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240). - mount - Handle `boot` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364). - mount - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595).
--- ### 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 is behind base branch, 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](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/container-images/ansible-devspace/pulls/77 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index f23005a..14b2f47 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -4,7 +4,7 @@ collections: - name: community.crypto version: "2.22.3" - name: ansible.posix - version: "1.6.2" + version: "2.0.0" - name: community.docker version: "4.1.0" - name: viczem.keepass