Skip to content

Commit a0516fb

Browse files
authored
Merge pull request #367 from melnikalex/release-v0.5.3
Release v0.5.3
2 parents 4486283 + a1d573a commit a0516fb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v0.5.3
2+
* Bump Go to 1.15 in Travis ([#361](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/361), @gliptak)
3+
* Update aws sdk go v1.37.1 ([#360](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/360), @gaffneyd4)
4+
* (arn): validate partition against all partitions returned by the aws sdk ([#348](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/348), @cmdallas)
5+
* Document AccessKeyId from UserInfo ([#332](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/332), @ryanmt)
6+
* Support IPv6 listen address ([#352](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/352), @anguslees)
7+
* Added user agent to AWS SDK ([#359](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/359), @micahhausler)
8+
* Remove Chris Hein from OWNERS ([#351](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/351), @christopherhein)
9+
* Add instructions for the release process ([#346](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/346), @nckturner)
10+
111
Release v0.5.2
212
* Added partition flag ([#341](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/341), @micahhausler)
313
* Update link to Kops docs site ([#338](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/338), @rifelpet)

deploy/example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
229229
containers:
230230
- name: aws-iam-authenticator
231-
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.2
231+
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.3
232232
args:
233233
- server
234234
# uncomment if using EKS-Style ConfigMap

0 commit comments

Comments
 (0)