chore(deps): update aqua-installer - #137
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/aqua-installer
branch
5 times, most recently
from
November 18, 2023 00:27
f058f8e to
d8bd8d1
Compare
renovate
Bot
force-pushed
the
renovate/aqua-installer
branch
from
November 18, 2023 00:27
d8bd8d1 to
803fae4
Compare
scottames
enabled auto-merge (squash)
November 18, 2023 00:31
scottames
approved these changes
Nov 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4v2.1.3->v2.2.0Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.17.4Compare 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.3Compare 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.2Compare 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-checksumwith aqua v2.17.2 or newer.aqua-checksums.json
🎉 New Contributors
Thank you for your contribution!
@ka2n #2468
v2.17.1Compare 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.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.16.4...v2.17.0
Features
#2355 #2447 Limit the number of versions retrieved by command
generateandupdate@dreamjzWith aqua v2.16.4 or earlier,
aqua generate -sandaqua update -sretrieved all versions and these commands couldn't change the number of versions.This release adds the command line option
--limit/-lto 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
sha512tosha256sha256 is enough.
We don't need to use sha512.
#2428 Add an alias of
update-checksumcommand#2105 #2425 #2413 generate-registry: Improve the format of
version_overridesand improve the logic to generateversion_overridesBug 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
aquaproj/aqua-installer (aquaproj/aqua-installer)
v2.2.0Compare Source
Issues | Pull Requests | aquaproj/aqua-installer@v2.1.3...v2.2.0
Features
#365 #550 #551 Output the guide to set the environment variable
PATHaqua-installeroutputs the following guide.#551 Use wget if curl isn't found
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.