feat(cli-tools): update aquaproj/aqua (v2.45.0 -> v2.51.1)#484
Merged
Conversation
0e75bdd to
15e0843
Compare
15e0843 to
82ecb41
Compare
fc5d822 to
b40c0c1
Compare
b40c0c1 to
c5e1e5f
Compare
c5e1e5f to
0a84513
Compare
0a84513 to
d3fdede
Compare
d3fdede to
46c10a3
Compare
46c10a3 to
f064616
Compare
048bc27 to
59785a5
Compare
59785a5 to
49ba0a1
Compare
49ba0a1 to
ac24a51
Compare
ac24a51 to
fee31a1
Compare
fee31a1 to
4d00942
Compare
4d00942 to
fecae3d
Compare
fecae3d to
1e9becf
Compare
Owner
|
🎉 This PR is included in version 2.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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:
2.45.0->2.51.1v2.51.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.51.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.51.0...v2.51.1
Features
#3852 #3853 Support managing a GitHub access token using Keyring
You can now manage a GitHub Access token using secret store such as Windows Credential Manager, macOS Keychain, and GNOME Keyring.
aqua token setcommand:or you can also pass a GitHub Access token via standard input:
AQUA_KEYRING_ENABLED:export AQUA_KEYRING_ENABLED=trueNote that if the environment variable
GITHUB_TOKENis set, this feature gets disabled.You can remove a GitHub Access token from keyring by
aqua token rmcommand:v2.51.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.1...v2.51.0
v2.50.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.0...v2.50.1
Improve the performance of command execution
#3826
This release improves the performance of
aqua whichandaqua execcommand.aqua whichread registries, but the standard registry is very large (about 2MB) so it makes the performance worse.Furthermore, the standard registry gets larger every time we improve the standard registry.
To solve the problem, this pull request introduces the cache mechanism of packages by aqua.yaml.
aqua creates a cache file per aqua.yaml into
$(aqua root-dir)/registry-cache/<base64 encoded aqua.yaml absolute path>.json.The structure of cache files is:
{ "absolute path of registry.yaml": { "package name": { "type": "github_release", // ... } } }If a registry type is
local, a cache file isn't created.Cache files are much smaller than the standard registry, so aqua can read them much faster.
If packages aren't found in cache files, aqua reads the original registries and updates cache files.
aqua removes unused records from cache.
Bench mark
Others
#3840 chore: update aqua-proxy to v1.2.9
#3839 chore: update urfave-cli-v3-util to v0.0.4
v2.50.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.49.0...v2.50.0
Features
#3794 GitHub Artifact Attestations: Non-default predicate type support @scop
v2.49.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.3...v2.49.0
Features
#3780 Support creating hardlinks
v2.48.3Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.2...v2.48.3
🐛 Bug Fixes
#3774 Fix
aqua versioncommandv2.48.2Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.1...v2.48.2
🐛 Bug Fixes
#3771 Fix fish completion
#3750 generate-registry: Fix panic if version isn't semver
Improvement
#3772 Improve
-voption andversioncommand#3740 checksum: don't treat *.bundle as checksum @scop
v2.48.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.0...v2.48.1
🐛 Bug Fixes
#3729 Fix bash and zsh completion command generation @takumin
v2.48.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.2...v2.48.0
Features
#3725 support disabling slsa-verifier's --source-tag
v2.47.2Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.1...v2.47.2
Bug Fixes
#3721 Fix a bug that a panic occurs if aqua tries to verify assets using Minisign on linux/arm64
Improvement
#3718 generate-registry: Add os patterns
v2.47.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.0...v2.47.1
🐛 Bug Fixes
#3717 Fix the output of the
versioncommandv2.47.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.46.0...v2.47.0
Features
#3711 Support
cosign veryf-blob's--bundleoption#3710 generate-registry: Use cosign cert if sig is keyless, not pubkey even if available @scop
Fixes
#3689 generate-registry: Exclude the last element of version_overrides from sort
Others
#3703 Update module github.com/urfave/cli/v2 to v3
v2.46.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.45.1...v2.46.0
Features
Improved
aqua generate-registrycommand:#3649 Generate Cosign configuration of checksum @scop
#3663 Include version in generated cert id regexp @scop
#3664 Generate cosign config for releases with a pubkey @scop
#3653 Fix a panic
#3657 Convert versions to
{{.SemVer}}#3675 Fix a bug that a template variable
AssetWithoutExtmissesv2.45.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.45.0...v2.45.1
Fixes
#3641 Fix typo @scop
#3643 Fix typo using typos
Refactoring
#3642 gopls modernize @scop
#3644 Fix typo
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Renovate Bot.