From e684ed847c9a00a553dae3138725a3373e771fd8 Mon Sep 17 00:00:00 2001 From: Paul Ingles Date: Fri, 1 Jun 2018 14:07:30 +0100 Subject: [PATCH] 2.8 Release (#78) * CHANGELOG additions for 2.8 * update deployment manifests to v2.8 --- CHANGELOG.md | 16 ++++++++++++++++ deploy/agent.yaml | 2 +- deploy/server.yaml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954eebda..cb6deb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v2.8 +1st June 2018 + +Notable changes: + +* [#62](https://github.com/uswitch/kiam/pull/62) Documented interfaces to specify when using Kiam with amazon-vpc-cni. +* [#76](https://github.com/uswitch/kiam/pull/76) Wait for balancer to have addresses in Gateway. This helps prevent the following errors being reported by the health check command: +``` +WARN[0000] error checking health: rpc error: code = Unavailable desc = there is no address available +``` + +Thanks to the following people for contributing in this release: + +* [sp-joseluis-ledesma](https://github.com/sp-joseluis-ledesma) +* [ripter](https://github.com/ripta) + ## v2.7 30th April 2018 diff --git a/deploy/agent.yaml b/deploy/agent.yaml index c888aa59..462cd026 100644 --- a/deploy/agent.yaml +++ b/deploy/agent.yaml @@ -31,7 +31,7 @@ spec: - name: kiam securityContext: privileged: true - image: quay.io/uswitch/kiam:v2.7 + image: quay.io/uswitch/kiam:v2.8 command: - /agent args: diff --git a/deploy/server.yaml b/deploy/server.yaml index d260ca77..6773d5a9 100644 --- a/deploy/server.yaml +++ b/deploy/server.yaml @@ -26,7 +26,7 @@ spec: secretName: kiam-server-tls containers: - name: kiam - image: quay.io/uswitch/kiam:v2.7 + image: quay.io/uswitch/kiam:v2.8 imagePullPolicy: Always command: - /server