Skip to content

Releases: haproxytech/kubernetes-ingress

HAProxy Ingress Controller v1.11.6

18 Jun 13:26
Compare
Choose a tag to compare

Changelog

  • a71a4f9 BUG/MINOR: do not reload if transaction failed

HAProxy Ingress Controller v1.11.5

29 May 12:51
Compare
Choose a tag to compare

Changelog

  • 1a6365e BUG: be able to watch ingress.v1.haproxy.org if the CRD is created after Ingress Controller start up
  • 312a9ec BUG/MINOR: fix incorrect old DefaultBackend name in Reload log
  • 24ac0e0 BUG/MINOR: fix nil pointer in refreshCerts

HAProxy Ingress Controller v1.10.15

29 May 07:57
Compare
Choose a tag to compare

Changelog

  • ddf9090 BUG/MINOR: fix nil pointer in refreshCerts

HAProxy Ingress Controller v1.11.4

03 May 15:18
Compare
Choose a tag to compare

Changelog

  • c336dcf BUG: avoid writing incomplete maps files and store hash only in case of success
  • ddb111d BUG/MINOR: Prevents improper overriding of DefaultServer when processing the proto annotation
  • 1b7a571 BUG: fix crash on UPDATE events when old item is nil
  • af1dc80 BUG: fix log message origin

HAProxy Ingress Controller v1.10.14

03 May 15:18
Compare
Choose a tag to compare

Changelog

  • 853d66e BUILD/MINOR: go.mod: update golang.org/x packages
  • 33ee8e3 BUG: avoid writing incomplete maps files and store hash only in case of success
  • 6a67203 BUG/MINOR: Prevents improper overriding of DefaultServer when processing the proto annotation
  • 624441d BUG: fix crash on UPDATE events when old item is nil

HAProxy Ingress Controller v1.11.3

04 Apr 13:51
Compare
Choose a tag to compare

Changelog

  • dde29e6 TEST/MINOR: allow 2048 pods per node on Kind
  • 1b22206 BUG/MINOR: runtime: use correct check when calculating max byte size

HAProxy Ingress Controller v1.11.2

22 Mar 16:19
Compare
Choose a tag to compare

Changelog

  • c3b1c43 CLEANUP/MINOR: runtime: unite bufSize used in maps and runtime communication
  • 64cc7d7 MINOR: runtime: update whole backend at once
  • 5ef7e18 BUG/MINOR: prevents unconditional reloads when prometheus is enabled
  • 3705522 BUG/MINOR: prevents unnecessary reloads due to CRD defaults.name

HAProxy Ingress Controller v1.10.13

22 Mar 16:19
Compare
Choose a tag to compare

Changelog

  • 62bdc50 BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v1.11.1

18 Mar 13:09
Compare
Choose a tag to compare

Changelog

  • a1fa494 BUG/MEDIUM: crd: fix checking of existing CRD definitions in k8s
  • a19ada4 MINOR: add aditional logging on informers
  • 496f4e5 MEDIUM: amend server slots management to reserve at least required number

HAProxy Ingress Controller v1.10.12

11 Mar 10:07
Compare
Choose a tag to compare

Changelog

  • bb8abee BUILD/MAJOR: remove support for linux/386 images
  • de52f34 BUILD/MINOR: go.mod: update golang.org/x packages