Releases: moonrhythm/parapet-ingress-controller
Releases · moonrhythm/parapet-ingress-controller
v0.12.1
What's Changed
- controller: add support path type in #7
- controller: reload secret after ingress
- controller: remove backend-config annotation
Full Changelog: v0.12.0...v0.12.1
v0.12.0
- update go to 1.20.4
- refactor code to reduce code complexity
- cache k8s resources inside memory
- reload single endpoint don't trigger reload all load balancer
- do not log dial error if request cancel
- deprecated backend-config annotation and use appProtocol
Full Changelog: v0.11.17...v0.12.0
v0.11.17
- update go to 1.20.3
- change base image to debian
- add build pipeline
amd64v1
for GOAMD64=v1
- load balancer can detect bad upstreams and avoid sending request to them
v0.11.14
- build: update go to 1.19.4
v0.11.12
- build: update go to 1.19.2
- proxy: handle dial error
- retry: fix when retry exceed
v0.11.11
- build: update go version to 1.18.6 and dependencies