Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency aquaproj/aqua-installer to v2 (#26)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-installer](https://github.com/aquaproj/aqua-installer) | major | `v1.2.0` -> `v2.1.1` | --- ### Release Notes <details> <summary>aquaproj/aqua-installer</summary> ### [`v2.1.1`](https://github.com/aquaproj/aqua-installer/releases/tag/v2.1.1) [Compare Source](https://github.com/aquaproj/aqua-installer/compare/v2.1.0...v2.1.1) [Issues](https://github.com/aquaproj/aqua-installer/issues?q=is%3Aissue+milestone%3Av2.1.1) | [Pull Requests](https://github.com/aquaproj/aqua-installer/pulls?q=is%3Apr+milestone%3Av2.1.1) | aquaproj/aqua-installer@v2.1.0...v2.1.1 #### Others [#​411](https://github.com/aquaproj/aqua-installer/issues/411) Update the bootstrapping aqua v1.26.2 to v2.2.3 This update enables to verify prerelease versions by Cosign and slsa-verifier. ref. https://aquaproj.github.io/docs/reference/upgrade-guide/v2/change-semver ### [`v2.1.0`](https://github.com/aquaproj/aqua-installer/releases/tag/v2.1.0) [Compare Source](https://github.com/aquaproj/aqua-installer/compare/v2.0.2...v2.1.0) [Issues](https://github.com/aquaproj/aqua-installer/issues?q=is%3Aissue+milestone%3Av2.1.0) | [Pull Requests](https://github.com/aquaproj/aqua-installer/pulls?q=is%3Apr+milestone%3Av2.1.0) | aquaproj/aqua-installer@v2.0.2...v2.1.0 #### Features [#​403](https://github.com/aquaproj/aqua-installer/issues/403) Add an input `policy_allow` to run `aqua policy allow` aqua >= v2.3.0 If `policy_allow` is `true`, `aqua policy allow` command is run. If a Policy file path is set, `aqua policy allow "${{inputs.policy_allow}}"` is run. ##### See also - [Tutorial](https://aquaproj.github.io/docs/guides/policy-as-code) - [Reference](https://aquaproj.github.io/docs/reference/security/policy-as-code) - [Reference - Git Repository root's policy file and policy commands](https://aquaproj.github.io/docs/reference/security/policy-as-code/git-policy) ### [`v2.0.2`](https://github.com/aquaproj/aqua-installer/releases/tag/v2.0.2) [Compare Source](https://github.com/aquaproj/aqua-installer/compare/v2.0.1...v2.0.2) [Issues](https://github.com/aquaproj/aqua-installer/issues?q=is%3Aissue+milestone%3Av2.0.2) | [Pull Requests](https://github.com/aquaproj/aqua-installer/pulls?q=is%3Apr+milestone%3Av2.0.2) | aquaproj/aqua-installer@v2.0.1...v2.0.2 #### Bug Fixes [#​303](https://github.com/aquaproj/aqua-installer/issues/303) Update aqua for bootstrap to [v1.26.2](https://github.com/aquaproj/aqua/releases/tag/v1.26.2) ### [`v2.0.1`](https://github.com/aquaproj/aqua-installer/releases/tag/v2.0.1) [Compare Source](https://github.com/aquaproj/aqua-installer/compare/v2.0.0...v2.0.1) [Issues](https://github.com/aquaproj/aqua-installer/issues?q=is%3Aissue+milestone%3Av2.0.1) | [Pull Requests](https://github.com/aquaproj/aqua-installer/pulls?q=is%3Apr+milestone%3Av2.0.1) | aquaproj/aqua-installer@v2.0.0...v2.0.1 #### Bug Fixes [#​300](https://github.com/aquaproj/aqua-installer/issues/300) Use `shasum` instead of `sha256sum` if `sha256sum` isn't found and skip checksum verification if they aren't found - Use `shasum` instead of `sha256sum` if `sha256sum` isn't found - If `shasum` and `sha256sum` aren't found, the checksum verification is skipped ### [`v2.0.0`](https://github.com/aquaproj/aqua-installer/releases/tag/v2.0.0) [Compare Source](https://github.com/aquaproj/aqua-installer/compare/v1.2.0...v2.0.0) [Issues](https://github.com/aquaproj/aqua-installer/issues?q=is%3Aissue+milestone%3Av2.0.0) | [Pull Requests](https://github.com/aquaproj/aqua-installer/pulls?q=is%3Apr+milestone%3Av2.0.0) | aquaproj/aqua-installer@v1.2.0...v2.0.0 ####⚠️ Breaking Changes⚠️ aqua-installer v2 doesn't support specifying the install path anymore. #### Features [#​277](https://github.com/aquaproj/aqua-installer/issues/277) Verify aqua with [slsa-verifier](https://github.com/slsa-framework/slsa-verifier) By this feature, you can install aqua securely. </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information