From d85910abfdff492db54acc309aba676343c8bf33 Mon Sep 17 00:00:00 2001 From: Guglielmo Carnemolla Date: Fri, 21 Jan 2022 15:33:09 +0100 Subject: [PATCH 1/3] feat: update ingress-controller traefik to version 2.5.7 --- charts/traefik-ingress/Chart.yaml | 2 +- charts/traefik-ingress/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/traefik-ingress/Chart.yaml b/charts/traefik-ingress/Chart.yaml index 3b4425c..5123b0e 100644 --- a/charts/traefik-ingress/Chart.yaml +++ b/charts/traefik-ingress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: traefik-ingress version: 1.5.0 kubeVersion: ">= 1.17.0-0" -appVersion: 2.5.4 +appVersion: 2.5.7 description: "A Kubernetes Ingress Controller based on Traefik" type: application keywords: diff --git a/charts/traefik-ingress/values.yaml b/charts/traefik-ingress/values.yaml index 6590dfd..5eb3760 100644 --- a/charts/traefik-ingress/values.yaml +++ b/charts/traefik-ingress/values.yaml @@ -26,7 +26,7 @@ image: # Override the default Docker image name if you use a custom image or a repository mirror name: "traefik" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - # version: 2.5.4 + # version: 2.5.7 # Customize the deployment of Traefik image deploy: From cbdbe73c51459b9fcdec538630ce33ad4091df52 Mon Sep 17 00:00:00 2001 From: Guglielmo Carnemolla Date: Fri, 21 Jan 2022 15:49:30 +0100 Subject: [PATCH 2/3] feat: update traefik-ingress chart version --- charts/traefik-ingress/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/traefik-ingress/Chart.yaml b/charts/traefik-ingress/Chart.yaml index 5123b0e..784dd1e 100644 --- a/charts/traefik-ingress/Chart.yaml +++ b/charts/traefik-ingress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: traefik-ingress -version: 1.5.0 +version: 1.5.1 kubeVersion: ">= 1.17.0-0" appVersion: 2.5.7 description: "A Kubernetes Ingress Controller based on Traefik" From 26ecb62af7e9fe8e588b1265a0f1a88f6d532986 Mon Sep 17 00:00:00 2001 From: Guglielmo Carnemolla Date: Fri, 21 Jan 2022 16:25:13 +0100 Subject: [PATCH 3/3] feat: update middlewares crd --- charts/traefik-ingress/crds/middlewares.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/charts/traefik-ingress/crds/middlewares.yaml b/charts/traefik-ingress/crds/middlewares.yaml index e105720..e2c7daf 100644 --- a/charts/traefik-ingress/crds/middlewares.yaml +++ b/charts/traefik-ingress/crds/middlewares.yaml @@ -99,8 +99,6 @@ spec: items: type: string type: array - minResponseBodyBytes: - type: integer type: object contentType: description: ContentType middleware - or rather its unique `autoDetect` @@ -398,9 +396,8 @@ spec: info configuration. properties: issuer: - description: TLSCLientCertificateIssuerDNInfo holds the client - TLS certificate distinguished name info configuration. cf - https://tools.ietf.org/html/rfc3739 + description: TLSClientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 properties: commonName: type: boolean @@ -426,9 +423,8 @@ spec: serialNumber: type: boolean subject: - description: TLSCLientCertificateSubjectDNInfo holds the client - TLS certificate distinguished name info configuration. cf - https://tools.ietf.org/html/rfc3739 + description: TLSClientCertificateDNInfo holds the client TLS + certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739 properties: commonName: type: boolean @@ -440,8 +436,6 @@ spec: type: boolean organization: type: boolean - organizationalUnit: - type: boolean province: type: boolean serialNumber: