Skip to content

Releases: szuecs/kube-static-egress-controller

v0.3.0

26 Jun 15:19
35c021a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.16...v0.3.0

AWS SDK changed from v1 to v2, which required to pass context.Context and created an interface change.
We think that users should not be impaired but want to highlight this change.
If you see any issues please report by filing an issue.

v0.2.14

25 Mar 14:01
d797d1b
Compare
Choose a tag to compare

Kubernetes 1.27 support

v0.2.10

19 Jan 14:21
07970e3
Compare
Choose a tag to compare
  • add test run with GH actions
  • fix test referencing a const that did not exist anymore which broke the build
docker run -it registry.opensource.zalan.do/teapot/kube-static-egress-controller:v0.2.10 --help

v0.2.9

19 Jan 10:54
3933944
Compare
Choose a tag to compare
  • Add option to set custom ClusterID Tag Prefix

v0.2.8

23 Jun 16:51
0a658d3
Compare
Choose a tag to compare

support multiple routing tables in a zone

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

v0.2.1

24 Jan 17:02
0494e47
Compare
Choose a tag to compare

Changes

  • update dependencies to fix k8s token rotation

Containers

Run docker container:

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

v0.2.0

09 Jul 13:32
3c41db7
Compare
Choose a tag to compare

Changes

  • Feature: CF stack ownership: new stacks are created with a dynamic stack name and you can now run multiple controllers and multiple clusters in the same account (fix #31 #32 thanks to @mikkeloscar)
  • Fix: overlapping CIDRs should be merged (thanks to @mikkeloscar)

Containers

Run docker container:

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

v0.1.13

08 Jul 11:42
c447ceb
Compare
Choose a tag to compare

Changes

Containers

Run docker container:

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

v0.1.12

01 Jul 14:53
750f426
Compare
Choose a tag to compare

Changes

  • Fix: race condition in controller tests

Containers

Run docker container:

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

v0.1.11

30 Jun 20:29
2ddc79f
Compare
Choose a tag to compare

Changes

  • Refactor watch and provider logic

Containers

Run docker container:

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