Skip to content

Commit

Permalink
Update dependency ansible to v9.4.0 (#136)
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://togithub.com/ansible-community/ansible-build-data)) |
`9.3.0` -> `9.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/9.3.0/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/9.3.0/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ansible](https://ansible.com/)
([source](https://togithub.com/ansible-community/ansible-build-data)) |
`==9.3.0` -> `==9.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ansible/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ansible/9.3.0/9.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/9.3.0/9.4.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>

###
[`v9.4.0`](https://togithub.com/ansible-community/ansible-build-data/compare/9.3.0...9.4.0)

[Compare
Source](https://togithub.com/ansible-community/ansible-build-data/compare/9.3.0...9.4.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent bbda5e3 commit b3ea795
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.3.0
ARG ANSIBLE_VERSION=9.4.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.3.0
ansible==9.4.0
kubernetes==29.0.0

0 comments on commit b3ea795

Please sign in to comment.