suzuki-shunsuke / tfcmt

tfcmt enhances mercari/tfnotify in many ways, including Terraform >= v0.15 support and advanced formatting options
https://suzuki-shunsuke.github.io/tfcmt/
Other
417 stars 45 forks source link

chore(deps): update dependency aquaproj/aqua to v2.27.0 #1213

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v2.26.0 -> v2.27.0

Release Notes

aquaproj/aqua (aquaproj/aqua) ### [`v2.27.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.27.0) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.26.0...v2.27.0-1) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.27.0) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.27.0) | https://github.com/aquaproj/aqua/compare/v2.26.0...v2.27.0 ##### Features [#​2702](https://togithub.com/aquaproj/aqua/issues/2702) [#​2806](https://togithub.com/aquaproj/aqua/issues/2806) checksum: Support enforcing checksum verification via environment variables You can enforce checksum verification by environment variables `AQUA_ENFORCE_CHECKSUM` and `AQUA_ENFORCE_REQUIRE_CHECKSUM`. ```sh export AQUA_ENFORCE_CHECKSUM=true export AQUA_ENFORCE_REQUIRE_CHECKSUM=true ``` This is useful for both CI and local development. Checksum verification is disabled by default, and you can disable checksum verification by setting. If you manage a Monorepo and want to make checksum verification mandatory in CI, you can set these environment variables in CI. Then checksum verification is enabled regardless of the setting of aqua.yaml. And if you want to enforce checksum verification on your laptop, you can set these environment variables in your shell configuration files such as .bashrc and .zshrc.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.