Skip to content

Releases: haproxytech/kubernetes-ingress

HAProxy Ingress Controller v1.7.3

01 Dec 09:54
Compare
Choose a tag to compare

Changelog

  • faab78d - BUG/MINOR: Fix nil pointer dereference in IngressServiceBackend
  • 4ec62d2 - TEST/MEDIUM: e2e: Retry upon connection failures
  • 2f5dc24 - TEST: add e2e test for proxy-proctol on haproxy side
  • fbcb9e7 - TEST: Add e2e test for errorfiles and patternfiles
  • b2290f9 - TEST: e2e: merge DeployYamlTemplate and DeployYalm methods into Apply
  • 6dd53df - TEST: e2e: fix https offload to check the right certificate
  • bf3e819 - REORG/MINOR: split ErrorFiles handler in smaller functions
  • 369f501 - BUG/MINOR: when ConfigMap is removed, corresponding annotations should be deleted
  • bb30b93 - BUG/MEDIUM: Fix inconsistent processing of haproxy files
  • 6a06da4 - BUG/MEDIUM: Fix relative path of haproxy files.
  • 26c532b - MINOR: fix zombie haproxy process in direct control mode
  • 8189426 - REORG/MINOR: Group informers per resource types
  • cc5a83e - BUG/MINOR: Check for EndpointSlicesMirroring before ignoring Endpoints.
  • 21eba9d - BUILD/MINOR: ci: build nightly images only on original repo

HAProxy Ingress Controller v1.6.8

01 Dec 09:04
Compare
Choose a tag to compare

Changelog

  • 89bdd2a - BUG/MINOR: Fix nil pointer dereference in IngressServiceBackend
  • 99b6ac3 - BUG/MEDIUM: Update only status of assigned Ingress resources
  • bcebb14 - MINOR: Run Global Cfg handler before haproxy startup
  • 6296639 - BUG/MINOR: process template placeholders in log line
  • fefb694 - TEST/MINOR: e2e: set maxconn value in configmaps
  • de01852 - MAJOR: use client-go v0.21.3

HAProxy Ingress Controller v1.7.2

12 Nov 15:30
Compare
Choose a tag to compare

Changelog

  • 30a9067 - BUILD/MINOR: Enable linters in deploy/test dir
  • 008a5b7 - REORG/MINOR: reduce complexity in function called 'supported'
  • 420f48e - DOC: Add Ingress Controller version to main doc page
  • 2c3369d - BUG/MINOR: Fix ingress accepted with ingressClassName set to unexisting ingressclass.
  • 9730874 - BUG/MINOR: Fix nil pointer dereference in Ingress PathType

HAProxy Ingress Controller v1.7.1

05 Nov 11:18
Compare
Choose a tag to compare

Changelog

04bbbc0 - BUG/MINOR: Fix configuration of backend model
0c5c611 - DOC: Add an IngressClass section
2dc92b4 - BUG/MINOR: Fix IngressClass filtering
93f8244 - BUG/MEDIUM: Update only status of assigned Ingress resources
9c1e7bd - REORG: move Ingress handler in a seperate pacakge
743b080 - REORG: Reorganize service handler in controller/service
00b8f3d - BUG/MINOR: restart haproxy when aux config file added
3f05cbe - BUILD/MEDIUM: Go: update version to Go 1.17
1f65e79 - BUILD/MINOR: gitlab: update go version in e2e tests
588d123 - BUILD/MINOR: update client-go library to v0.22.2
92bfb2e - BUILD/MINOR: update client-native nad config-parser libraries
f64d1cd - REORG/MINOR: move haproxy certs under haproxy/certs
47625bc - REORG/MINOR: move haproxy rules under haproxy/rules
6d56d59 - REORG/MINOR: move haproxy maps to haproxy/maps
a664a57 - MINOR: CR: Remove 'nullable: false' from CRDs
f2d7023 - BUG/MINOR: Fix backend runtime sync
55ccaac - BUILD/MINOR: rbac: Set resources to endpointslices in discovery.k8s.io

HAProxy Ingress Controller v1.7.0

08 Oct 12:34
Compare
Choose a tag to compare

HAProxy Ingress Controller v1.6.7

08 Sep 06:36
Compare
Choose a tag to compare

Changelog

dc59877 MINOR: reorg auxiliary config file management

Security

this release also contains fixes for CVE-2021-40346

HAProxy Ingress Controller v1.6.6

17 Aug 18:30
Compare
Choose a tag to compare

Changelog

2f56aa7 TEST: Kind: update to v0.11.1

HAProxy Ingress Controller v1.6.5

15 Jul 09:17
Compare
Choose a tag to compare

Changelog

de4ccd8 MAJOR: add option to disable forwarding to ExternalName Services

HAProxy Ingress Controller v1.6.4

13 Jul 12:53
Compare
Choose a tag to compare

Changelog

8f549c4 BUG/MINOR: fix header value handling in request-set-header and response-set-header
2383028 BUG/MINOR: fix name inversion with annotation timeout-check

HAProxy Ingress Controller v1.6.3

28 Jun 16:31
Compare
Choose a tag to compare

Changelog

4f2d844 MINOR: annotations: print annotation name in error logs
d8738d0 BUG/MINOR: tcp service should respect --disable-ipv4/ipv6 flags
0dab9d0 BUG/MINOR: synchronize servers when Endpoints ports change
93fe70b BUG/MAJOR: external mode: set all paths
79f7a7e BUG/MINOR: support protocol h1 with backend SSL