Skip to content

Commit

Permalink
chore(release): publish v28.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Jun 14, 2024
1 parent 1b454e9 commit 7327d0a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 7 deletions.
30 changes: 30 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## 28.3.0 ![AppVersion: v3.0.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.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:** 2024-06-14

* fix: 🐛 namespaced rbac when kubernetesIngress provider is disabled
* fix: 🐛 add divisor: '1' to GOMAXPROCS and GOMEMLIMIT
* fix(security): 🐛 🔒️ mount service account token on pod level
* fix(Traefik Hub): remove obsolete CRD
* fix(Traefik Hub): remove namespace in mutating webhook
* feat: allow setting permanent on redirectTo
* chore(release): publish v28.3.0
* chore(deps): update traefik docker tag to v3.0.2

### Default value changes

```diff
diff --git a/traefik/values.yaml b/traefik/values.yaml
index c558c78..e440dcf 100644
--- a/traefik/values.yaml
+++ b/traefik/values.yaml
@@ -602,6 +602,7 @@ ports:
# port: websecure
# (Optional)
# priority: 10
+ # permanent: true
#
# -- Trust forwarded headers information (X-Forwarded-*).
# forwardedHeaders:
```

## 28.2.0 ![AppVersion: v3.0.1](https://img.shields.io/static/v1?label=AppVersion&message=v3.0.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:** 2024-05-28
Expand Down
15 changes: 9 additions & 6 deletions traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traefik
description: A Traefik based Kubernetes ingress controller
type: application
version: 28.2.0
version: 28.3.0
# renovate: image=traefik
appVersion: v3.0.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,8 +25,11 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix(IngressClass): provides annotation on IngressRoutes when it's enabled"
- "feat: ✨ simplify values and provide more examples"
- "feat: add deletecollection right on secrets"
- "chore(release): 🚀 publish v28.2.0"
- "chore(deps): update traefik docker tag to v3.0.1"
- "fix: 🐛 namespaced rbac when kubernetesIngress provider is disabled"
- "fix: 🐛 add divisor: '1' to GOMAXPROCS and GOMEMLIMIT"
- "fix(security): 🐛 🔒️ mount service account token on pod level"
- "fix(Traefik Hub): remove obsolete CRD"
- "fix(Traefik Hub): remove namespace in mutating webhook"
- "feat: allow setting permanent on redirectTo"
- "chore(release): publish v28.3.0"
- "chore(deps): update traefik docker tag to v3.0.2"
2 changes: 1 addition & 1 deletion traefik/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 28.2.0](https://img.shields.io/badge/Version-28.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.2](https://img.shields.io/badge/AppVersion-v3.0.2-informational?style=flat-square)
![Version: 28.3.0](https://img.shields.io/badge/Version-28.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.2](https://img.shields.io/badge/AppVersion-v3.0.2-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit 7327d0a

Please sign in to comment.