Skip to content

Commit

Permalink
chore(deps): update ⇡ aqua to v2.28.1 (#250)
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 | Update | Change |
|---|---|---|
| [aquaproj/aqua](https://togithub.com/aquaproj/aqua) | patch |
`v2.28.0` -> `v2.28.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>aquaproj/aqua (aquaproj/aqua)</summary>

### [`v2.28.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.28.1)

[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.28.0...v2.28.1)

[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.28.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.28.1)
| aquaproj/aqua@v2.28.0...v2.28.1

##### Bug Fixes

[#&#8203;2904](https://togithub.com/aquaproj/aqua/issues/2904) generate:
Fix a bug that `aqua g -i` fails if aqua.yaml doesn't have the field
`packages`
[#&#8203;2902](https://togithub.com/aquaproj/aqua/issues/2902) info: Fix
a bug that user names aren't masked on Windows
[@&#8203;sapphi-red](https://togithub.com/sapphi-red)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent f099f49 commit 58b36bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_aqua_update_checksum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.28.0 # renovate: depName=aquaproj/aqua
aqua_version: v2.28.1 # renovate: depName=aquaproj/aqua
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down
2 changes: 1 addition & 1 deletion home/.chezmoiscripts/run_once_after_10_aqua.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cyan='\033[0;36m'
clear='\033[0m'

# renovate: depName=aquaproj/aqua datasource=github-releases
_aqua_latest_version=v2.28.0
_aqua_latest_version=v2.28.1

# renovate: depName=aquaproj/aqua-installer datasource=github-releases
_aqua_installer_version=v3.0.1
Expand Down

0 comments on commit 58b36bb

Please sign in to comment.