From 10b2e2975613bd7d067f75837e1e14ac13e39cfa Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:58:20 +0000 Subject: [PATCH] =?UTF-8?q?feat(ansible):=20update=20community.general=20(?= =?UTF-8?q?=209.2.0=20=E2=86=92=209.3.0=20)=20(#5204)?= 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 | |---|---|---|---| | [community.general](https://togithub.com/ansible-collections/community.general) | galaxy-collection | minor | `9.2.0` -> `9.3.0` | --- ### Release Notes
ansible-collections/community.general (community.general) ### [`v9.3.0`](https://togithub.com/ansible-collections/community.general/releases/tag/9.3.0) [Compare Source](https://togithub.com/ansible-collections/community.general/compare/9.2.0...9.3.0) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes.
--- ### 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](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index 84b41298df..8d0596af95 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -5,7 +5,7 @@ collections: - name: ansible.utils version: 5.1.0 - name: community.general - version: 9.2.0 + version: 9.3.0 - name: community.sops version: 1.8.2 - name: kubernetes.core