Skip to content

Releases: haproxytech/kubernetes-ingress

HAProxy Ingress Controller v3.1.3

06 Mar 13:48
Compare
Choose a tag to compare

Changelog

  • ab37fc0 BUILD/MINOR: go.mod: update Go indirect packages
  • 95199d6 BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v3.0.8

06 Mar 13:48
Compare
Choose a tag to compare

Changelog

  • 3d80dc8 BUILD/MINOR: go.mod: update Go indirect packages
  • 8ae8308 BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v3.1.2

25 Feb 13:40
Compare
Choose a tag to compare

Changelog

  • f554411 BUILD/MINOR: update golang.org/x/... packages
  • 6583aea BUILD/MINOR: remove controller-gen annotation from CRDs
  • c78f289 BUILD/MINOR: upgrade go version

HAProxy Ingress Controller v3.0.7

25 Feb 13:35
Compare
Choose a tag to compare

Changelog

  • af2e904 BUILD/MINOR: update golang.org/x/... packages
  • 069bd0a BUILD/MINOR: remove controller-gen annotation from CRDs
  • 03a41fb BUILD/MINOR: upgrade go version

HAProxy Ingress Controller v1.11.12

25 Feb 13:35
Compare
Choose a tag to compare

Changelog

  • a470763 BUILD/MINOR: update golang.org/x/... packages
  • 0339524 BUILD/MINOR: remove controller-gen annotation from CRDs
  • e5f2247 BUILD/MINOR: upgrade go version

HAProxy Ingress Controller v3.1.1

21 Feb 13:51
Compare
Choose a tag to compare

Changelog

  • 481b5c9 BUG: haproxy needs a -W option to start correctly
  • 4e8b9eb MEDIUM: add prometheus metric haproxy_unable_to_sync_configuration
  • 350c507 MEDIUM: delete certificates through runtime
  • fae6192 MINOR: add deprecation warning for ingressclass annotation
  • a3aad0c BUG/MEDIUM: reload the configuration after a failed synced configuration if servers are created

HAProxy Ingress Controller v3.0.6

21 Feb 12:49
Compare
Choose a tag to compare

Changelog

  • 46d0906 MINOR: add deprecation warning for ingressclass annotation
  • 0be557b BUG: haproxy needs a -W option to start correctly
  • fe52769 TEST/MINOR: fix some unit tests and e2e tests random failures
  • 541c418 BUILD/MINOR: go.mod: update golang.org/x packages
  • a48a509 DOC/MINOR: pod-maxconn annotation value in the example should be a string

HAProxy Ingress Controller v1.11.11

21 Feb 12:44
Compare
Choose a tag to compare

Changelog

  • b1e289d MINOR: add deprecation warning for ingressclass annotation
  • f480af3 BUG/MEDIUM: reload the configuration after a failed synced configuration if servers are created
  • 49d4230 BUG: haproxy needs a -W option to start correctly
  • 43c9a24 TEST/MINOR: fix some unit tests and e2e tests random failures
  • 455cc9b BUILD/MINOR: go.mod: update golang.org/x packages
  • b2218c2 DOC/MINOR: pod-maxconn annotation value in the example should be a string

HAProxy Ingress Controller v3.1.0

28 Jan 11:28
Compare
Choose a tag to compare

Changelog

  • 0e61c24 BUILD/MINOR: ci: align crd generation with new kubebuilder
  • 3ab6796 BUILD/MINOR: go.mod: update Go indirect packages
  • 084144b TEST/MINOR: fix some unit tests and e2e tests random failures
  • 77799be MEDIUM: ci: add k8s 1.32 to tests
  • 04deebd BUILD/MINOR: go.mod: update k8s.io packages
  • ecc8a2f BUILD/MINOR: go.mod: update golang.org/x packages
  • 3a5b943 MINOR: fix typo in convert logs
  • ce2bb50 DOC/MINOR: pod-maxconn annotation value in the example should be a string

HAProxy Ingress Controller v3.0.5

20 Dec 10:06
Compare
Choose a tag to compare

Changelog

  • 54dded2 BUILD/MINOR: go.mod: update golang.org/x packages
  • f981506 BUILD/MINOR: go.mod: update golang.org/x packages
  • 351bff5 MINOR: put setReady in the main transaction
  • d3e1d79 MINOR: avoid extra space in custom route
  • cde9010 MINOR: add support to binary statically compiled
  • 0ee13ad MINOR: switch to s6 reload if socket reload fails