github cloudposse/terraform-aws-eks-cluster 2.3.1
v2.3.1

latest releases: v4.4.0, v4, v4.3.0...
2 years ago
Bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.9 in /test/src @dependabot (#156)

Bumps sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.9.

Release notes

Sourced from sigs.k8s.io/aws-iam-authenticator's releases.

v0.5.9

Changelog

  • 1209cfe2 Bump version in Makefile
  • 029d1dcf Add query parameter validation for multiple parameters

v0.5.7

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/aws-iam-authenticator@v0.5.6...v0.5.7

v0.5.6

Changelog

Docker Images

Note: You must log in with the registry ID and your role must have the necessary ECR privileges:

$(aws ecr get-login --no-include-email --region us-west-2 --registry-ids 602401143452)
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.6
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.6-arm64
  • docker pull 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.6-amd64

v0.5.5

Changelog

Docker Images

Note: You must log in with the registry ID and your role must have the necessary ECR privileges:

$(aws ecr get-login --no-include-email --region us-west-2 --registry-ids 602401143452)

... (truncated)

Commits
  • 1209cfe Bump version in Makefile
  • 029d1dc Add query parameter validation for multiple parameters
  • 0a72c12 Merge pull request #455 from jyotimahapatra/rev2
  • 596a043 revert use of upstream yaml parsing
  • 2a9ee95 Merge pull request #448 from jngo2/master
  • fc4e6cb Remove unused imports
  • f0fe605 Remove duplicate InitMetrics
  • 99f04d6 Merge pull request #447 from nckturner/release-0.5.6
  • 9dcb6d1 Faster multiarch docker builds
  • a9cc81b Bump timeout for image build job
  • Additional commits viewable in compare view

🐛 Bug Fixes

Disallow TLS provider v4 due to provider issue 244 @Nuru (#158)

what

  • Disallow hashicorp/tls provider version >= 4.0.0

why

When using hashicorp/tls provider v4.0.0 and setting oidc_provider_enabled = true on a new EKS cluster deployment, terraform plan will fail with thumbprint_list = [join("", data.tls_certificate.cluster.*.certficates.0.sha1_fingerprint)] and The given key does not identify an element in this collection value: the collection has no elements.

references

Don't miss a new terraform-aws-eks-cluster release

NewReleases is sending notifications on new releases.