Releases: SPHTech-Platform/terraform-aws-lb-controller
v1.0.0
BREAKING CHANGE
Replace gavinbunney/kubectl
with alekc/terraform-provider-kubectl
provider
Change the required_providers
sections in your main code and in all used modules to reflect the usage of alekc/kubectl
as shown bellow. Once this is done, use the state replace-provider
to make the switch on all existing resources in your state.
terraform {
required_version = ">= 1.4"
required_providers {
kubectl = {
source = "alekc/kubectl"
version = ">= 2.0"
}
}
}
Switch Resources
terraform state replace-provider gavinbunney/kubectl alekc/kubectl
You should then terraform init -upgrade
, and the next terraform actions will use this provider.
Full Changelog: v0.8.2...v1.0.0
v0.8.2
What's Changed
- feat: add crd installations separatelly by @uchinda-sph in #9
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- feat: update chart version and image tag by @uchinda-sph in #8
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Action required
- We have added
certificateArn
and updatedipAddressType
fields inIngressClassParams
, and addedvpcID
field in TargetGroupBinding. If you are upgrading the charts using helm upgrade, you need to update CRDs manuallykubectl apply -k https://github.com/aws/eks-charts/blob/master/stable/aws-load-balancer-controller/crds/crds.yaml
What's Changed
feat:
Don't block TGB reconciliation loop on failed SG ingress reconciliation- add the elasticloadbalancing:DescribeTrustStores permission for describing the trust stores resources to use the new mTLS feature for ingresses on controller
feat:
add webhook readiness check and revisionHistoryLimitfeat:
add field to enable HPAchore:
helm values enhancementsfeat:
add serviceTargetENISGTags to helm values to support --service-target-eni-security-group-tags controller flagfeat:
Allow ACM cert discovery to filter on CA ARNsfeat:
Provide more customization options for the chart values to compatible with upsteam modulechore:
update irsa module version by @uchinda-sph in #7
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- fix: add variable to enable_service_mutator_webhook by @uchinda-sph in #6
New Contributors
- @uchinda-sph made their first contribution in #6
Full Changelog: v0.7.0...v0.7.1
v0.6.1
What's Changed
- add variable to enable service mutator webhook
enable_service_mutator_webhook
Full Changelog: v0.6.0...v0.6.1
v0.7.0
What's Changed
- Bump image tag version by @wayne-root in #5
Important Note
New fields subnets
, InboundCIDRs
and SSLPolicy
added in IngressClassParams
. If upgrading from a previous version, you need to update the IngressClassParams
CRD manually by running kubectl apply -k "https://github.com/aws/eks-charts/stable/aws-load-balancer-controller/crds?ref=master"
For more details refer here
New Contributors
- @wayne-root made their first contribution in #5
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Full Changelog: v0.5.1...v0.6.0
v0.5.1 - Feature gate "SubnetsClusterTagCheck" - disable subnet cluster tag
What's Changed
- Feature gate "SubnetsClusterTagCheck" to disable subnet cluster tag check by @franklinpashok in #3
New Contributors
- @franklinpashok made their first contribution in #3
Full Changelog: v0.5.0...v0.5.1