Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(release): update process for localdev version bump #387

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down