github traefik/traefik-helm-chart v28.0.0-rc.1

latest releases: v32.0.0-rc1, v31.1.1, v31.1.0...
pre-release5 months ago

28.0.0-rc.1 (2024-04-18)

Upgrade Notes

This is a major breaking upgrade. Migration guide have been applied on the chart.

It needs a Kubernetes v1.22 or higher.
All CRDs using API Group traefik.containo.us are not supported anymore in Traefik Proxy v3

CRDs needs to be upgraded: kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/

After upgrade, CRDs with API Group traefik.containo.us can be removed:

kubectl delete crds \
  ingressroutes.traefik.containo.us \
  ingressroutetcps.traefik.containo.us \
  ingressrouteudps.traefik.containo.us \
  middlewares.traefik.containo.us \
  middlewaretcps.traefik.containo.us \
  serverstransports.traefik.containo.us \
  tlsoptions.traefik.containo.us \
  tlsstores.traefik.containo.us \
  traefikservices.traefik.containo.us

⚠ BREAKING CHANGES

  • 💥 initial support of Traefik Proxy v3

Features

  • podtemplate: set GOMEMLIMIT, GOMAXPROCS when limits are defined (e4f2aa8)
  • 💥 initial support of Traefik Proxy v3 (536059d)
  • ✨ fail gracefully when required port number is not set (f8be5e1)

Documentation

  • 📚️ improve EXAMPLES on acme resolver (2252aba)

Don't miss a new traefik-helm-chart release

NewReleases is sending notifications on new releases.