Skip to content

Releases: campaand/terraform-aws-alb-ingress-controller

v2.1.1

29 Oct 20:46
Compare
Choose a tag to compare

NOTES

  • Fix sample code snippets in README.md (#7)

v2.1.0

02 Feb 19:36
0f80f25
Compare
Choose a tag to compare

CHANGES

  • Now the module support the creation of EKS POD Identity Role or you can pass your properly configured IAM Role
  • Added aws_eks_pod_identity_association.this resource to manage pod identity association
  • Added use_eks_pod_identity and custom_eks_pod_identity_iam_role_arn variables

NOTE

  • You can continue to use your module with 2.X major version, note that some resources will change names within your terraform state. For example module.aws_lb_controller.aws_iam_role.this has moved to module.aws_lb_controller.aws_iam_role.this[0] and module.aws_lb_controller.aws_iam_role_policy.this has moved to module.aws_lb_controller.aws_iam_role_policy.this[0]
  • aws_iam_role_arn change name within your terraform state

v2.0.0

06 Sep 16:47
Compare
Choose a tag to compare

MAJOR CHANGES:

  • Now IAM role policy is extracted directly from the official repository based on the version of the application used by the released helm chart
  • Now the required version for each provider use >= instead of ~> (#4)
  • Now the minimum required version for AWS provider is 5.0

NOTE:

  • Removed load-balancer-controller-policy.json file

v1.0.1

11 May 09:53
Compare
Choose a tag to compare

BUG FIX:

  • Fixed aws_iam_role_policy.this role attribute with role name instead of role arn

NOTE:

  • Removed kubernetes required provider

v1.0.0

23 Apr 12:19
50df669
Compare
Choose a tag to compare

MAJOR CHANGES:

  • Now helm_chart_version use always the latest version of the chart, you can overwrite it
  • Removed unused vpc_id variable
  • Removed the following resources:
    • kubernetes_manifest.this
    • kubernetes_namespace_v1.this: the namespace will be created direcly by Helm Chart if does not exists
    • aws_iam_role_policy_attachment.this: the attachment will be done directly with aws_iam_role_policy.this resource
  • Modified required versions for kubernetes and helm providers (will use always the latest version for major 2.0)
  • Added controller_iam_role_name variable to overwrite the default IAM Role Name for Controller
  • Removed image.repository helm chart values from local map default_helm_values now the chart will use the default repository
  • Removed serviceAccount.create helm chart values from local map default_helm_values now the chart will create the service account using the helm chart
  • Added IAM role arn annotations for Service Account

View the CHANGELOG.md for all informations

v0.3.0

10 May 20:02
fe872d9
Compare
Choose a tag to compare

CHANGES:

  • Added possibility to overwrite the default values ​​for the chart helm
  • Added default_helm_values local and helm_values local with merged default and custom settings
  • Added service_account_name variable to customize service account name
  • Added service account name variable for .tftpl template file

v0.2.1

08 Apr 08:35
Compare
Choose a tag to compare

BUG FIX:

  • Fixed oidc_provider local

NOTES:

  • Added 2048 game to test ALB Controller

v0.2.0

07 Apr 19:20
Compare
Choose a tag to compare

CHANGES:

  • Added data/aws_eks_cluster.this to get dynamically oidc provider
  • Added locals.tf file to manage oidc provider without https:// prefix
  • Removed oidc_provider variable

v0.1.0

07 Apr 18:59
Compare
Choose a tag to compare

FIRST RELEASE:

  • Added ALB AWS Load Balancer Controller