Skip to content

Commit

Permalink
Update dependency ansible to v11 (#242)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ansible](https://ansible.com/)
([source](https://redirect.github.com/ansible-community/ansible-build-data))
| `10.7.0` -> `11.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/10.7.0/11.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/10.7.0/11.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

<details>
<summary>ansible-community/ansible-build-data (ansible)</summary>

###
[`v11.1.0`](https://redirect.github.com/ansible-community/ansible-build-data/compare/11.0.0...11.1.0)

[Compare
Source](https://redirect.github.com/ansible-community/ansible-build-data/compare/11.0.0...11.1.0)

###
[`v11.0.0`](https://redirect.github.com/ansible-community/ansible-build-data/compare/10.7.0...11.0.0)

[Compare
Source](https://redirect.github.com/ansible-community/ansible-build-data/compare/10.7.0...11.0.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 0d05f1d commit 94ea025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /ansible
# Linux image with Python + ansible installed
ansible:
# renovate: datasource=pypi depName=ansible
ARG ANSIBLE_VERSION=10.7.0
ARG ANSIBLE_VERSION=11.1.0
RUN pip install ansible==$ANSIBLE_VERSION

# The above, with the locally defined roles installed
Expand Down

0 comments on commit 94ea025

Please sign in to comment.