From 627e369bc48e3dfa6d493d5f0cf6af275a56cc1e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 25 Jun 2024 13:46:01 +0000 Subject: [PATCH 1/2] feat: create v1.29 branch --- charts/kubezero-argo/README.md | 4 ++-- charts/kubezero-argo/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kubezero-argo/README.md b/charts/kubezero-argo/README.md index bfdee1be..2115adb9 100644 --- a/charts/kubezero-argo/README.md +++ b/charts/kubezero-argo/README.md @@ -1,6 +1,6 @@ # kubezero-argo -![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) +![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) KubeZero Argo - Events, Workflow, CD @@ -18,7 +18,7 @@ Kubernetes: `>= 1.26.0` | Repository | Name | Version | |------------|------|---------| -| https://argoproj.github.io/argo-helm | argo-cd | 6.9.2 | +| https://argoproj.github.io/argo-helm | argo-cd | 7.1.3 | | https://argoproj.github.io/argo-helm | argo-events | 2.4.4 | | https://argoproj.github.io/argo-helm | argocd-apps | 2.0.0 | | https://argoproj.github.io/argo-helm | argocd-image-updater | 0.10.0 | diff --git a/charts/kubezero-argo/values.yaml b/charts/kubezero-argo/values.yaml index 3bcab229..b5cc26d7 100644 --- a/charts/kubezero-argo/values.yaml +++ b/charts/kubezero-argo/values.yaml @@ -54,8 +54,8 @@ argo-cd: .sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); } cm: - ui.bannercontent: "KubeZero v1.28 - Release notes" - ui.bannerurl: "https://kubezero.com/releases/v1.28" + ui.bannercontent: "KubeZero v1.29 - Release notes" + ui.bannerurl: "https://kubezero.com/releases/v1.29" ui.bannerpermanent: "true" ui.bannerposition: "bottom" From bb1c015cbf1bd765f6a683b8408d31a909529d28 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 25 Jun 2024 13:58:21 +0000 Subject: [PATCH 2/2] ci: Enabled renovate for release branches --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 15919940..a18b3894 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,6 @@ } ], "ignorePaths": ["charts/*/charts/**"], - "enabledManagers": ["dockerfile", "helmv3", "helm-values"] + "enabledManagers": ["dockerfile", "helmv3", "helm-values"], + "baseBranches": ["$default", "/^release\\/.*/"] }