Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.3 #367

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v0.5.3
* Bump Go to 1.15 in Travis ([#361](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/361), @gliptak)
* Update aws sdk go v1.37.1 ([#360](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/360), @gaffneyd4)
* (arn): validate partition against all partitions returned by the aws sdk ([#348](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/348), @cmdallas)
* Document AccessKeyId from UserInfo ([#332](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/332), @ryanmt)
* Support IPv6 listen address ([#352](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/352), @anguslees)
* Added user agent to AWS SDK ([#359](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/359), @micahhausler)
* Remove Chris Hein from OWNERS ([#351](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/351), @christopherhein)
* Add instructions for the release process ([#346](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/346), @nckturner)

Release v0.5.2
* Added partition flag ([#341](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/341), @micahhausler)
* Update link to Kops docs site ([#338](https://github.com/kubernetes-sigs/aws-iam-authenticator/pull/338), @rifelpet)
Expand Down
2 changes: 1 addition & 1 deletion deploy/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
containers:
- name: aws-iam-authenticator
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.2
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.3
args:
- server
# uncomment if using EKS-Style ConfigMap
Expand Down