Update dependency aquaproj/aqua to v2.21.0 #194
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.21.0
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.21.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.20.0...v2.21.0
Features
#2517 #2518 perf: Convert Standard Registry and github_content Registries from YAML to JSON when installing them
This update improves the performance to read Registries.
Stanard registry is a huge YAML file over 30,000 lines so it has a little overhead to read it.
By this update, aqua converts Standard Registry and github_content Registries from YAML to JSON.
JSON format decreases the overhead.
aqua converts them internally, so we don't need to do anything.
v2.20.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.19.0...v2.20.0
Features
#2514 #2515 Add a field
windows_arm_emulation
for Windows ARM EmulationARM based Windows 11 supports the emulation to run x64 Windows apps.
https://learn.microsoft.com/en-us/windows/arm/add-arm-support#emulation-on-arm-based-devices-for-x86-or-x64-windows-apps
If the field
windows_arm_emulation
istrue
, aqua uses pre built binaries for Windows amd64 on Windows arm64.windows_arm_emulation
must be boolean. By default,windows_arm_emulation
is false.windows_arm_emulation
is similar with rosetta2.v2.19.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.18.0...v2.19.0
Features
#2506 #2507 which: Add the command line option
--version
e.g.
Bug Fixes
#2508 #2512 Fix a bug of bash scripts for Git Bash
https://www.shellcheck.net/wiki/SC2086
Bash scripts generated by aqua had a bug that command line arguments having spaces were separated to multiple arguments incorrectly.
v2.18.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.17.4...v2.18.0
Features
#2494 update: Support specifying new package versions
e.g.
#2461 Add debug logs of
update
andgenerate
commands @dreamjzBug Fixes
#2493 #2495 generate-registry: Fix the pagination of GitHub API List Releases
v2.17.4
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.17.3...v2.17.4
Others
#2401 #2483 Release aqua to Winget 🎉
https://github.com/microsoft/winget-pkgs/pull/127174
v2.17.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.17.2...v2.17.3
Bug Fixes 🐞
#2476 #2479 policy: fix a bug that the Git Repository root's policy file doesn't work well in working trees
Others
#2470 #2472 Replace the third party library github.com/codingsince1985/checksum with standard libraries
This library caused the bug #2467 and we can replace the library with standard libraries easily.
We should use standard libraries as much as possible.
#2473 Revert #2469
#2469 was required to resolve #2467 , but #2467 was resolved by #2472 so #2469 is unnecessary anymore.
https://github.com/aquaproj/aqua/pull/2472#issuecomment-1812023515
v2.17.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.17.1...v2.17.2
Bug Fixes
#2457 #2458 update: Fix a panic when trying to update commands unmanaged by aqua @dreamjz
#2468 policy init: Fix typo in CLI output @ka2n
#2467 #2469 update-checksum: Copy an asset to a temporal file to calculate the checksum correctly
update-checksum: Copy an asset to a temporal file to calculate the checksum correctly
#2467 #2469
This fixes a bug that the checksum verification of aws/aws-cli fails because the expected checksum of aws/aws-cli is wrong.
If you face the issue already, please remove checksums of aws/aws-cli from aqua-checksums.json and run
aqua update-checksum
with aqua v2.17.2 or newer.aqua-checksums.json
🎉 New Contributors
Thank you for your contribution!
@ka2n #2468
v2.17.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.17.0...v2.17.1
Bug Fixes 🐞
#2456 generate-registry: Fix a bug that the order of versions in pkg.yaml is wrong
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
retrieved all versions and these commands couldn'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.
This change would reduced useless GitHub API calls and make these commands faster.
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: 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.