From cc01c61ee2256dbce1b67d6871af1c836863c0a7 Mon Sep 17 00:00:00 2001 From: Tim Jens Krause Date: Wed, 31 Jul 2024 14:27:17 +0200 Subject: [PATCH] changelog --- charts/traefik/Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charts/traefik/Changelog.md b/charts/traefik/Changelog.md index ae83381..d0c78df 100644 --- a/charts/traefik/Changelog.md +++ b/charts/traefik/Changelog.md @@ -1,4 +1,13 @@ +## 29.x -> 30.0.0 + +- Updates to traefik 3.1.1 + - There were breaking changes in the configuration of the gateway in the base chart. + - If you use it, check the [Release Notes](https://github.com/traefik/traefik-helm-chart/releases/tag/v30.0.0) of traefik for the relevant changes. + - If you use a custom RBAC see the [Migration Guide](https://doc.traefik.io/traefik/v3.1/migration/v3/#v30-to-v31) for relevant migrations. + +*** + ## 28.2.x -> 29.0.1 ⚠️ **Important Information** ⚠️