Releases: haproxytech/kubernetes-ingress
Releases Β· haproxytech/kubernetes-ingress
HAProxy Ingress Controller v1.11.6
Changelog
- a71a4f9 BUG/MINOR: do not reload if transaction failed
HAProxy Ingress Controller v1.11.5
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
Changelog
- ddf9090 BUG/MINOR: fix nil pointer in refreshCerts
HAProxy Ingress Controller v1.11.4
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
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
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
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
Changelog
- 62bdc50 BUILD/MINOR: go.mod: update golang.org/x packages
HAProxy Ingress Controller v1.11.1
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
Changelog
- bb8abee BUILD/MAJOR: remove support for linux/386 images
- de52f34 BUILD/MINOR: go.mod: update golang.org/x packages