From 42edea2070883aea1ac9ca1d11022246baee3dcd Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 14 Aug 2024 12:42:35 +0200 Subject: [PATCH] docs(release): update process for localdev version bump (#387) https://github.com/eclipse-tractusx/portal/issues/399 --- .../Technical Documentation/Operations/Release-Process.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/developer/Technical Documentation/Operations/Release-Process.md b/docs/developer/Technical Documentation/Operations/Release-Process.md index 299c0b2bd..ce83f30e0 100644 --- a/docs/developer/Technical Documentation/Operations/Release-Process.md +++ b/docs/developer/Technical Documentation/Operations/Release-Process.md @@ -106,7 +106,10 @@ The helm chart is released from [Portal](https://github.com/eclipse-tractusx/por Check out a release branch from the main branch or from the release-candidate branch respectively. On the release branch the following steps are executed: -1. Bump chart and image version (also for argocd-app-templates, needed for consortia-environments) +1. Bump chart and image version + + - also for the targetRevision for the argocd-app-templates in /environments - needed for hosted environments + - and the chart version of LocalDev umbrella helm chart - needed to continue development 2. Update changelog file @@ -133,7 +136,7 @@ Once the workflow ran successfully, release the new helm chart by running the 'R Then merge the release branch into 'main'. In the case of a release candidate, the release branch also needs to be merged into the release-candidate branch. At the release of the chart, besides the official chart itself, there is also created a 'portal-x.x.x' tag. -This tag is used to install (with the convenience of the argocd-app-templates) or upgrade the version via AgroCD on the consortia K8s clusters. +This tag is used to install (with the convenience of the argocd-app-templates) or upgrade the version via AgroCD on the hosted K8s clusters. ## RC: provide successive RC branch and change base of open PRs