Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

update changelog for v3.4 also included the ones from 3.3 #282

Merged
merged 1 commit into from
Aug 16, 2019
Merged
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
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Changelog
## v3.4
16 August 2019

Notable Changes:
* [#250](https://github.com/uswitch/kiam/pull/250) Policy forbidden errors (namespace annotation regex) are no longer retried
* [#268](https://github.com/uswitch/kiam/pull/268) You can now healthcheck the agent with `/health?deep=anything` that will only return ok if the agent is up AND it can communicate with Kiam server successfully
* [#276](https://github.com/uswitch/kiam/pull/276) Allow AssumeRoleArn prefix to be autodetected
* [#279](https://github.com/uswitch/kiam/pull/279) grpc-go has been upgraded from 1.14.0 to 1.23.0
* [#281](https://github.com/uswitch/kiam/pull/281) Kiam is now built with Go 1.12

Thanks to these contributors for this release:
* [@DReigada](https://github.com/DReigada)
* [@mattmb](https://github.com/mattmb)
* [@bhavin192](https://github.com/bhavin192)
* [@derrickburns](https://github.com/derrickburns)
* [@hoelzro](https://github.com/hoelzro)

## v3.3
2 July 2019

Hi!

It's been a while since our last release. Most changes have focused around documentation but there are 2 notable changes:

[Increase verbosity of credential chain errors](https://github.com/uswitch/kiam/pull/257)
[Allow agent to not remove iptables rules on host](https://github.com/uswitch/kiam/pull/253)
Thanks to [@mwmix](https://github.com/mwmix) and [@theatrus](https://github.com/theatrus) for contributing the above.

## v3.2
15 March 2019
Expand Down