From b28fdfd632fbc5471f84de82950c2631d177ac4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:06:02 -0700 Subject: [PATCH] Update dependency ansible to v10 (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ansible](https://ansible.com/) ([source](https://togithub.com/ansible-community/ansible-build-data)) | `9.6.1` -> `10.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/9.6.1/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/9.6.1/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ansible](https://ansible.com/) ([source](https://togithub.com/ansible-community/ansible-build-data)) | `==9.6.1` -> `==10.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/9.6.1/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/9.6.1/10.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
ansible-community/ansible-build-data (ansible) ### [`v10.1.0`](https://togithub.com/ansible-community/ansible-build-data/compare/10.0.1...10.1.0) [Compare Source](https://togithub.com/ansible-community/ansible-build-data/compare/10.0.1...10.1.0) ### [`v10.0.1`](https://togithub.com/ansible-community/ansible-build-data/compare/10.0.0...10.0.1) [Compare Source](https://togithub.com/ansible-community/ansible-build-data/compare/10.0.0...10.0.1) ### [`v10.0.0`](https://togithub.com/ansible-community/ansible-build-data/compare/9.6.1...10.0.0) [Compare Source](https://togithub.com/ansible-community/ansible-build-data/compare/9.7.0...10.0.0) ### [`v9.7.0`](https://togithub.com/ansible-community/ansible-build-data/compare/9.6.1...9.7.0) [Compare Source](https://togithub.com/ansible-community/ansible-build-data/compare/9.6.1...9.7.0)
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/marinatedconcrete/config). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ansible/Earthfile | 2 +- devcontainer/features/src/ansible/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/Earthfile b/ansible/Earthfile index 0c6f5cd..6e29557 100644 --- a/ansible/Earthfile +++ b/ansible/Earthfile @@ -8,7 +8,7 @@ WORKDIR /ansible # Linux image with Python + ansible installed ansible: # renovate: datasource=pypi depName=ansible - ARG ANSIBLE_VERSION=9.6.1 + ARG ANSIBLE_VERSION=10.1.0 RUN pip install ansible==$ANSIBLE_VERSION # The above, with the locally defined roles installed diff --git a/devcontainer/features/src/ansible/requirements.txt b/devcontainer/features/src/ansible/requirements.txt index e4ac6d6..1161412 100644 --- a/devcontainer/features/src/ansible/requirements.txt +++ b/devcontainer/features/src/ansible/requirements.txt @@ -1,3 +1,3 @@ # pip requirements -ansible==9.6.1 +ansible==10.1.0 kubernetes==29.0.0 \ No newline at end of file