chore(deps): update terraform terraform-aws-modules/eks/aws to v17 #32
+1
−1
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:
16.0.0
->17.1.0
Release Notes
terraform-aws-modules/terraform-aws-eks
v17.1.0
Compare Source
FEATURES:
node_groups
) taints (#1424)create_launch_template
is set totrue
(#1419)capacity_rebalance
support for self-managed worker groups (#1326)var.wait_for_cluster_timeout
to allow configuring the wait for cluster timeout (#1420)v17.0.3
Compare Source
BUG FIXES:
var.workers_group_defaults
(#1413)NOTES:
v17.0.2
Compare Source
BUG FIXES:
terraform-provider-aws
(#1407)v17.0.1
Compare Source
BUG FIXES:
root_volume_type
must begp2
(#1404)v17.0.0
Compare Source
FEATURES:
config_output_path
intokubeconfig_output_path
for naming consistency (#1399)BUG FIXES:
depends_on
fordata.wait_for_cluster
(#1389)DOCS:
cluster_endpoint_private_access_cidrs
usage (#1400)BREAKING CHANGES:
cluster_private_access
Security Group Rule for existing cluster. Please rename byaws_security_group_rule.cluster_private_access[0]
intoaws_security_group_rule.cluster_private_access_cidrs_source[0]
.random_pet
resources in Managed Node Groups (MNG). Those were used to recreate MNG if something change and also simulate the newly added argumentnode_group_name_prefix
. But they were causing a lot of troubles. To upgrade the module without recreating your MNG, you will need to explicitly reuse their previous name and set them in your MNGname
argument. Please see upgrade docs for more details.selectors
argument which is a list of map. This will break previous configuration with a single selectornamespace
andlabels
. You'll need to rewrite your configuration to use theselectors
argument. See examples dans docs for details.config_output_path
is renamed intokubeconfig_output_path
for naming consistency. Please upgrade your configuration accordingly.NOTES:
root_block_device_name
androot_block_device_name_windows
to define your owns.600
. This value can be changed with the variablevar.kubeconfig_file_permission
.v16.2.0
Compare Source
FEATURES:
BUG FIXES:
terraform-provider-http
required version to 2.4.1 to avoid TLS Cert Pool issue on Windows (#1387)DOCS:
v16.1.0
Compare Source
FEATURES:
BUG FIXES:
DOCS:
NOTES:
launch_template_version
is now used to determine the latest or default version of the created launch template for self-managed worker groups.v16.0.1
Compare Source
BUG FIXES:
terraform-aws-modules/http
provider version to support darwin arm64 release (#1369)DOCS:
Configuration
📅 Schedule: 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 Renovate Bot.