Skip to content

Releases: jcmoraisjr/haproxy-ingress

v0.12.6

11 Jul 20:24
Compare
Choose a tag to compare
  • Changelog and release notes: v0.12.6
  • Release date: 2021-07-11
  • Helm chart: --version 0.12.6
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.12.6
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.12.6
  • Embedded HAProxy version: 2.2.14

v0.11.8

11 Jul 20:23
Compare
Choose a tag to compare
  • Changelog: v0.11.8
  • Release date: 2021-07-11
  • Helm chart: --version 0.11.8
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.11.8
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.11.8
  • Embedded HAProxy version: 2.1.12

v0.10.9

11 Jul 20:22
Compare
Choose a tag to compare
  • Changelog: v0.10.9
  • Release date: 2021-07-11
  • Helm chart: --version 0.10.9
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.10.9
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.10.9
  • Embedded HAProxy version: 2.0.22

v0.12.5

20 Jun 20:47
Compare
Choose a tag to compare

Changes since v0.12.4:

  • Fix backend match if no ingress use host match #802

Reference:

  • Release date: 2021-06-20
  • Helm chart: --version 0.12.5
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.12.5
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.12.5
  • Embedded HAProxy version: 2.2.14
  • Changelog: v0.12.5

v0.11.7

20 Jun 20:46
Compare
Choose a tag to compare

Changes since v0.11.6:

  • Fix reading of needFullSync status #772
  • Fix domain validation on secure backend keys #791
  • Use the port name on DNS resolver template #796
  • Fix reading of tls secret without crt or key #799
  • build: move from travis to github actions 19c275c

Reference:

  • Release date: 2021-06-20
  • Helm chart: --version 0.11.7
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.11.7
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.11.7
  • Embedded HAProxy version: 2.1.12
  • Changelog: v0.11.7

v0.10.8

20 Jun 20:45
Compare
Choose a tag to compare

Changes since v0.10.7:

  • Use the port name on DNS resolver template #796
  • Fix reading of tls secret without crt or key #799
  • build: move from travis to github actions 7a81577

Reference:

  • Release date: 2021-06-20
  • Helm chart: --version 0.10.8
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.10.8
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.10.8
  • Embedded HAProxy version: 2.0.22
  • Changelog: v0.10.8

v0.12.4

17 Jun 11:36
Compare
Choose a tag to compare

Changes since v0.12.3:

  • Fix reading of needFullSync status #772
  • Fix per path filter of default host rules #777
  • Add option to disable API server warnings #789 doc
    • Command-line options:
      • --disable-api-warnings
  • Fix domain validation on secure backend keys #791
  • Add ssl-always-add-https config key #793 doc
    • Configuration keys:
      • ssl-always-add-https
  • Use the port name on DNS resolver template #796
  • Fix reading of tls secret without crt or key #799
  • update embedded haproxy from 2.2.13 to 2.2.14 aa0a234
  • update client-go from 0.19.0 to 0.19.11 b0b30c8

Reference:

  • Release date: 2021-06-17
  • Helm chart: --version 0.12.4
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.12.4
  • Image (Docker Hub): jcmoraisjr/haproxy-ingress:v0.12.4
  • Embedded HAProxy version: 2.2.14
  • Changelog: v0.12.4

v0.13.0-beta.1

16 Jun 10:58
Compare
Choose a tag to compare
v0.13.0-beta.1 Pre-release
Pre-release

Main changes since v0.12:

  • HAProxy upgrade from 2.2 to 2.3.
  • Ingress API upgrade from networking.k8s.io/v1beta1 to networking.k8s.io/v1.
  • Partial implementation of Gateway API - doc
  • TCP services using ingress resources - doc
  • External authetication - doc
  • Several new custom configurations - doc

Breaking backward compatibility from v0.12:

  • Kubernetes minimal version changed from 1.18 to 1.19.
  • External HAProxy minimal version changed from 2.0 to 2.2.
  • TLS configuration: v0.12 and older versions add hostnames to the HTTP and HTTPS maps despite the TLS attribute configuration. v0.13 will only add hostnames to the HTTPS map if the Ingress’ TLS attribute lists the hostname, leading to 404 errors on misconfigured clusters. This behavior can be changed with ssl-always-add-https as a global or per hostname configuration, see the configuration doc.
  • OAuth2: auth-request.lua was updated and also the haproxy variable name with user’s email address. This update will not impact if neither the Lua script nor the oauth2-headers configuration key were changed.
  • OAuth2 with external HAProxy sidecar: the new Lua script has dependency with lua-json4 which should be installed in the external instance.
  • Basic Authentication: auth-type configuration key was deprecated and doesn’t need to be used. This will only impact deployments that configures the auth-secret without configuring auth-type - in this scenario v0.12 won’t configure Basic Authentication, but v0.13 will.
  • SSL passthrough: Hostnames configured as ssl-passthrough will now add non root paths / of these hostnames to the HAProxy’s HTTP port. v0.12 and older controller versions log a warning and ignore such configuration. HTTPS requests have no impact.

Reference:

  • Release date: 2021-06-16
  • Helm chart: --version 0.13.0-beta.1 --devel
  • Image (Quay): quay.io/jcmoraisjr/haproxy-ingress:v0.13.0-beta.1
  • Image (Docker): jcmoraisjr/haproxy-ingress:v0.13.0-beta.1
  • Embedded HAProxy version: 2.3.10
  • Changelog: v0.13.0-beta.1

v0.12.3

16 Apr 11:10
Compare
Choose a tag to compare

Changes since v0.12.2:

  • Fix default host if configured as ssl-passthrough #764
  • Update embedded haproxy from 2.2.11 to 2.2.13 7394764

Helm chart: --version 0.12.3

Docker images:

  • quay.io/jcmoraisjr/haproxy-ingress:v0.12.3
  • jcmoraisjr/haproxy-ingress:v0.12.3

Embedded HAProxy version: 2.2.13
Changelog: https://github.com/jcmoraisjr/haproxy-ingress/blob/master/CHANGELOG.md#v0123

v0.11.6

16 Apr 11:09
Compare
Choose a tag to compare

Changes since v0.11.5:

  • Fix default host if configured as ssl-passthrough #764

Helm chart: --version 0.11.6

Docker images:

  • quay.io/jcmoraisjr/haproxy-ingress:v0.11.6
  • jcmoraisjr/haproxy-ingress:v0.11.6

Embedded HAProxy version: 2.1.12
Changelog: https://github.com/jcmoraisjr/haproxy-ingress/blob/master/CHANGELOG.md#v0116