Releases: szuecs/kube-static-egress-controller
Releases · szuecs/kube-static-egress-controller
v0.4.1
v0.4.0
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
What's Changed
- Update to Kubernetes v1.30.2 by @mikkeloscar in #53
- Update to aws-sdk-go-v2 by @mikkeloscar in #54
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
v0.2.10
v0.2.9
v0.2.8
v0.2.1
v0.2.0
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
Changes
- Fix: event handling (thanks to @mikkeloscar)
Containers
Run docker container:
% docker run -it registry.opensource.zalan.do/teapot/kube-static-egress-controller:v0.1.13 --help