Releases: haproxytech/kubernetes-ingress
Releases · haproxytech/kubernetes-ingress
HAProxy Ingress Controller v1.10.7
HAProxy Ingress Controller v1.9.10
HAProxy Ingress Controller v1.10.6
Changelog
- 886db23 BUG: Handle Cgroups v2 memory limit set to 0 or max
HAProxy Ingress Controller v1.9.9
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
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
Changelog
- 960be87 BUG/MINOR: prevent crash in external mode without external option set
HAProxy Ingress Controller v1.10.3
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
Changelog
- 891f3c6 BUG: correct parsing of url_param option for load-balance algorithm
HAProxy Ingress Controller v1.10.2
Changelog
- 40c71a7 BUILD/MINOR: go.mod: update Go packages
HAProxy Ingress Controller v1.9.7
Changelog
- 16ffc00 MINOR: settings for deep comparison to consider nil and empty as the same.