Skip to content

Commit

Permalink
Update dependency ansible to v10 (#171)
Browse files Browse the repository at this point in the history
[![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://github.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://github.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

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

###
[`v10.1.0`](https://github.com/ansible-community/ansible-build-data/compare/10.0.1...10.1.0)

[Compare
Source](https://github.com/ansible-community/ansible-build-data/compare/10.0.1...10.1.0)

###
[`v10.0.1`](https://github.com/ansible-community/ansible-build-data/compare/10.0.0...10.0.1)

[Compare
Source](https://github.com/ansible-community/ansible-build-data/compare/10.0.0...10.0.1)

###
[`v10.0.0`](https://github.com/ansible-community/ansible-build-data/compare/9.6.1...10.0.0)

[Compare
Source](https://github.com/ansible-community/ansible-build-data/compare/9.7.0...10.0.0)

###
[`v9.7.0`](https://github.com/ansible-community/ansible-build-data/compare/9.6.1...9.7.0)

[Compare
Source](https://github.com/ansible-community/ansible-build-data/compare/9.6.1...9.7.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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 8b4193f commit b28fdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=9.6.1
ARG ANSIBLE_VERSION=10.1.0
RUN pip install ansible==$ANSIBLE_VERSION

# The above, with the locally defined roles installed
Expand Down
2 changes: 1 addition & 1 deletion devcontainer/features/src/ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pip requirements
ansible==9.6.1
ansible==10.1.0
kubernetes==29.0.0

0 comments on commit b28fdfd

Please sign in to comment.