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.
Sourced from sigs.k8s.io/aws-iam-authenticator's releases.
Full Changelog: kubernetes-sigs/aws-iam-authenticator@v0.5.6...v0.5.7
Note: You must log in with the registry ID and your role must have the necessary ECR privileges:
Note: You must log in with the registry ID and your role must have the necessary ECR privileges:
... (truncated)
Release notes
v0.5.9
Changelog
v0.5.7
What's Changed
@jngo2
in kubernetes-sigs/aws-iam-authenticator#448
New Contributors
@jngo2
made their first contribution in kubernetes-sigs/aws-iam-authenticator#448
v0.5.6
Changelog
@nckturner
)
@jyotimahapatra
)
@abhay-krishna
)
Docker Images
$(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
@nckturner
)
@jyotimahapatra
)
@jyotimahapatra
)
@nckturner
)
@jyotimahapatra
)
@nckturner
)
Docker Images
$(aws ecr get-login --no-include-email --region us-west-2 --registry-ids 602401143452)
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
🐛 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.