chore(deps): update minor-grouped #192
Open
+41
−17
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:
0.194.0
->0.196.0
v1.193.0
->v1.195.0
v1.52.1
->v1.53.0
v1.44.1
->v1.45.0
v1.91.0
->v1.92.0
v1.68.0
->v1.70.0
39.26.3
->39.44.0
1.9.8
->1.10.0
20.29.0
->20.30.1
Before merging, always check with the release notes if any other changes need to be done.
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
eksctl-io/eksctl (eksctl-io/eksctl)
v0.196.0
: eksctl 0.196.0Compare Source
Release v0.196.0
🧰 Maintenance
📝 Documentation
Acknowledgments
The eksctl maintainers would like to sincerely thank @koooosh.
v0.195.0
: eksctl 0.195.0Compare Source
Release v0.195.0
🚀 Features
🧰 Maintenance
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v39.44.0
Compare Source
v39.42.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.42.4 for more changes
v39.42.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.42.3 for more changes
v39.42.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.42.2 for more changes
v39.42.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.42.1 for more changes
v39.42.0
Compare Source
v39.41.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.41.0 for more changes
v39.40.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.40.1 for more changes
v39.40.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.40.0 for more changes
v39.38.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.38.0 for more changes
v39.37.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.37.1 for more changes
v39.36.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.36.0 for more changes
v39.35.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.35.0 for more changes
v39.34.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.34.1 for more changes
v39.33.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.33.1 for more changes
v39.33.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.33.0 for more changes
v39.32.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.32.0 for more changes
v39.31.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.31.4 for more changes
v39.31.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.31.3 for more changes
v39.31.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.31.2 for more changes
v39.31.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.31.0 for more changes
v39.30.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.30.0 for more changes
v39.29.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.29.0 for more changes
v39.28.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.28.0 for more changes
v39.27.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.27.0 for more changes
hashicorp/terraform (terraform)
v1.10.0
Compare Source
1.10.0 (November 27, 2024)
NEW FEATURES:
ephemeralasnull
function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.BUG FIXES:
secret_suffix
in thekubernetes
backend now includes validation to prevent errors when thesecret_suffix
ends with a number (#35666).error_message
values to pass the core validate step, so variable validation can be completed later during plan(#35537)
self
with many instances could encounter an error during evaluation (#35895)plantimestamp()
function would return an invalid date during validation (#35902)plan -generate-config-out
) for string attributes that contain primitive types (e.g. numbers or booleans) (#35984)issensitive
could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#36012)ENHANCEMENTS:
element
function now accepts negative indices (#35501)terraform validate
(#35543)plan
,apply
, andrefresh
commands now produce a deprecated warning when using the-state
flag. Instead use thepath
attribute within thelocal
backend to modify the state file. (#35660)UPGRADE NOTES:
assume_role
block (#35721)moved
: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords frommoved
blocks will need to prepend theresource.
identifier to these references. (#35850)Previous Releases
For information on prior major and minor releases, refer to their changelogs:
terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws)
v20.30.1
Compare Source
Bug Fixes
resolve_conflicts_on_create_default
value to a boolean since default isnull
(#3221) (35388bb)v20.30.0
Compare Source
Features
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 was generated by Mend Renovate. View the repository job log.