Skip to content

Releases: kabisa/terraform-aws-eks-alb-ingress

3.0.2 Minor fix: creation of CRD

15 Jun 12:10
80326ff
Compare
Choose a tag to compare

What's Changed

This release upgrades the creation of Custom Resource Definitions using the data resource.

This way the yaml file can contain delimiters and still be read through entirely by terraform. This fixes a bug where the file would only be read until a delimiter was encountered causing only the first CRD to be created instead of all of them.

Full Changelog: 3.0.1...3.0.2

3.0.1 Minor fix: Service account token mounting

14 Jun 11:55
a4db8a3
Compare
Choose a tag to compare

What's Changed

  • Added a boolean for automounting of the serviceaccount token. This is a fix for older versions of terraform and/or the kubernetes provider. This now is set to true, this isn't the default value for older versions of terraform.
    pr: #4

Full Changelog: 3.0.0...3.0.1

3.0.0

20 May 08:10
a8ab46f
Compare
Choose a tag to compare

Version 3.0.0 - 20-05-2022

BREAKING CHANGES

This version no longer works with Kubernetes version 1.18 and below due to changes in the API for Ingress resources from 1.19 and onwards

Upgraded

  • Helm chart for the loadbalancer controller upgraded to version: 2.4.1
  • Upgraded values yaml for the loadbalancer
  • Custom resource definitions updated to new version: 0.5.0

Added

  • Terraform-docs inside the Readme.
  • Added description for all the variables.
  • Added description for all the outputs.
  • Added variable force_update for the helm chart.
  • Added Changelog to repository.