Skip to content

Commit

Permalink
⬆️ Upgrade traefik Docker tag to v2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2023
1 parent 0244dde commit 102e596
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
33 changes: 33 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Change Log

## 22.1.0 ![AppVersion: v2.9.10](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.10&color=success&logo=) ![Kubernetes: >=1.16.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.16.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2023-04-06

* ⬆️ Upgrade traefik Docker tag to v2.9.10
* feat: add additional labels to tlsoption

### Default value changes

```diff
diff --git a/traefik/values.yaml b/traefik/values.yaml
index 4762b77..9ece303 100644
--- a/traefik/values.yaml
+++ b/traefik/values.yaml
@@ -654,12 +654,15 @@ ports:

# TLS Options are created as TLSOption CRDs
# https://doc.traefik.io/traefik/https/tls/#tls-options
+# When using `labelSelector`, you'll need to set labels on tlsOption accordingly.
# Example:
# tlsOptions:
# default:
+# labels: {}
# sniStrict: true
# preferServerCipherSuites: true
-# foobar:
+# customOptions:
+# labels: {}
# curvePreferences:
# - CurveP521
# - CurveP384
```

## 22.0.0 ![AppVersion: v2.9.9](https://img.shields.io/static/v1?label=AppVersion&message=v2.9.9&color=success&logo=) ![Kubernetes: >=1.16.0-0](https://img.shields.io/static/v1?label=Kubernetes&message=%3E%3D1.16.0-0&color=informational&logo=kubernetes) ![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

**Release date:** 2023-03-29
Expand Down
7 changes: 4 additions & 3 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 22.0.0
version: 22.1.0
# renovate: image=traefik
appVersion: v2.9.9
appVersion: v2.9.10
kubeVersion: ">=1.16.0-0"
keywords:
- traefik
Expand All @@ -28,4 +28,5 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "BREAKING CHANGE: `image.repository` introduction may break during the upgrade. See PR #802."
- "⬆️ Upgrade traefik Docker tag to v2.9.10"
- "feat: add additional labels to tlsoption"
4 changes: 3 additions & 1 deletion traefik/tests/tlsoption_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ tests:
path: spec.sniStrict
value: true
- it: should render config without labels
chart:
version: 1.0.0
set:
tlsOptions:
default:
Expand All @@ -132,7 +134,7 @@ tests:
app.kubernetes.io/instance: RELEASE-NAME-NAMESPACE
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: traefik
helm.sh/chart: traefik-22.0.0
helm.sh/chart: traefik-1.0.0
- equal:
path: spec
value:
Expand Down

0 comments on commit 102e596

Please sign in to comment.