From cea98f04847a0b65e95afcea793ff57f76b960a4 Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Sun, 25 Aug 2019 07:58:22 +1000 Subject: [PATCH] Traefik 1.7.14 (#16365) Bug fixes: - Update to go1.12.8 (#5201 by ldez). HTTP/2 Denial of Service CVE-2019-9512 and CVE-2019-9514 - [server] Make hijackConnectionTracker.Close thread safe (#5194 by jlevesy) - [acme] Update lego (#5166 by dabeck) - [consulcatalog] warning should not be a fail status (#4537 by saez0pub) - [docker] Update docker api version (#4909 by dtomcej) - [dynamodb] Use dynamodbav tags to override json tags. (#5002 by ldez) - [healthcheck] Wrr loadbalancer honors old weight on recovered servers (#5051 by DougWagner) - [k8s] Check for multiport services on Global Backend Ingress (#5021 by dtomcej) - [logs] Allows logs to use local time zone instead of UTC (#4954 by dduportal) - [middleware] Clear TLS client headers if TLSMutualAuth is optional (#4963 by stffabi) - [tls] Add missing KeyUsages for default generated certificate (#5150 by dtomcej) Signed-off-by: Raymond Walker --- stable/traefik/Chart.yaml | 4 ++-- stable/traefik/README.md | 2 +- stable/traefik/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index cca44134a5..04be5109ed 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: traefik -version: 1.76.1 -appVersion: 1.7.12 +version: 1.77.0 +appVersion: 1.7.14 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: - traefik diff --git a/stable/traefik/README.md b/stable/traefik/README.md index 785b74fcb9..49f9c83233 100644 --- a/stable/traefik/README.md +++ b/stable/traefik/README.md @@ -87,7 +87,7 @@ The following table lists the configurable parameters of the Traefik chart and t | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- | | `fullnameOverride` | Override the full resource names | `{release-name}-traefik` (or traefik if release-name is traefik) | | `image` | Traefik image name | `traefik` | -| `imageTag` | The version of the official Traefik image to use | `1.7.12` | +| `imageTag` | The version of the official Traefik image to use | `1.7.14` | | `imagePullSecrets` | A list of image pull secrets (if needed) | None | | `serviceType` | A valid Kubernetes service type | `LoadBalancer` | | `loadBalancerIP` | An available static IP you have reserved on your cloud platform | None | diff --git a/stable/traefik/values.yaml b/stable/traefik/values.yaml index 572c411d02..a7dc8f5b23 100644 --- a/stable/traefik/values.yaml +++ b/stable/traefik/values.yaml @@ -1,6 +1,6 @@ ## Default values for Traefik image: traefik -imageTag: 1.7.12 +imageTag: 1.7.14 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.