Update dependency aquaproj/aqua to v2.23.1 #201
Merged
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.21.0
->v2.23.1
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.23.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.23.0...v2.23.1
Bug Fixes
#2661 #2662 update-checksum: Fix a bug that
update-checksum
doesn't work well if packages use bothcargo
orgo_install
types and other typesFor example, the package
eza-community/eza
usescargo
type for darwin and windows/arm64 andgithub_relaese
type for other platforms. In this case, aqua update-checksum didn't work well.https://github.com/aquaproj/aqua-registry/blob/15d67414625ea37e68ea8436dba9413d9bd9b540/pkgs/eza-community/eza/registry.yaml#L2
https://github.com/aquaproj/aqua-registry/blob/15d67414625ea37e68ea8436dba9413d9bd9b540/pkgs/eza-community/eza/registry.yaml#L54-L57
This release fixed the issue.
v2.23.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.22.0...v2.23.0
Features
#2649 #2652 cargo: Trim a prefix from
cargo
package's versionBug Fixes
#2642 info: Output
AQUA_DISABLE_COSIGN
andAQUA_DISABLE_SLSA
https://aquaproj.github.io/docs/reference/security/cosign-slsa/#disable-the-verification-with-cosign-and-slsa-provenance
#2654 generate-registry: Fix a bug that same version_overrides aren't merged properly
Others
#2644 Update aqua-proxy to v1.2.5
#2653 Update JSON Schema
v2.22.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.21.3...v2.22.0
Features
#2631 #2633 #2634 Support disabling the verification with Cosign and SLSA Provenance
You can disable the verification with Cosign and SLSA Provenance if you can't use them.
Why is the feature needed?
Cosign and sla-verifier access some endpoints such as
oauth2.sigstore.dev
andfulcio.sigstore.dev
.So to use them you need to allow the access to these endpoints.
But in some use cases you can't or don't want to do that.
For example, your company's network policy might not allow the access to these endpoints.
To resolve the issue, this issue proposes to support disabling the verification with Cosign and slsa-verifier.
How to use
You can use command line options
-disable-cosign
and-disable-slsa
or environment variablesAQUA_DISABLE_COSIGN
andAQUA_DISABLE_SLSA
.e.g.
Update dependencies
v2.21.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.21.2...v2.21.3
Bug Fixes
#2585 #2586 Update checksums of cosign
v2.21.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.21.1...v2.21.2
The bug was already fixed at v2.21.3
Others
#2582 Fix a bug of release workflow
v2.21.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.21.0...v2.21.1
https://github.com/aquaproj/aqua/actions/runs/7260967360/job/19781204828#step:10:147
We fixed the bug and release v2.21.2.
Bug Fixes
#2534 Fix a bug of root dir on Windows
#2580 #2581 Fix a bug that validation fails even if no_asset or error_message is set https://github.com/aquaproj/aqua-registry/pull/18326#issuecomment-1862164476
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.