From 203787d965c86d0729035ff00e2b53a28085b8b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:48:05 +0100 Subject: [PATCH] feat(deps): update traefik docker tag to v3.3.3 --- traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml | 5 +++++ traefik/Chart.yaml | 2 +- traefik/VALUES.md | 2 +- traefik/crds/traefik.io_middlewares.yaml | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml b/traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml index 01da1ba2a..ef4a301f6 100644 --- a/traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml +++ b/traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml @@ -496,6 +496,11 @@ spec: description: ForwardBody defines whether to send the request body to the authentication server. type: boolean + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield + type: string maxBodySize: description: MaxBodySize defines the maximum body size in bytes allowed to be forwarded to the authentication server. diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index cb6af0dbd..7474fea88 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -4,7 +4,7 @@ description: A Traefik based Kubernetes ingress controller type: application version: 34.2.0 # renovate: image=traefik -appVersion: v3.3.2 +appVersion: v3.3.3 kubeVersion: ">=1.22.0-0" keywords: - traefik diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 19bfd2739..9769f4f58 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -1,6 +1,6 @@ # traefik -![Version: 34.2.0](https://img.shields.io/badge/Version-34.2.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.2.0](https://img.shields.io/badge/Version-34.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.3](https://img.shields.io/badge/AppVersion-v3.3.3-informational?style=flat-square) A Traefik based Kubernetes ingress controller diff --git a/traefik/crds/traefik.io_middlewares.yaml b/traefik/crds/traefik.io_middlewares.yaml index 01da1ba2a..ef4a301f6 100644 --- a/traefik/crds/traefik.io_middlewares.yaml +++ b/traefik/crds/traefik.io_middlewares.yaml @@ -496,6 +496,11 @@ spec: description: ForwardBody defines whether to send the request body to the authentication server. type: boolean + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield + type: string maxBodySize: description: MaxBodySize defines the maximum body size in bytes allowed to be forwarded to the authentication server.