chore(deps): update mono-update-renovate #59
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:
v3
->v4
0ad4b8f
->a5ac7e5
2.15.42
->2.15.58
0.177.0
->0.179.0
1.22.2
->1.22.3
v0.35.0
->v0.36.0
1.25.2
->1.27.0
1.6.2
->1.7.1
v4
->v5
3.7.0
->3.7.1
1.8.2
->1.8.4
0.50.3
->0.51.1
1.28.5
->1.28.6
Before merging, always check with the release notes if any other changes need to be done.
Release Notes
actions/cache (actions/cache)
v4
Compare Source
aws/aws-cli (awscli)
v2.15.58
Compare Source
v2.15.57
Compare Source
v2.15.56
Compare Source
v2.15.55
Compare Source
v2.15.54
Compare Source
v2.15.53
Compare Source
v2.15.52
Compare Source
v2.15.51
Compare Source
v2.15.50
Compare Source
v2.15.49
Compare Source
v2.15.48
Compare Source
v2.15.47
Compare Source
v2.15.46
Compare Source
v2.15.45
Compare Source
v2.15.44
Compare Source
v2.15.43
Compare Source
eksctl-io/eksctl (eksctl-io/eksctl)
v0.179.0
: eksctl 0.179.0Compare Source
Release v0.179.0
🚀 Features
v0.178.0
: eksctl 0.178.0Compare Source
Release v0.178.0
🐛 Bug Fixes
Acknowledgments
The eksctl maintainers would like to sincerely thank @consideRatio
golang/go (golang)
v1.22.3
Compare Source
gruntwork-io/cloud-nuke (gruntwork-io/cloud-nuke)
v0.36.0
Compare Source
What's Changed
Full Changelog: gruntwork-io/cloud-nuke@v0.35.0...v0.36.0
casey/just (just)
v1.27.0
Compare Source
Changed
Added
[doc]
attribute to set and suppress documentation comments (#2050 by neunenak)--global-justfile
flag (#1846 by neunenak)encode_uri_component
function (#2052 by laniakea64)choose
function for generating random strings (#2049 by laniakea64)dotenv-path
relative to working directory (#2040)assert
expression (#1845 by de1iza)Fixed
--unsorted
(#2085)shell
(#2061)\r\n
stripping (#2035)Misc
shell()
documentation (#2060 by laniakea64)env -S
(#2038)clone_into
(#2037)v1.26.0
Compare Source
Added
Misc
delete
example recipe todelete-all
(#1966 by aarmn)opentofu/opentofu (opentofu)
v1.7.1
Compare Source
We're proud to announce that OpenTofu 1.7.1 is now officially out!
This is a bugfix release and we encourage all OpenTofu 1.7.0 users to upgrade.
What’s New?
tofu init
failure when tests have spaces in their name. (#1489)tofu test
now supports accessing module outputs when the module has no resources. (#1409)For all the features, see the detailed changelog.
You can find the full diff here.
v1.7.0
Compare Source
We're proud to announce that OpenTofu 1.7.0 is now officially out! 🎉
What’s New?
See the launch post on our blog: https://opentofu.org/blog/opentofu-1-7-0/
For all the features, see the detailed changelog.
You can find the full diff here.
peter-evans/create-issue-from-file (peter-evans/create-issue-from-file)
v5
Compare Source
pre-commit/pre-commit (pre-commit)
v3.7.1
Compare Source
==================
Fixes
language: rust
default language version check whenrust-toolchain.toml
is present.
hashicorp/terraform (terraform)
v1.8.4
Compare Source
1.8.4 (May 22, 2024)
BUG FIXES:
core
: Fix exponential slowdown in some cases when modules are usingdepends_on
. (#35157)import
blocks: Fix bug where resources with nested, computed, and optionalid
attributes would fail to generate configuration. (#35220)golang.org/x/net
release, which addressed CVE-2023-45288 (#35165)v1.8.3
Compare Source
1.8.3 (May 8, 2024)
BUG FIXES:
terraform test
: Providers configured within an overridden module could panic. (#35110)core
: Fix crash when a provider incorrectly plans a nested object when the configuration isnull
(#35090)terraform-linters/tflint (tflint)
v0.51.1
Compare Source
What's Changed
Bug Fixes
provider::terraform::*
function names by @wata727 in https://github.com/terraform-linters/tflint/pull/2046Chores
Full Changelog: terraform-linters/tflint@v0.51.0...v0.51.1
v0.51.0
Compare Source
What's Changed
This release includes many new features including parallelization of recursion inspection and support for Terraform v1.8.
Also, please be aware that there are important changes regarding licensing. TFLint has updated the embedded Terraform package to the latest version for Terraform v1.6+ support. As a result, we will be affected by Terraform's license change to BUSL announced by Hashicorp in August 2023.
Most of the code in TFLint is still licensed under MPL 2.0, but some files under the Terraform package are now licensed under BUSL 1.1. This means that release binaries are bound by both licenses and may be subject to Hashicorp's BUSL restrictions. If you have concerns about this change, we recommend reviewing the licensing implications before updating. Please note that we cannot provide legal advice.
Please refer to the discussion in https://github.com/terraform-linters/tflint/discussions/1826 and https://github.com/terraform-linters/tflint/issues/1878 for details.
Enhancements
required_version
settings by @wata727 in https://github.com/terraform-linters/tflint/pull/2027required_version
attribute can now be set in.tflint.hcl
. This is useful for enforcing the version of TFLint that is actually used.GITHUB_TOKEN_example_com
have been introduced for GitHub Enterprise Server support.--recursive
inspection now runs in parallel according to the number of CPU cores by default. The number of parallels can be changed with--max-workers
.Changes
module
attribute by @wata727 in https://github.com/terraform-linters/tflint/pull/1951--call-module-type
instead. The--module
is equivalent to--call-module-type=all
and the--no-module
is equivalent to--call-module-type=none
. This also applies to.tflint.hcl
.Chores
cache: true
for setup-go (default) by @chenrui333 in https://github.com/terraform-linters/tflint/pull/1979pipefail
catchcurl
errors by @Ry4an in https://github.com/terraform-linters/tflint/pull/1978New Contributors
Full Changelog: terraform-linters/tflint@v0.50.3...v0.51.0
aquasecurity/tfsec (tfsec)
v1.28.6
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/tfsec@v1.28.5...v1.28.6
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.