Skip to content

Releases: haproxytech/kubernetes-ingress

HAProxy Ingress Controller v1.10.8

29 Sep 08:47
Compare
Choose a tag to compare

Changelog

  • ae3b0fc BUILD/MINOR: go.mod: update Go packages
  • 48a9608 BUILD/MINOR: go: use Go version 1.21
  • 56e6d6e BUG/MINOR: resolve implicit memory aliasing in for loop.
  • 4ce7877 BUG/MINOR: avoid hard restarts when the number of endpoints reaches zero
  • a1857e3 BUG/MINOR: prevents clash on custom routes names to avoid unecessary restarts
  • 9f71ca8 BUILD/MINOR: ci: use docker version 24
  • 51ca921 BUILD/MEDIUM: lint: increase golangcilint version to v1.54.1
  • 22e497d BUG/MEDIUM: support alternative healthcheck endpoint
  • 79905b3 BUG: pprof handler should be run once

HAProxy Ingress Controller v1.9.11

29 Sep 08:20
Compare
Choose a tag to compare

Changelog

  • 1368b8b BUILD/MINOR: go.mod: update Go packages
  • 502b975 BUILD/MINOR: go: use Go 1.21 version
  • fa38442 BUG/MINOR: avoid hard restarts when the number of endpoints reaches zero
  • 68f3ca0 BUILD/MINOR: ci: use docker version 24
  • 65b3e61 BUILD/MEDIUM: lint: increase golangcilint version to v1.54.1
  • 8a16fc0 BUG/MEDIUM: support alternative healthcheck endpoint
  • 040f495 BUG: pprof handler should be run once

HAProxy Ingress Controller v1.10.7

07 Sep 07:41
Compare
Choose a tag to compare

Changelog

  • c62ff32 BUILD/MINOR: go.mod: update golang.org/x packages
  • 3342178 BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v1.9.10

07 Sep 07:27
Compare
Choose a tag to compare

Changelog

  • 1d92751 BUILD/MINOR: go.mod: update golang.org/x packages
  • 650f328 BUILD/MINOR: go.mod: update golang.org/x packages
  • 8c0b13e BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v1.10.6

31 Jul 08:08
Compare
Choose a tag to compare

Changelog

  • 886db23 BUG: Handle Cgroups v2 memory limit set to 0 or max

HAProxy Ingress Controller v1.9.9

31 Jul 08:04
Compare
Choose a tag to compare

Changelog

  • 2be402c BUILD/MINOR: go.mod: update Go packages
  • cfe687b BUILD/MINOR: go.mod: update golang.org/x packages
  • 24b8b5a BUG: Handle Cgroups v2 memory limit set to 0 or max
  • be422b4 BUG: wait for k8s events from default local service
  • 9d7190f BUG/MINOR: goreleaser: fix release note generation. Previously, the release notes were edited manually
  • 5c69ed9 OPTIM/MINOR: goreleaser: don't use deprecated field to generate archive names
  • c771820 BUG: makefile should launch all tests with e2e_parallel and e2e_https tags
  • 0859fe5 BUG/MINOR: rbac: Add missing RBAC for customresourcedefinitions
  • a6919a8 BUG/MINOR: add TuneOptions if is missing
  • f153ccb BUG: add resources limit to yaml files for deployment and daemonset
  • c30ce5d BUG/MINOR: quit after printing version when invoked with -v
  • 82de96b BUG/MINOR: prevent crash in external mode without external option set

HAProxy Ingress Controller v1.10.5

24 Jul 16:02
Compare
Choose a tag to compare

Changelog

  • f871d67 BUILD/MINOR: go.mod: update golang.org/x packages
  • 253e5db BUG: wait for k8s events from default local service
  • 4f7eaab BUG/MINOR: goreleaser: fix release note generation. Previously, the release notes were edited manually
  • 4c3806d OPTIM/MINOR: goreleaser: don't use deprecated field to generate archive names
  • dc85732 BUG: makefile should launch all tests with e2e_parallel and e2e_https tags
  • b634a3f BUG/MINOR: rbac: Add missing RBAC for customresourcedefinitions
  • 0197981 BUG/MINOR: add TuneOptions if is missing
  • afc717f BUG: fix ingressclass reload
  • e57e54d BUG: ingress status update with others controllers
  • 6b097aa BUG: add resources limit to yaml files for deployment and daemonset
  • 9912b79 BUG/MINOR: quit after printing version when invoked with -v

HAProxy Ingress Controller v1.10.4

20 Jun 14:50
Compare
Choose a tag to compare

Changelog

  • 960be87 BUG/MINOR: prevent crash in external mode without external option set

HAProxy Ingress Controller v1.10.3

26 May 17:49
Compare
Choose a tag to compare

Changelog

  • 8617e75 MINOR: check GW API crd version (Ivan Matmati)
  • 530b75a DOC: describe every options for each load-balance algorithm (Ivan Matmati)
  • 335101e BUG: correct parsing of url_param option for load-balance algorithm (Ivan Matmati)
  • e6a316f BUILD/MINOR: go.mod: update Go packages (Gopher Bot)
  • 8016741 BUILD/MINOR: go.mod: update k8s.io packages (Gopher Bot)
  • bf22918 BUILD/MINOR: go.mod: update k8s.io packages (Gopher Bot)
  • 18e883c BUILD/MINOR: go.mod: update k8s.io packages (Gopher Bot)

HAProxy Ingress Controller v1.9.8

26 May 17:35
Compare
Choose a tag to compare

Changelog

  • 891f3c6 BUG: correct parsing of url_param option for load-balance algorithm