Skip to content

Commit

Permalink
chore(release): πŸš€ publish v31.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Sep 20, 2024
1 parent 6c1c8c3 commit 2d88f57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 8 additions & 0 deletions traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 31.1.1 ![AppVersion: v3.1.4](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.4&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-09-20

* fix: πŸ› updateStrategy behavior
* feat(deps): update traefik docker tag to v3.1.4
* chore(release): πŸš€ publish v31.1.1

## 31.1.0 ![AppVersion: v3.1.3](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.3&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-09-18
Expand Down
11 changes: 4 additions & 7 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: 31.1.0
version: 31.1.1
# renovate: image=traefik
appVersion: v3.1.4
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,9 +25,6 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix: πŸ› update CRD to v3.1"
- "feat: ✨ input validation using schema"
- "feat: ✨ add AllowACMEByPass and improve schema/doc on ports values"
- "feat: add new webhooks and removes unnecessary ones"
- "feat(deps): update traefik docker tag to v3.1.3"
- "chore(release): πŸš€ publish v31.1.0"
- "fix: πŸ› updateStrategy behavior"
- "feat(deps): update traefik docker tag to v3.1.4"
- "chore(release): πŸš€ publish v31.1.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: 31.1.0](https://img.shields.io/badge/Version-31.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square)
![Version: 31.1.1](https://img.shields.io/badge/Version-31.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit 2d88f57

Please sign in to comment.