Skip to content

Commit

Permalink
chore(release): πŸš€ publish v33.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Dec 13, 2024
1 parent 75f622f commit acd4405
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 33.2.1 ![AppVersion: v3.2.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.2.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-12-13

* fix(Gateway API): CRDs should only be defined once
* chore(release): πŸš€ publish v33.2.1

## 33.2.0 ![AppVersion: v3.2.2](https://img.shields.io/static/v1?label=AppVersion&message=v3.2.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-12-11
Expand Down
11 changes: 3 additions & 8 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: 33.2.0
version: 33.2.1
# renovate: image=traefik
appVersion: v3.2.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,10 +25,5 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix(Traefik Proxy): :bug: abortOnPluginFailure not released yet"
- "feat(deps): update traefik docker tag to v3.2.2"
- "feat(Traefik Proxy): support NativeLB option in GatewayAPI provider"
- "feat(Traefik Proxy): add `tracing`parameters to helm chart values"
- "feat(Traefik Proxy): :art: harmonize semverCompare calls"
- "feat(Gateway API): update sigs.k8s.io/gateway-api to v1.2.1"
- "chore(release): πŸš€ publish v33.2.0"
- "fix(Gateway API): CRDs should only be defined once"
- "chore(release): πŸš€ publish v33.2.1"
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: 33.2.0](https://img.shields.io/badge/Version-33.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)
![Version: 33.2.1](https://img.shields.io/badge/Version-33.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.2.2](https://img.shields.io/badge/AppVersion-v3.2.2-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit acd4405

Please sign in to comment.