Skip to content

Releases: szuecs/kube-static-egress-controller

v0.4.1

18 Dec 10:01
34dc9ba

Choose a tag to compare

What's Changed

  • Ensure egress configs are processed as soon as initial list was fetched by @linki in #64

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Dec 17:16
dbec786

Choose a tag to compare

What's Changed

  • Actually use value from master flag by @linki in #61
  • Add unit tests for PCS token source and injector by @linki in #63
  • Allow master flag to take multiple values for watching configmaps by @linki in #62
  • Add support for Platform IAM tokens by @linki in #60
  • Update kubernetes to 1.33 and go to go1.25.1 by @linki in #59
  • Update k8s.io to v0.32.5 by @linki in #58
  • Drop identifying stack based on name alone by @mikkeloscar in #57
  • Add flag to optionally upload CF template to s3 bucket by @mikkeloscar in #56
  • Update to Kubernetes v1.31 by @mikkeloscar in #55

Full Changelog: v0.3.0...v0.4.0

We changed the --master. It can now be specified multiple times. This allows to connect to multiple Kubernetes clusters using the same credentials. It's backwards compatible so users should not be impaired but want to highlight this change. If you see any issues please report by filing an issue.

v0.3.0

26 Jun 15:19
35c021a

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

Choose a tag to compare

Kubernetes 1.27 support

v0.2.10

19 Jan 14:21
07970e3

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

Choose a tag to compare

  • Add option to set custom ClusterID Tag Prefix

v0.2.8

23 Jun 16:51
0a658d3

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

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

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

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