Skip to content

Commit

Permalink
chore(release): πŸš€ publish v32.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Oct 11, 2024
1 parent c64c50a commit 2b9485e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- v*

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

## 32.1.1 ![AppVersion: v3.1.6](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.6&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-10-11

* fix(schema): πŸ› targetPort can also be a string
* feat(deps): update traefik docker tag to v3.1.6
* chore(release): πŸš€ publish v32.1.1
* Update topology spread constraints comments

### Default value changes

```diff
diff --git a/traefik/values.yaml b/traefik/values.yaml
index 73371f3..d6731c3 100644
--- a/traefik/values.yaml
+++ b/traefik/values.yaml
@@ -860,7 +860,7 @@ topologySpreadConstraints: []
# on nodes where no other traefik pods are scheduled.
# - labelSelector:
# matchLabels:
-# app: '{{ template "traefik.name" . }}'
+# app.kubernetes.io/name: '{{ template "traefik.name" . }}'
# maxSkew: 1
# topologyKey: kubernetes.io/hostname
# whenUnsatisfiable: DoNotSchedule
```

## 32.1.0 ![AppVersion: v3.1.5](https://img.shields.io/static/v1?label=AppVersion&message=v3.1.5&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-10-04
Expand Down
10 changes: 5 additions & 5 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: 32.1.0
version: 32.1.1
# renovate: image=traefik
appVersion: v3.1.6
kubeVersion: ">=1.22.0-0"
Expand All @@ -25,7 +25,7 @@ maintainers:
icon: https://raw.githubusercontent.com/traefik/traefik/v2.3/docs/content/assets/img/traefik.logo.png
annotations:
artifacthub.io/changes: |
- "fix: :bug: set disableIngressClassLookup until 3.1.4"
- "feat(deps): update traefik docker tag to v3.1.5"
- "feat(Traefik Proxy): update rbac following v3.2 migration guide"
- "chore(release): πŸš€ publish v32.1.0"
- "fix(schema): πŸ› targetPort can also be a string"
- "feat(deps): update traefik docker tag to v3.1.6"
- "chore(release): πŸš€ publish v32.1.1"
- "Update topology spread constraints comments"
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: 32.1.0](https://img.shields.io/badge/Version-32.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.6](https://img.shields.io/badge/AppVersion-v3.1.6-informational?style=flat-square)
![Version: 32.1.1](https://img.shields.io/badge/Version-32.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.1.6](https://img.shields.io/badge/AppVersion-v3.1.6-informational?style=flat-square)

A Traefik based Kubernetes ingress controller

Expand Down

0 comments on commit 2b9485e

Please sign in to comment.