Skip to content

Releases: moonrhythm/parapet-ingress-controller

v0.12.2

14 May 10:27
f0368e4
Compare
Choose a tag to compare

v0.12.1

05 May 10:59
171b972
Compare
Choose a tag to compare

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

04 May 16:26
f95e225
Compare
Choose a tag to compare
  • 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

13 Apr 12:37
ea8921d
Compare
Choose a tag to compare
  • 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.16

20 Feb 04:24
76aa0d6
Compare
Choose a tag to compare

What's Changed

  • build: update go to 1.20.1

Full Changelog: v0.11.15...v0.11.16

v0.11.15

14 Jan 06:06
66cbe95
Compare
Choose a tag to compare

v0.11.14

08 Dec 08:45
7032795
Compare
Choose a tag to compare
  • build: update go to 1.19.4

v0.11.13

09 Nov 09:53
b120b28
Compare
Choose a tag to compare

v0.11.12

05 Oct 12:40
7ba84a6
Compare
Choose a tag to compare
  • build: update go to 1.19.2
  • proxy: handle dial error
  • retry: fix when retry exceed

v0.11.11

07 Sep 14:26
5bdd807
Compare
Choose a tag to compare
  • build: update go version to 1.18.6 and dependencies