From fad5afc6c54ce68348f4eb2310cf39fa603b38ce Mon Sep 17 00:00:00 2001 From: Joseph Irving Date: Tue, 17 Dec 2019 09:40:00 +0000 Subject: [PATCH] Kiam 3.5 Changelog (#342) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e922e6..4b2d3f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## v3.5 +17 December 2019 + +Notable Changes: +* [#337](https://github.com/uswitch/kiam/pull/337) Enable gRPC keepalive to detect dead TCP connections between agent and server +* [#330](https://github.com/uswitch/kiam/pull/330) Update AWS SDK to allow for use of [IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) for kiam-server +* [#315](https://github.com/uswitch/kiam/pull/315) Switch to using go modules + +Thanks to these contributors for this release: +* [@mechpen](https://github.com/mechpen) +* [@nirnanaaa](https://github.com/nirnanaaa) +* [@chrisfowles](https://github.com/chrisfowles) + ## v3.4 16 August 2019