Skip to content

Releases: haproxytech/kubernetes-ingress

HAProxy Ingress Controller v1.9.13

16 Nov 10:23
Compare
Choose a tag to compare

Changelog

  • 6159e4f MAJOR: crd: add job for custom resource definition handling
  • 802a499 BUILD/MINOR: ci: increase timeout for golang linters
  • 9d14af0 BUILD/MINOR: update commit commit check tool
  • aa1732a BUILD/MINOR: go.mod: update golang.org/x packages
  • f7db3eb BUG/MINOR: fix k8s resync for all objects except endpoints, endpointslices. Endpoint and endpointslices fix is done in a previous commit. With informers, resync are sent as Update, not Create. We were doing nothing on an Update on a resync. If an event was skipped for any reason, we were never resyncing.
  • 5862249 BUG/MINOR: add k8s logs and fix k8s resync for endpoints and endpointslices

HAProxy Ingress Controller v1.10.9

12 Oct 12:43
Compare
Choose a tag to compare

Changelog

  • 98c8d3f BUILD/MEDIUM: github: use latest patch version of go
  • 4723b45 BUILD/MINOR: go.mod: update github.com/google/go-cmp, github.com/prometheus/client_model
  • 33608fa BUILD/MINOR: go.mod: update golang.org/x packages

HAProxy Ingress Controller v1.9.12

12 Oct 12:41
Compare
Choose a tag to compare

Changelog

  • 52b1534 BUILD/MINOR: go.mod: update github.com/google/go-cmp, github.com/prometheus/client_model
  • a843c0b BUILD/MINOR: go.mod: update golang.org/x packages

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