-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency aquaproj/aqua to v2.36.1 - autoclosed #87
Closed
Conversation
This file contains 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
4fdcd3b
to
0c2faf1
Compare
0c2faf1
to
c3704c4
Compare
c3704c4
to
dc8ad86
Compare
dc8ad86
to
4bb83f6
Compare
4bb83f6
to
14d314d
Compare
14d314d
to
f2bca59
Compare
f2bca59
to
ba1dc8f
Compare
ba1dc8f
to
f45befa
Compare
f45befa
to
f1d548a
Compare
f1d548a
to
25bfb8b
Compare
auto-merge was automatically disabled
October 23, 2024 00:28
Pull request was closed
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.30.0
->v2.36.1
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.36.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.36.0...v2.36.1
Fixes
#3146 generate-registry: Remove
rosetta2
andwindows_arm_emulation
if{{.Arch}}
isn't included inasset
Dependency updates
#3148 Update aqua-proxy to 1.2.8
#3149 Update Go to 1.23.2
v2.36.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.35.0...v2.36.0
Features
#3130 #3134 support changing $0 by symlink
Some tools change their behavior by
$0
.For example,
granted
changes the behavior based onargs[0]
.https://github.com/common-fate/granted/blob/e8de3ec7d62d543062d8be802b27abb3d8fac429/cmd/granted/main.go#L37-L44
This release supports changing $0 by symlink.
Bug Fixes
#3136 #3137 remove: Handle panic error when package is not found @Shion1305
#3138 remove: Ignore not found commands
v2.35.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.34.0...v2.35.0
Features
#3119 #3131 Verify packages' GitHub Artifact Attestations
When aqua installs packages, it verifies their GitHub Artifact Attestations if they are provided and registries have settings for GitHub Artifact Attestations.
#3117 Create GitHub Artifact Attestations of aqua
We start providing aqua's GitHub Artifact Attestations!
https://github.com/aquaproj/aqua/attestations
If you download aqua from GitHub Releases, you can verify GitHub Artifact Attestations using GitHub CLI.
https://aquaproj.github.io/docs/install#verify-downloaded-binaries-from-github-releases
Reference:
Fixes
#3129 Redirect stdout of some commands to stderr
aqua executes some os commands to install packages.
aqua should redirect the stdout of these commands to stderr.
v2.34.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.33.0...v2.34.0
Features
#3103 Enabling you to verify checksum files using Minisign
You can now verify checksum files using Minisign.
e.g.
v2.33.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.32.0...v2.33.0
Features
#3101 Enable you to remove
go_install
andhttp
packagesYou can now uninstall
go_install
andhttp
packages!Furthermore, the uninstall can now handles version_overrides properly.
v2.32.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.31.0...v2.32.0
Features
#3075 #3094 Support removing links from the
bin
directoryBy default,
aqua remove
command removes only packages from thepkgs
directory and doesn't remove links from thebin
directory.This release has added the command line option
-mode
to the remove command.The value of
-mode
is a string containing charactersl
andp
.The order of the characters doesn't matter.
You can also configure the mode by the environment variable
AQUA_REMOVE_MODE
, so you can change the default behaviour ofaqua remove
command by settingAQUA_REMOVE_MODE
in your shell setting such as.bashrc
.export AQUA_REMOVE_MODE=pl
v2.31.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.30.0...v2.31.0
Overview
Featuers
#2978 #2994 Support verifying packages with minisign
#3052 Support passing variables
Fixes
#3012 Fix typo
temporal
. Replace them withtemporary
#3017 #3024 Stop using
replace
directiveOthers
Update Go 1.22.5 to 1.22.6
Feature - Support verifying packages with minisign
#2978 #2994
Support verifying packages with minisign.
Why is the feature needed?
To install some packages securely.
For example, zig is signed by minisign.
Example Code
This feature is similar to Cosign and slsa-verifier.
https://aquaproj.github.io/docs/reference/registry-config/cosign/
This feature depends on minisign.
So aqua should install minisign transparently same as Cosign and slsa-verifier.
registry.yaml
Feature - Support passing variables
#3052
Add the optional field
vars
in aqua.yaml and Registry.vars
in Registrye.g.
vars
is a list of variables.Fields of a variable
Variables are passed to template strings as
.Vars.<template name>
.e.g.
vars
in aqua.yamle.g.
vars
is a map of variables.The key is a variable name and the value is a variable value.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.