camunda / camunda-tf-eks-module

Terraform modules targeting AWS EKS Cluster creation for Camunda 8 Self-Managed usage on AWS
https://docs.camunda.io/docs/self-managed/setup/deploy/amazon/amazon-eks/eks-terraform/
Apache License 2.0
1 stars 0 forks source link

chore(deps): update minor-grouped #87

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
compilerla/conventional-pre-commit repository minor v3.2.0 -> v3.3.0 age adoption passing confidence
eksctl-io/eksctl minor 0.183.0 -> 0.187.0 age adoption passing confidence
github.com/gruntwork-io/terratest require minor v0.46.16 -> v0.47.0 age adoption passing confidence
just minor 1.29.1 -> 1.31.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository minor 37.421.3 -> 37.432.0 age adoption passing confidence
terraform-aws-modules/eks/aws (source) module minor 20.15.0 -> 20.19.0 age adoption passing confidence
terraform-aws-modules/iam/aws (source) module minor 5.39.1 -> 5.41.0 age adoption passing confidence
terraform-aws-modules/vpc/aws (source) module minor 5.8.1 -> 5.9.0 age adoption passing confidence
tflint minor 0.51.2 -> 0.52.0 age adoption passing confidence

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 the pre-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

compilerla/conventional-pre-commit (compilerla/conventional-pre-commit) ### [`v3.3.0`](https://togithub.com/compilerla/conventional-pre-commit/releases/tag/v3.3.0) [Compare Source](https://togithub.com/compilerla/conventional-pre-commit/compare/v3.2.0...v3.3.0) - added scopes argument to specify valid scopes by [@​mjspeck](https://togithub.com/mjspeck) in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) #### What's Changed - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/97](https://togithub.com/compilerla/conventional-pre-commit/pull/97) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/98](https://togithub.com/compilerla/conventional-pre-commit/pull/98) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/99](https://togithub.com/compilerla/conventional-pre-commit/pull/99) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/100](https://togithub.com/compilerla/conventional-pre-commit/pull/100) - feat(format): added scopes argument to specify valid scopes by [@​mjspeck](https://togithub.com/mjspeck) in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) #### New Contributors - [@​mjspeck](https://togithub.com/mjspeck) made their first contribution in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) **Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v3.2.0...v3.3.0
eksctl-io/eksctl (eksctl-io/eksctl) ### [`v0.187.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.187.0): eksctl 0.187.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.186.0...0.187.0-rc.0) ### Release v0.187.0 #### 🐛 Bug Fixes - Restrict `VPC.SecurityGroup` egress rules validations to self-managed nodes ([#​7883](https://togithub.com/eksctl-io/eksctl/issues/7883)) ### [`v0.186.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.186.0): eksctl 0.186.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.185.0...0.186.0) ### Release v0.186.0 #### 🚀 Features - Allow limiting the number of nodegroups created in parallel ([#​7884](https://togithub.com/eksctl-io/eksctl/issues/7884)) #### 🎯 Improvements - Retry throttling errors, disable retry rate-limiting ([#​7878](https://togithub.com/eksctl-io/eksctl/issues/7878)) ### [`v0.185.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.185.0): eksctl 0.185.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.184.0...0.185.0) ### Release v0.185.0 #### 🎯 Improvements - Avoid creating subnets in disallowed Availability Zone IDs ([#​7870](https://togithub.com/eksctl-io/eksctl/issues/7870)) - Add auto-ssm ami resolution for ubuntu ([#​7851](https://togithub.com/eksctl-io/eksctl/issues/7851)) - Add/hpc7g node arm support ([#​6743](https://togithub.com/eksctl-io/eksctl/issues/6743)) - fix runAsNonRoot (true) efa device plugin bug ([#​6302](https://togithub.com/eksctl-io/eksctl/issues/6302)) - fixed iam permissions bug for karpenter ([#​7778](https://togithub.com/eksctl-io/eksctl/issues/7778)) #### Acknowledgments The eksctl maintainers would like to sincerely thank [@​aciba90](https://togithub.com/aciba90), [@​siennathesane](https://togithub.com/siennathesane) and [@​vsoch](https://togithub.com/vsoch). ### [`v0.184.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.184.0): eksctl 0.184.0 [Compare Source](https://togithub.com/eksctl-io/eksctl/compare/0.183.0...0.184.0) ### Release v0.184.0 #### 🚀 Features - Cluster creation flexibility for default networking addons ([#​7866](https://togithub.com/eksctl-io/eksctl/issues/7866)) #### 🎯 Improvements - use string in logging instead of wrapping error ([#​7838](https://togithub.com/eksctl-io/eksctl/issues/7838)) - Stop using P2 instances which will be retired ([#​7826](https://togithub.com/eksctl-io/eksctl/issues/7826)) #### 🧰 Maintenance - Fix SDK paginator mocks ([#​7850](https://togithub.com/eksctl-io/eksctl/issues/7850)) - Schedule pods on a nodegroup on which no concurrent actions are executed ([#​7834](https://togithub.com/eksctl-io/eksctl/issues/7834)) #### Acknowledgments The eksctl maintainers would like to sincerely thank [@​moreandres](https://togithub.com/moreandres).
gruntwork-io/terratest (github.com/gruntwork-io/terratest) ### [`v0.47.0`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.47.0) [Compare Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.16...v0.47.0) #### Modules affected - `packer` - `aws` - `helm` - `azure` #### Description - Added support for Packer 1.10 - Fixed error checking in Azure - Fixed tests and documentation for helm, aws, packer modules #### Related links - [https://github.com/gruntwork-io/terratest/pull/1395](https://togithub.com/gruntwork-io/terratest/pull/1395) - [https://github.com/gruntwork-io/terratest/pull/1419](https://togithub.com/gruntwork-io/terratest/pull/1419)
casey/just (just) ### [`v1.31.0`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1310---2024-07-14) [Compare Source](https://togithub.com/casey/just/compare/1.30.1...1.31.0) ##### Stabilized - Stabilize modules ([#​2250](https://togithub.com/casey/just/pull/2250) by [casey](https://togithub.com/casey)) ##### Added - Allow `mod` path to be directory containing module source ([#​2238](https://togithub.com/casey/just/pull/2238) by [casey](https://togithub.com/casey)) - Allow enabling unstable features with `set unstable` ([#​2237](https://togithub.com/casey/just/pull/2237) by [casey](https://togithub.com/casey)) - Allow abbreviating functions ending in `_directory` to `_dir` ([#​2235](https://togithub.com/casey/just/pull/2235) by [casey](https://togithub.com/casey)) ##### Fixed - Lexiclean search directory so `..` does not check the current directory ([#​2236](https://togithub.com/casey/just/pull/2236) by [casey](https://togithub.com/casey)) ##### Misc - Print space before submodules in `--list` with groups ([#​2244](https://togithub.com/casey/just/pull/2244) by [casey](https://togithub.com/casey)) ### [`v1.30.1`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1301---2024-07-06) [Compare Source](https://togithub.com/casey/just/compare/1.30.0...1.30.1) ##### Fixed - Fix function argument count mismatch error message ([#​2231](https://togithub.com/casey/just/pull/2231) by [casey](https://togithub.com/casey)) ### [`v1.30.0`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1300---2024-07-06) [Compare Source](https://togithub.com/casey/just/compare/1.29.1...1.30.0) ##### Fixed - Allow comments after `mod` statements ([#​2201](https://togithub.com/casey/just/pull/2201) by [casey](https://togithub.com/casey)) ##### Changed - Allow unstable features with `--summary` ([#​2210](https://togithub.com/casey/just/pull/2210) by [casey](https://togithub.com/casey)) - Don't analyze comments when `ignore-comments` is set ([#​2180](https://togithub.com/casey/just/pull/2180) by [casey](https://togithub.com/casey)) - List recipes by group in group justfile order with `just --list --unsorted` ([#​2164](https://togithub.com/casey/just/pull/2164) by [casey](https://togithub.com/casey)) - List groups in source order with `just --groups --unsorted` ([#​2160](https://togithub.com/casey/just/pull/2160) by [casey](https://togithub.com/casey)) ##### Added - Avoid `install` and add 32-bit arm targets to `install.sh` ([#​2214](https://togithub.com/casey/just/pull/2214) by [CramBL](https://togithub.com/CramBL)) - Give modules doc comments for `--list` ([#​2199](https://togithub.com/casey/just/pull/2199) by [Spatenheinz](https://togithub.com/Spatenheinz)) - Add `datetime()` and `datetime_utc()` functions ([#​2167](https://togithub.com/casey/just/pull/2167) by [casey](https://togithub.com/casey)) - Allow setting more command-line options with environment variables ([#​2161](https://togithub.com/casey/just/pull/2161) by [casey](https://togithub.com/casey)) ##### Library - Don't exit process in `run()` on argument parse error ([#​2176](https://togithub.com/casey/just/pull/2176) by [casey](https://togithub.com/casey)) - Allow passing command-line arguments into `run()` ([#​2173](https://togithub.com/casey/just/pull/2173) by [casey](https://togithub.com/casey)) - Ignore env_logger initialization errors ([#​2170](https://togithub.com/casey/just/pull/2170) by [EnigmaCurry](https://togithub.com/EnigmaCurry)) ##### Misc - Tweak readme ([#​2227](https://togithub.com/casey/just/pull/2227) by [casey](https://togithub.com/casey)) - Add development guide to readme ([#​2226](https://togithub.com/casey/just/pull/2226) by [casey](https://togithub.com/casey)) - Add shell-expanded string syntax to grammar ([#​2223](https://togithub.com/casey/just/pull/2223) by [casey](https://togithub.com/casey)) - Add recipe for testing bash completion script ([#​2221](https://togithub.com/casey/just/pull/2221) by [casey](https://togithub.com/casey)) - Fix use of `justfile_directory()` in readme ([#​2219](https://togithub.com/casey/just/pull/2219) by [casey](https://togithub.com/casey)) - Use default values for `--list-heading` and `--list-prefix` ([#​2213](https://togithub.com/casey/just/pull/2213) by [casey](https://togithub.com/casey)) - Use `clap::ValueParser` ([#​2211](https://togithub.com/casey/just/pull/2211) by [neunenak](https://togithub.com/neunenak)) - Document module doc comments in readme ([#​2208](https://togithub.com/casey/just/pull/2208) by [casey](https://togithub.com/casey)) - Use `-and` instead of `&&` in PowerShell completion script ([#​2204](https://togithub.com/casey/just/pull/2204) by [casey](https://togithub.com/casey)) - Fix readme formatting ([#​2203](https://togithub.com/casey/just/pull/2203) by [casey](https://togithub.com/casey)) - Link to justfiles on GitHub in readme ([#​2198](https://togithub.com/casey/just/pull/2198) by [bukowa](https://togithub.com/bukowa)) - Link to modules when first introduced in readme ([#​2193](https://togithub.com/casey/just/pull/2193) by [casey](https://togithub.com/casey)) - Update `softprops/action-gh-release` ([#​2183](https://togithub.com/casey/just/pull/2183) by [app/dependabot](https://togithub.com/app/dependabot)) - Document remote justfile workaround ([#​2175](https://togithub.com/casey/just/pull/2175) by [casey](https://togithub.com/casey)) - Document library interface ([#​2174](https://togithub.com/casey/just/pull/2174) by [casey](https://togithub.com/casey)) - Remove dependency on cradle ([#​2169](https://togithub.com/casey/just/pull/2169) by [nc7s](https://togithub.com/nc7s)) - Add note to readme about quoting paths on Windows ([#​2166](https://togithub.com/casey/just/pull/2166) by [casey](https://togithub.com/casey)) - Add missing changelog credits ([#​2163](https://togithub.com/casey/just/pull/2163) by [casey](https://togithub.com/casey)) - Credit myself in changelog ([#​2162](https://togithub.com/casey/just/pull/2162) by [casey](https://togithub.com/casey))
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v37.432.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.432.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.7...37.432.0) See https://github.com/renovatebot/renovate/releases/tag/37.432.0 for more changes ### [`v37.431.7`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.7) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.6...37.431.7) See https://github.com/renovatebot/renovate/releases/tag/37.431.7 for more changes ### [`v37.431.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.5...37.431.6) See https://github.com/renovatebot/renovate/releases/tag/37.431.6 for more changes ### [`v37.431.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.4...37.431.5) See https://github.com/renovatebot/renovate/releases/tag/37.431.5 for more changes ### [`v37.431.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.2...37.431.4) See https://github.com/renovatebot/renovate/releases/tag/37.431.4 for more changes ### [`v37.431.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.431.0...37.431.2) See https://github.com/renovatebot/renovate/releases/tag/37.431.2 for more changes ### [`v37.431.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.431.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.430.0...37.431.0) See https://github.com/renovatebot/renovate/releases/tag/37.431.0 for more changes ### [`v37.430.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.430.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.429.1...37.430.0) See https://github.com/renovatebot/renovate/releases/tag/37.430.0 for more changes ### [`v37.429.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.429.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.429.0...37.429.1) See https://github.com/renovatebot/renovate/releases/tag/37.429.1 for more changes ### [`v37.429.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.429.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.428.3...37.429.0) See https://github.com/renovatebot/renovate/releases/tag/37.429.0 for more changes ### [`v37.428.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.428.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.428.2...37.428.3) See https://github.com/renovatebot/renovate/releases/tag/37.428.3 for more changes ### [`v37.428.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.428.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.428.1...37.428.2) See https://github.com/renovatebot/renovate/releases/tag/37.428.2 for more changes ### [`v37.428.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.428.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.428.0...37.428.1) See https://github.com/renovatebot/renovate/releases/tag/37.428.1 for more changes ### [`v37.428.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.428.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.427.0...37.428.0) See https://github.com/renovatebot/renovate/releases/tag/37.428.0 for more changes ### [`v37.427.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.427.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.5...37.427.0) See https://github.com/renovatebot/renovate/releases/tag/37.427.0 for more changes ### [`v37.426.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.4...37.426.5) See https://github.com/renovatebot/renovate/releases/tag/37.426.5 for more changes ### [`v37.426.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.2...37.426.4) See https://github.com/renovatebot/renovate/releases/tag/37.426.4 for more changes ### [`v37.426.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.1...37.426.2) See https://github.com/renovatebot/renovate/releases/tag/37.426.2 for more changes ### [`v37.426.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.426.0...37.426.1) See https://github.com/renovatebot/renovate/releases/tag/37.426.1 for more changes ### [`v37.426.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.426.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.3...37.426.0) See https://github.com/renovatebot/renovate/releases/tag/37.426.0 for more changes ### [`v37.425.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.425.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.425.1...37.425.3) See https://github.com/renovatebot/renovate/releases/tag/37.425.3 for more changes ### [`v37.425.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.425.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.4...37.425.1) See https://github.com/renovatebot/renovate/releases/tag/37.425.1 for more changes ### [`v37.424.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.3...37.424.4) See https://github.com/renovatebot/renovate/releases/tag/37.424.4 for more changes ### [`v37.424.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.2...37.424.3) See https://github.com/renovatebot/renovate/releases/tag/37.424.3 for more changes ### [`v37.424.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.1...37.424.2) See https://github.com/renovatebot/renovate/releases/tag/37.424.2 for more changes ### [`v37.424.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.424.0...37.424.1) See https://github.com/renovatebot/renovate/releases/tag/37.424.1 for more changes ### [`v37.424.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.424.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.1...37.424.0) See https://github.com/renovatebot/renovate/releases/tag/37.424.0 for more changes ### [`v37.423.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.423.0...37.423.1) See https://github.com/renovatebot/renovate/releases/tag/37.423.1 for more changes ### [`v37.423.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.423.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.422.4...37.423.0) See https://github.com/renovatebot/renovate/releases/tag/37.423.0 for more changes ### [`v37.422.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.422.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.6...37.422.4) See https://github.com/renovatebot/renovate/releases/tag/37.422.4 for more changes ### [`v37.421.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.5...37.421.6) See https://github.com/renovatebot/renovate/releases/tag/37.421.6 for more changes ### [`v37.421.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.4...37.421.5) See https://github.com/renovatebot/renovate/releases/tag/37.421.5 for more changes ### [`v37.421.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.421.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.421.3...37.421.4) See https://github.com/renovatebot/renovate/releases/tag/37.421.4 for more changes
terraform-aws-modules/terraform-aws-eks (terraform-aws-modules/eks/aws) ### [`v20.19.0`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20190-2024-07-15) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.18.0...v20.19.0) ##### Features - Pass the `primary_ipv6` argument to the AWS provider. ([#​3098](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3098)) ([e1bb8b6](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/e1bb8b66617299c6d9972139b1f9355322e7801e)) ### [`v20.18.0`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20180-2024-07-15) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.17.2...v20.18.0) ##### Features - Support `bootstrap_self_managed_addons` ([#​3099](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3099)) ([af88e7d](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/af88e7d2f835b3dfde242157ba3dd98b749bbc0b)) ### [`v20.17.2`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20172-2024-07-05) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.17.1...v20.17.2) ##### Bug Fixes - Revert [#​3058](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3058) - fix: Invoke aws_iam_session_context data source only when required ([#​3092](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3092)) ([93ffdfc](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/93ffdfc6fa380cb0b73df7380e7e62302ebb1a98)) ### [`v20.17.1`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20171-2024-07-05) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.17.0...v20.17.1) ##### Bug Fixes - Invoke `aws_iam_session_context` data source only when required ([#​3058](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3058)) ([f02df92](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/f02df92b66a9776a689a2baf39e7474f3b703d89)) ### [`v20.17.0`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20170-2024-07-05) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.16.0...v20.17.0) ##### Features - Add support for ML capacity block reservations with EKS managed node group(s) ([#​3091](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3091)) ([ae3379e](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/ae3379e92429ed842f1c1017fd6ee59ec9f297d4)) ### [`v20.16.0`](https://togithub.com/terraform-aws-modules/terraform-aws-eks/blob/HEAD/CHANGELOG.md#20160-2024-07-02) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-eks/compare/v20.15.0...v20.16.0) ##### Features - Add support for custom IAM role policy ([#​3087](https://togithub.com/terraform-aws-modules/terraform-aws-eks/issues/3087)) ([1604c6c](https://togithub.com/terraform-aws-modules/terraform-aws-eks/commit/1604c6cdc8cedcd47b7357c5068dc11d0ed1d7e5))
terraform-aws-modules/terraform-aws-iam (terraform-aws-modules/iam/aws) ### [`v5.41.0`](https://togithub.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5410-2024-07-11) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-iam/compare/v5.40.0...v5.41.0) ##### Features - Adding sse-kms support for Mountpoint S3 CSI driver EKS IRSA ([#​493](https://togithub.com/terraform-aws-modules/terraform-aws-iam/issues/493)) ([5039e10](https://togithub.com/terraform-aws-modules/terraform-aws-iam/commit/5039e10b5dc3f4129018f3ca19aab68c7e75fbf4)) ### [`v5.40.0`](https://togithub.com/terraform-aws-modules/terraform-aws-iam/blob/HEAD/CHANGELOG.md#5400-2024-07-05) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-iam/compare/v5.39.1...v5.40.0) ##### Features - Add support for inline policy creation ([#​479](https://togithub.com/terraform-aws-modules/terraform-aws-iam/issues/479)) ([e13cb1e](https://togithub.com/terraform-aws-modules/terraform-aws-iam/commit/e13cb1e5d1356ccb2ddd1bae0ad4c3a17e88eee2))
terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws) ### [`v5.9.0`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#590-2024-07-05) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.8.1...v5.9.0) ##### Features - Allow custom VPC Flow Log IAM Role name and IAM Policy name ([#​1089](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1089)) ([f8cd168](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/f8cd1681837c8c4a24af6fe73035724a03e1e66e))
terraform-linters/tflint (tflint) ### [`v0.52.0`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.52.0) [Compare Source](https://togithub.com/terraform-linters/tflint/compare/v0.51.2...v0.52.0) #### What's Changed ##### Enhancements - cmd: Allow `--chdir` and `--recursive` to be used together by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2079](https://togithub.com/terraform-linters/tflint/pull/2079) - terraform: Add support for Terraform v1.9 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2077](https://togithub.com/terraform-linters/tflint/pull/2077) - Bump bundled terraform ruleset to v0.8.0 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2085](https://togithub.com/terraform-linters/tflint/pull/2085) ##### Bug Fixes - formatter: Add source attribute in the checkstyle format by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2078](https://togithub.com/terraform-linters/tflint/pull/2078) ##### Chores - deps: Go 1.22.5 by [@​wata727](https://togithub.com/wata727) in [https://github.com/terraform-linters/tflint/pull/2084](https://togithub.com/terraform-linters/tflint/pull/2084) **Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.2...v0.52.0

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.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.