Skip to content

Releases: szuecs/kube-static-egress-controller

v0.1.10

03 Jun 07:34
289dd13
Compare
Choose a tag to compare

Changes

  • update aws Go sdk
  • fix format string in log

Containers

Run docker container:

% docker run -it registry.opensource.zalan.do/teapot/kube-static-egress-controller:v0.1.10 --help

v0.1.7

02 May 10:09
eb5103e
Compare
Choose a tag to compare

Changes

  • fix: Handle stacks already exists
  • fix: build and bugs around VPCID handling
  • fix: ConfigMap Watcher should not exit egress-controller when API is unreachable

Containers

Run docker container:

% docker run -it registry.opensource.zalan.do/teapot/kube-static-egress-controller:v0.1.7 --help

v0.1.4

03 Oct 16:21
66c0b93
Compare
Choose a tag to compare

Changes

  • enhanced error handling, if error indicates alreadyexists or doesnotexist, we either Update or Create, instead of the former stack handling. (@olevchyk)

Containers

TODO