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

Commit

Permalink
2.8 Release (#78)
Browse files Browse the repository at this point in the history
* CHANGELOG additions for 2.8
* update deployment manifests to v2.8
  • Loading branch information
pingles authored Jun 1, 2018
1 parent 1d6d618 commit e684ed8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion deploy/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e684ed8

Please sign in to comment.