Skip to content

Releases: sleighzy/k3s-traefik-v2-kubernetes-crd

1.4.0 (06-11-2022)

06 Nov 02:47
34d1a35
Compare
Choose a tag to compare

Upgrade to Traefik v2.9.4

1.3.0 (18-07-2022)

19 Sep 01:26
62439bc
Compare
Choose a tag to compare

Upgrade to Traefik v2.8.1

1.2.0 (2021-02-19)

19 Feb 03:57
6c7f4b0
Compare
Choose a tag to compare
  • Upgrade to Traefik v2.6.1
  • Enable Kubernetes Gateway API provider

1.1.1 (2021-05-02)

01 May 12:13
f226900
Compare
Choose a tag to compare
  • Add init container to set file permissions to 600 on the /etc/traefik/certs files.

    If the file permissions are too open, e.g. 660 (-rw-rw----) then Traefik will skip
    the certificate resolver during startup and the default Traefik certificate will be
    returned for requests. This causes insecure/untrusted certificate errors in browsers
    and services. The permissions for the acme.json file need to be 600.

  • Add MIT LICENSE file to repository

1.1.0 (2021-04-25)

24 Apr 22:43
3dde796
Compare
Choose a tag to compare
  • Upgrade from Traefik 2.3 to Traefik 2.4
  • Add middleware for setting secure headers in responses

1.0.0 (2021-02-20)

19 Feb 23:13
c47c25a
Compare
Choose a tag to compare

First release of manifest files and examples for installing the Kubernetes Traefik Ingress Controller CRDs.