This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Update dependency aquaproj/aqua to v2.17.0 #44
Merged
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.16.4
->v2.17.0
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.17.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.16.4...v2.17.0
Features
#2355 #2447 Limit the number of versions retrieved by command
generate
andupdate
@dreamjzWith aqua v2.16.4 or earlier,
aqua generate -s
andaqua update -s
retrieve all versions and you can't change the number of versions.This release adds the command line option
--limit/-l
to these commands.The value of this option is the number of versions.
The default value is
30
.If the value is less than zero, all versions are retrieved.
e.g.
#2445 Change the default checksum algorithm from
sha512
tosha256
sha256 is enough.
We don't need to use sha512.
#2428 Add an alias of
update-checksum
command#2105 #2425 #2413 generate-registry: Improve the format of
version_overrides
and improve the logic to generateversion_overrides
Bug Fixes 🐞
#2444 generate-registry: Fix checksum filename for sha1
Others
#2436 chore(deps): update dependency slsa-framework/slsa-verifier to v2.4.1
#2395 change the format of prebuilt binaries for Windows to zip
Before:
aqua_windows_amd64.tar.gz
aqua_windows_arm64.tar.gz
After:
aqua_windows_amd64.zip
aqua_windows_arm64.zip
On Windows zip is more user friendly than tar.gz.
And to support Winget for Windows, it seems we need to change the format to zip.
e.g.
New Contributors 🎉
Thank you for your contribution!
@dreamjz #2447
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.