From 745bef38160de04e096884befde1beffce8ff281 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:18:03 +0100 Subject: [PATCH 1/3] chore(ci): release workflow on v4 branch --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 323bc32..3c92af0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - main + - v4 env: tag_prefix: v From 83055dc656241bed1a8633065ce43968dda384bb Mon Sep 17 00:00:00 2001 From: Baptiste Mayelle Date: Fri, 15 Mar 2024 10:16:03 +0100 Subject: [PATCH 2/3] chore: release traefik-hub v2.11 --- traefik-hub/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik-hub/Chart.yaml b/traefik-hub/Chart.yaml index 18e9abd..7042a5b 100644 --- a/traefik-hub/Chart.yaml +++ b/traefik-hub/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: traefik-hub description: Traefik Hub Ingress Controller type: application -version: 4.1.0 +version: 4.2.0 # renovate: image=ghcr.io/traefik/traefik-hub -appVersion: v2.10.0 +appVersion: v2.11.0 kubeVersion: ">=1.24.0-0" keywords: - traefik From c29b88e19145b226a06d2de46d0df32b97cb97ba Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:08:04 +0100 Subject: [PATCH 3/3] fix: icon in Chart.yaml --- traefik-hub/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik-hub/Chart.yaml b/traefik-hub/Chart.yaml index 7042a5b..c4f6c6b 100644 --- a/traefik-hub/Chart.yaml +++ b/traefik-hub/Chart.yaml @@ -20,7 +20,7 @@ maintainers: email: michael.matur@traefik.io - name: darkweaver87 email: remi.buisson@traefik.io -icon: https://doc.traefik.io/traefik-hub/assets/images/logos-traefik-hub-horizontal.svg +icon: https://doc.traefik.io/traefik-hub/img/ps-traefik-hub-logo-light.svg annotations: artifacthub.io/changes: | - "docs: add missing helm repo on README"