Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish v34.1.0 #1312

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion traefik-crds/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log

## 1.2.0 ![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:** 2025-01-15

* feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update
* chore(release): publish v34.1.0 and CRDs v1.2.0


## 1.1.0 ![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:** 2025-01-13

* feat(CRDs): update CRDs for Traefik Proxy v3.3.x
* chore(release): publish CRDs v1.1.0
* chore(release): publish v34.0.0 and CRDs v1.1.0


## 1.0.0 ![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)

Expand Down
6 changes: 3 additions & 3 deletions traefik-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: traefik-crds
description: A Traefik based Kubernetes ingress controller
type: application
version: 1.1.0
version: 1.2.0
kubeVersion: ">=1.22.0-0"
keywords:
- traefik
Expand All @@ -23,5 +23,5 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "feat(CRDs): update CRDs for Traefik Proxy v3.3.x"
- "chore(release): publish CRDs v1.1.0"
- "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update"
- "chore(release): publish v34.1.0 and CRDs v1.2.0"
2 changes: 1 addition & 1 deletion traefik-crds/VALUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik-crds

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down
29 changes: 29 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 34.1.0 ![AppVersion: v3.3.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.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:** 2025-01-15

* fix(Traefik Proxy): support uppercase letters in entrypoint names
* feat(deps): update traefik docker tag to v3.3.2
* feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update
* chore(release): publish v34.1.0 and CRDs v1.2.0

### Default value changes

```diff
diff --git a/traefik/values.yaml b/traefik/values.yaml
index f5922fe..3335e78 100644
--- a/traefik/values.yaml
+++ b/traefik/values.yaml
@@ -941,6 +941,10 @@ hub:
listenAddr: ""
# -- Certificate of the WebHook admission server. Default: "hub-agent-cert".
secretName: ""
+ openApi:
+ # -- When set to true, it will only accept paths and methods that are explicitly defined in its OpenAPI specification
+ validateRequestMethodAndPath: false
+
experimental:
# -- Set to true in order to enable AI Gateway. Requires a valid license token.
aigateway: false
```

## 34.0.0 ![AppVersion: v3.3.1](https://img.shields.io/static/v1?label=AppVersion&message=v3.3.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:** 2025-01-13
Expand Down
18 changes: 5 additions & 13 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: 34.0.0
version: 34.1.0
# renovate: image=traefik
appVersion: v3.3.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,15 +25,7 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix(Traefik Proxy)!: use namespaceOverride as expected"
- "fix(Traefik Proxy)!: move redirectTo => redirections"
- "fix(Gateway API): status should not use default service when it's disabled"
- "feat(deps): update traefik docker tag to v3.3.1"
- "feat(deps): update traefik docker tag to v3.2.3"
- "feat(Traefik Proxy): apply migration guide to v3.3"
- "feat(Traefik Proxy): add support for experimental FastProxy"
- "feat(Traefik Hub): add support for AI Gateway"
- "feat(Chart): :package: add optional separated chart for CRDs"
- "feat(CRDs): update CRDs for Traefik Proxy v3.3.x"
- "chore(release): publish v34.0.0"
- "chore(Gateway API): :recycle: remove template from values"
- "fix(Traefik Proxy): support uppercase letters in entrypoint names"
- "feat(deps): update traefik docker tag to v3.3.2"
- "feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update"
- "chore(release): publish v34.1.0 and CRDs v1.2.0"
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: 34.0.0](https://img.shields.io/badge/Version-34.0.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.1.0](https://img.shields.io/badge/Version-34.1.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)

A Traefik based Kubernetes ingress controller

Expand Down
Loading