diff --git a/traefik-crds/Changelog.md b/traefik-crds/Changelog.md index 1e0360179..c569efeee 100644 --- a/traefik-crds/Changelog.md +++ b/traefik-crds/Changelog.md @@ -1,11 +1,20 @@ # Change Log +## 1.2.0 ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +**Release date:** 2025-01-15 + +* feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update +* chore(release): publish v34.1.0 and CRDs v1.2.0 + + ## 1.1.0 ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) **Release date:** 2025-01-13 * feat(CRDs): update CRDs for Traefik Proxy v3.3.x -* chore(release): publish CRDs v1.1.0 +* chore(release): publish v34.0.0 and CRDs v1.1.0 + ## 1.0.0 ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) diff --git a/traefik-crds/Chart.yaml b/traefik-crds/Chart.yaml index 65bbbbba9..913ce7637 100644 --- a/traefik-crds/Chart.yaml +++ b/traefik-crds/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik-crds description: A Traefik based Kubernetes ingress controller type: application -version: 1.1.0 +version: 1.2.0 kubeVersion: ">=1.22.0-0" keywords: - traefik @@ -23,5 +23,5 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "feat(CRDs): update CRDs for Traefik Proxy v3.3.x" - - "chore(release): publish CRDs v1.1.0" + - "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update" + - "chore(release): publish v34.1.0 and CRDs v1.2.0" diff --git a/traefik/Changelog.md b/traefik/Changelog.md index d2ba4b370..bb507f377 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -1,5 +1,34 @@ # Change Log +## 34.1.0 ![AppVersion: v3.3.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.2&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +**Release date:** 2025-01-15 + +* fix(Traefik Proxy): support uppercase letters in entrypoint names +* feat(deps): update traefik docker tag to v3.3.2 +* feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update +* chore(release): publish v34.1.0 and CRDs v1.2.0 + +### Default value changes + +```diff +diff --git a/traefik/values.yaml b/traefik/values.yaml +index f5922fe..3335e78 100644 +--- a/traefik/values.yaml ++++ b/traefik/values.yaml +@@ -941,6 +941,10 @@ hub: + listenAddr: "" + # -- Certificate of the WebHook admission server. Default: "hub-agent-cert". + secretName: "" ++ openApi: ++ # -- When set to true, it will only accept paths and methods that are explicitly defined in its OpenAPI specification ++ validateRequestMethodAndPath: false ++ + experimental: + # -- Set to true in order to enable AI Gateway. Requires a valid license token. + aigateway: false +``` + ## 34.0.0 ![AppVersion: v3.3.1](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.1&color=success&logo=) ![Kubernetes: >=1.22.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.22.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) **Release date:** 2025-01-13 diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index ccdbe8f61..d21099a4b 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik description: A Traefik based Kubernetes ingress controller type: application -version: 34.0.0 +version: 34.1.0 # renovate: image=traefik appVersion: v3.3.2 kubeVersion: ">=1.22.0-0" @@ -25,15 +25,7 @@ maintainers: icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png annotations: artifacthub.io/changes: | - - "fix(Traefik Proxy)!: use namespaceOverride as expected" - - "fix(Traefik Proxy)!: move redirectTo => redirections" - - "fix(Gateway API): status should not use default service when it's disabled" - - "feat(deps): update traefik docker tag to v3.3.1" - - "feat(deps): update traefik docker tag to v3.2.3" - - "feat(Traefik Proxy): apply migration guide to v3.3" - - "feat(Traefik Proxy): add support for experimental FastProxy" - - "feat(Traefik Hub): add support for AI Gateway" - - "feat(Chart): :package: add optional separated chart for CRDs" - - "feat(CRDs): update CRDs for Traefik Proxy v3.3.x" - - "chore(release): publish v34.0.0" - - "chore(Gateway API): :recycle: remove template from values" + - "fix(Traefik Proxy): support uppercase letters in entrypoint names" + - "feat(deps): update traefik docker tag to v3.3.2" + - "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update" + - "chore(release): publish v34.1.0 and CRDs v1.2.0" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index fd820b6f3..41e2296eb 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 34.0.0](https://img.shields.io/badge/Version-34.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.2](https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square) +![Version: 34.1.0](https://img.shields.io/badge/Version-34.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.2](https://img.shields.io/badge/AppVersion-v3.3.2-informational?style=flat-square) A Traefik based Kubernetes ingress controller