Skip to content

Releases: camptocamp/devops-stack-module-traefik

v6.1.0

23 Feb 13:49
9d1c072
Compare
Choose a tag to compare

6.1.0 (2024-02-23)

Features

  • chart: minor update of dependencies on traefik chart (#69) (1d4d130)

v6.0.0

23 Feb 12:56
629db8a
Compare
Choose a tag to compare

6.0.0 (2024-02-23)

⚠️ BREAKING CHANGES

  • move global variables to the variant that requires them

    After the removal of the redirection middleware, we noticed that the variables cluster_name and base_domain were not used except in the AKS variant, as such, we relocated them specifically to that variant.

    As such, this is a breaking change for all the variants, with the exception of the AKS variant.

⚠️ WARNING

  • remove the middleware to allow configuration of the subdomain

    The addition of the variable subdomain on the other DevOps Stack modules posed some issues with the redirection middleware added by this module when the variable was set as an empty string. Consequently, we pondered on the utility of said middleware and we decided it is best to remove it.

    This is not a breaking change per se, but you need to make sure of 2 things:

    • you callback URLs on your OIDC configuration now need to include both the domain with and without the cluster name, otherwise you will have authentication errors.
    • if you any of your workload´s ingresses relied on the this middleware for redirection, make sure to adapt it to respond to both the domain with and without the cluster name.

Bug Fixes

  • make subdomain variable non-nullable (014bb29)
  • move global variables to the variant that requires them (657a829)
  • remove the middleware to allow configuration of the subdomain (37d7f4d)

v5.0.0

15 Jan 14:25
3cdeb02
Compare
Choose a tag to compare

5.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • aks: remove DNS resources from this module
  • remove the ArgoCD namespace variable
  • remove the namespace variable
  • hardcode the release name to remove the destination cluster
  • chart: major update of dependencies on traefik chart (#64):
    The 2 breaking changes noted on the official release notes are applicable to only the users that overload the deployment.podAnnotations or the experimental.plugins keys. The behavior of these keys has changed, as described in the PRs traefik/traefik-helm-chart#972 and traefik/traefik-helm-chart#961, respectively.

Features

  • aks: remove DNS resources from this module (19eb83a)
  • chart: major update of dependencies on traefik chart (#64) (d7e1327)

Bug Fixes

  • hardcode the release name to remove the destination cluster (18a4d45)
  • remove the ArgoCD namespace variable (524d6c2)
  • remove the namespace variable (3e7b33f)

v4.1.0

10 Nov 09:45
ff2c7f1
Compare
Choose a tag to compare

4.1.0 (2023-11-10)

Features

  • add HTTP to HTTPS redirection with associated variable (574cd2b)

Bug Fixes

  • add propagation of dependency ids on the Scaleway variant (c52a812)
  • change Traefik CRD group to the one introduced in v23 (304f010)

v4.0.0

02 Nov 16:12
9add5cb
Compare
Choose a tag to compare

4.0.0 (2023-11-02)

⚠ BREAKING CHANGES

  • chart: major update of dependencies on traefik chart (#60): if you are overloading the following values using the helm_values variable, please beware of the following breaking changes:

    • On redirectTo, ports.web.redirectTo=websecure should become ports.web.redirectTo.port=websecure. More details in this PR.
    • On gateway, all values are now flattened to experimental.kubernetesGateway. More details in this PR.

Features

  • chart: major update of dependencies on traefik chart (#60) (915831e)

v3.1.0

19 Oct 15:12
07839a3
Compare
Choose a tag to compare

3.1.0 (2023-10-19)

Features

  • add standard variables and variable to add labels to Argo CD app (c537d85)
  • add variables to set AppProject and destination cluster (882ebb7)

v3.0.0

18 Aug 13:19
00a6f59
Compare
Choose a tag to compare

3.0.0 (2023-08-18)

⚠️ BREAKING CHANGES

  • chart: major update of dependencies on traefik chart (#56):

    • v20 -> v21 - the changelog is not clear on what the breaking changes were...
    • v21 -> v22 - image.registry was introduced in the values.yaml and if someone is overriding image.repositoryon their code they may also need to set image.registry (otherwise does not affect the internal code of the module);
    • v22 -> v23 - the API Group of the CRDs was updated from *.traefik.containo.us to *.traefik.io; Argo CD is able to take care of this update automatically; note that for the time being, the chart deploys both versions of the API Group but this could change in the future, sou you need to update your workloads accordingly;
    • v23 -> v24 - healthchecksPort and healthchecksScheme has moved from ports.traefik to deployment;

Features

  • chart: major update of dependencies on traefik chart (#56) (1181b22)

v2.0.1

09 Aug 11:08
f05b68c
Compare
Choose a tag to compare

2.0.1 (2023-08-09)

Bug Fixes

  • readd support to deactivate auto-sync which was broken by #52 (c1ac289)

v2.0.0

11 Jul 12:31
b757af0
Compare
Choose a tag to compare

2.0.0 (2023-07-11)

⚠ BREAKING CHANGES

  • add support to oboukili/argocd v5 (#52)

Features

  • add support to oboukili/argocd v5 (#52) (dc9191f)

v1.2.3

12 Jun 16:00
dc31997
Compare
Choose a tag to compare

1.2.3 (2023-06-12)

Bug Fixes

  • KinD: avoid deferring data source reading when Helm values change (#50) (5ae76ca)