Update dependency aquaproj/aqua-installer to v4#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
03f1357 to
d2b2ce8
Compare
d2b2ce8 to
97367f0
Compare
97367f0 to
da8a5ca
Compare
da8a5ca to
0691e4e
Compare
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:
v3.0.0→v4.0.5Release Notes
aquaproj/aqua-installer (aquaproj/aqua-installer)
v4.0.5Compare Source
Fixes
#932 Add --force flag @ianlewis
Others
#935 Update the bootstrap version to v2.60.1
v4.0.4Compare Source
Pull Requests aquaproj/aqua-installer@v4.0.3...v4.0.4
SHA256 Checksum
#886 Configure export-ignore in .gitattributes
#887 Update the bootstrap version of aqua to v2.55.1
v4.0.3Compare Source
🛡️ Starting from this release, Immutable Release is enabled!
SHA256 Checksum
#867 Update the bootstrap aqua version to v2.53.10
v4.0.2Compare Source
SHA256 Checksum
Improvement
#839 Use curl's --retry option:
curl --retry 5v4.0.1Compare Source
SHA256 Checksum
Improvement
#835 Update the bootstrap version of aqua to v2.53.3
As of aqua v2.53.0, aqua supported retrying download of assets.
This update enables aqua-installer to retry download of aqua.
v4.0.0Compare Source
SHA256 Checksum
#822 If you pass a GitHub Access token via environment variable
env, it would be overridden by the inputgithub_token.How to migrate
Pass a GitHub access token by the input
github_token.Why is this breaking change required?
Recently, GitHub updated rate limits for unauthenticated requests.
https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/
As a result, aqua-installer often hits the API rate limit if a GitHub access token isn't passed via environment variable.
e.g. https://github.com/szksh-lab/.github/actions/runs/15082243052/job/42400373723
It failed to download the standard registry by GitHub content API.
To resolve the issue, we pass a GitHub actions token by default.
And we add the input
github_tokento allow you to change the access token.Features
#822 The input
github_tokenis added.You can pass a GitHub access token by input.
By default, GitHub Actions token
${{github.token}}is passed.Others
#823 chore: update the bootstrap version to v2.51.2
v3.1.2Compare Source
SHA256 Checksum
Fixes
#801 Update the bootstrap version of aqua to v2.48.1
aquaproj/aqua#3744
v3.1.1Compare Source
SHA256 Checksum
🐛 Bug Fixes
#750 Fix a bug that aqua-installer doesn't work using Darwin's built-in sha256sum @Takashi-kun
aqua-installer worked well using GNU sha256sum, but it didn't work using Darwin's built-in sha256sum.
v3.1.0Compare Source
SHA256 checksum
Features
#709 action: Add an input
skip_install_aquaIf this true and aqua is already installed, installing aqua is skipped.
This input is useful when you want to ensure aqua is installed.
Fixes
#708 action: stop adding
batto $PATH on Windowsv3.0.2Compare Source
SHA256 checksum
Bug Fixes
#703 Fix the feature of the input
enable_aqua_install.enable_aqua_installis falseaqua iifenable_aqua_installisn't trueOthers
#704 Update the bootstrap aqua version to v2.37.2
#666 refactor: Use
$GITHUB_ACTION_PATHWe ever stopped using
${{ github.action_path }}and copied aqua-installer in action.yaml due to the bug of GitHub Actions. #463But we noticed that
$GITHUB_ACTION_PATHworked well in containers as well, so we use it instead of coping aqua-installer in action.yaml.v3.0.1Compare Source
SHA256 checksum
Bug Fixes
#634 #636 Fix a bug that it fails to install aqua v2.27.4
Updated the bootstrap version of aqua from v2.25.1 to v2.27.4
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.