v1.466.0
cloudposse-releaser
released this
20 Jun 03:55
·
109 commits
to refs/heads/main
since this release
[alb-controller] Make default_ingress_ip_address_type default to `ipv4` @Nuru (#1070)
what
- [alb-controller] Make
default_ingress_ip_address_type
default toipv4
why
When dualstack
is configured, the Ingress will fail if the VPC does not have an IPv6 CIDR block, which is still a common case. When ipv4
is configured, the Ingress will work with only an IPv4 CIDR block, and simply will not use IPv6 if it exists. This makes ipv4
the
more conservative default.