Skip to content

Releases: haproxytech/kubernetes-ingress

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

HAProxy Ingress Controller v1.6.2

27 May 08:23
Compare
Choose a tag to compare

Changelog

9e334ce BUG/MINOR: remove cookie keyword from backend section if the annotation was deleted
c0b4235 BUILD: docker: Remove linux/ppc64le target to have parity with HAProxy Alpine images
657de6c BUILD: docker: Remove GOOS and GOARCH and use dumb-init from distro
0449045 BUG/MINOR: bind TCP services on adresses passed via flags --ipv4-bind-address and --ipv6-bind-address
c32e5b2 BUG/MINOR: pprof handler should be called in sync loop
00ca7a3 BUG/MINOR: external mode: copy haproxy.cfg form usr/local/etc/haproxy
6712329 DOC: Generalizes the 'backend-config-snippet' example
7a0774c BUILD: docker: Add Github actions for auto and manual multiarch builds for Docker Hub.

HAProxy Ingress Controller v1.6.1

17 May 13:37
Compare
Choose a tag to compare

Changelog

4262a20 BUILD: docker: use usr/local/etc/haproxy as base dir
9f08067 BUILD/MINOR: add go releaser for outside of cluster ingress controller
e55e004 DOC: proxy-protocol: document 0.0.0.0/0 CIDR
d2930f5 DOC: Add doc guide for the secondary haproxy config file
bda3daf BUG/MINOR: whitelist misconfigured if CM namespace not also whitelisted
012b6b4 DOC: Add IngressClass description
e1f12b5 BUG/MINOR: Update config on ConfigMap added event
65273f4 BUG/MEDIUM: Fix nil pointer dereference in EventEndpoints
cd86aa5 DOC: update frontend-config-snippet