diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 484785132..f8fd006ed 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -4,6 +4,8 @@ on: push: branches: - master + - v* + concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71c88a367..bf542c5b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - v* env: tag_prefix: v diff --git a/traefik/Changelog.md b/traefik/Changelog.md index f3f028a65..46c26d7e1 100644 --- a/traefik/Changelog.md +++ b/traefik/Changelog.md @@ -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 diff --git a/traefik/Chart.yaml b/traefik/Chart.yaml index 6c217bc6f..74d701147 100644 --- a/traefik/Chart.yaml +++ b/traefik/Chart.yaml @@ -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" @@ -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" diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 9d85cf4c7..13f52d212 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -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