chore(deps): update dependency aquaproj/aqua to v2.62.0#49
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency aquaproj/aqua to v2.62.0#49renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
February 2, 2026 12:38
9a7d060 to
4f5f122
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
February 24, 2026 19:52
4f5f122 to
50ccf40
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
March 12, 2026 01:51
50ccf40 to
28bbc77
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
March 21, 2026 04:57
28bbc77 to
6a29d76
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
April 25, 2026 14:02
6a29d76 to
2bed07f
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
May 6, 2026 04:37
2bed07f to
ba6a179
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
May 8, 2026 14:46
ba6a179 to
2d6f7ea
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
May 16, 2026 08:55
2d6f7ea to
9171a25
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
May 27, 2026 01:06
9171a25 to
b5fbf6d
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
June 9, 2026 04:45
b5fbf6d to
060a0a4
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
June 16, 2026 05:57
060a0a4 to
b6e81ba
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
July 10, 2026 02:58
b6e81ba to
8997717
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
July 12, 2026 04:45
8997717 to
ec7e8b6
Compare
renovate
Bot
force-pushed
the
renovate/aquaproj-aqua-2.x
branch
from
July 16, 2026 13:56
ec7e8b6 to
7f669b0
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:
v2.56.4→v2.62.0Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.62.0Compare Source
Features
#5024 Embed fallback X.509 roots to support sandboxed environments
Fixes
#5018 More signature related filename extension exclusions @scop
#5025 Extract packages into a temp dir and rename atomically
Documentation
#5023 Add a guide to use aqua with Claude Code's sandbox
v2.61.0Compare Source
Features
#5002 unarchive: Fall back to the system tar for GNU sparse tarballs
#4971 genrate-registry: Prefer .sha512 > .sha256 > .sha1 > .md5 @scop
v2.60.2Compare Source
Improvements
Update ghtkn-go-sdk to v0.4.1
min_expirationandbackend.typein the configuration file🐛 Bug Fixes
#4990 #4992 unarchive: allow benign symlinks that point outside the extraction directory
#4974 help: make the help message consistent
Refactoring
#4958 Remove more GitHub release attestation support remnants @scop
Documentation
#4967 Checksum pattern extraction from first capturing group @scop
v2.60.1Compare Source
d5b02b2fix(unarchive): prevent archive extraction from writing outside the destinationFor more details, please see the security advisory.
*.sigand*.pemfiles are no longer included in the release assets*.bundlefiles are renamed to*.sigstore.jsonFixes
#4938 Remove GitHub Release Attestation verification
v2.60.0Compare Source
Features
#4894 Update ghtkn-go-sdk to v0.3.0 to support new features suche as backends and disabling device flow
New Contributors
v2.59.1Compare Source
Fixes
#4865 gr: don't treat *.minisig as checksum files @scop
v2.59.0Compare Source
Features
#4517 Get checksums from GitHub API Release Asset Digest
v2.58.1Compare Source
Fixes
#4786 checksum: Change the algorithm to sha256 when registry file isn't cached
v2.58.0Compare Source
Features
#4733 #4742 #4755 Add the variants override mechanism with libc detection
https://aquaproj.github.io/docs/reference/registry-config/overrides/#variants
#4667 Refactor GitHub release attestations control naming @scop
#4634 Get a GitHub access token from AQUA_GITHUB_TOKEN and pass it to gh command if GH_TOKEN and GITHUB_TOKEN aren't set
Document
#4729 Update edit URL in docusaurus configuration @dsychin
#4756 Add musl vs glibc section to registry style guide
v2.57.2Compare Source
Fixes
#4719 Fix jar support
#4722 Map x86-64 to amd64
#4688 Normalize CRLF line endings in checksum file parser
Documentation
#4668 Deprecate signer-workflow @scop
#4663 JSON Schema: signer-workflow string format @scop
v2.57.1Compare Source
🐛 Bug Fixes
#4659 Fix a bug that
aqua update-checksumdoesn't verify checksum files using tools like Cosignv2.57.0Compare Source
Features
#4625 Support executing .jar
If
aqua whichreturns a.jarfile, aqua executes it byjava -jar.This requires
javacommand.Fixes
#4629 Re-add
envfield to logv2.56.7Compare Source
Bug Fixes
#4585 remove: fix a bug that
-idoesn't workRefactoring
#4527 Refactor Checksum Verification
Document
#4560 Fix typos and invalid links in documents @kangetsu121
Dependency Updates
v2.56.6Compare Source
🐛 Bug Fixes
#4510 Fix a bug that
-log-colordoesn't work#4526 aqua gr: Fix a bug that
win32are excludedv2.56.5Compare Source
🐛 Bug Fixes
#4495 Fix a bug that
aqua gr's-cmdoption doesn't workThis was a bug of v2.56.2 ~ v2.56.4. #4450
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 9-21 * * 0,6)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.