chore(deps): update dependency aquaproj/aqua to v2.25.2 #190
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.23.1
->v2.25.2
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.25.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.25.1...v2.25.2
Bug Fixes
#2781 #2786 list: Fix a bug that packages in that same aqua.yaml is outputted by
aqua list --installed
Others
#2779 #2788 Update slsa-verifier to v2.5.1
#2787 Update go directive to 1.22 and refactor codes with Go new features
v2.25.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.25.0...v2.25.1
Bug Fixes
#1665 #2757 Fix the verification error of Cosign
#2764 #2765 Fix
SIGSEGV: segmentation violation
ofaqua update
andaqua generate
commandsOthers
#2756 Update the template of aqua.yaml generated by
aqua init
to follow a yamllint comment rule @bhundvenv2.25.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.24.1...v2.25.0
Features
#2749 #2752 Support excluding some packages from the target of
aqua update
e.g. aqua.yaml
Fixes
#2747 #2354 #2750 #2751 Improve the logic to get the latest version
We've changed the logic to get the latest version in some commands such as
aqua update
andaqua generate
.The original logic was to call GitHub API
Get a latest release
, but a latest release wan't necessarily a latest version.So we changed the logic to list the recent releases and get a latest version by semver.
v2.24.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.24.0...v2.24.1
Bug Fixes
#2742 #2744 fix a bug that
aqua g
andaqua gr
commands don't work for cargo packageThis bug was due to crates.io crawler policy.
We could resolve the issue by setting the User-Agent header.
v2.24.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.23.2...v2.24.0
Features
#2709 #2733 Support listing installed packages
Command line options
-installed
and-all [-a]
were added toaqua list
command.If
-installed
is set, installed packages are outputted.e.g.
By default, global configuration files are ignored.
To output packages in global configuration files too, please set the option
-all [-a]
.$ aqua list -a -installed
v2.23.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.23.1...v2.23.2
Fixes
#2714 Fix a bug that it fails to download large files from GitHub repositories
Use the API RepositoriesService.DownloadContents instead of RepositoriesService.GetContents to download large files from GitHub.
https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.DownloadContents
If you use old aqua and face the following error, please update aqua to v2.23.2 or newer.
Others
Update Go 1.21.6 to 1.22.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.