Skip to content
Snippets Groups Projects
Commit 000ccfcc authored by Arie Peterson's avatar Arie Peterson
Browse files

Update CHANGELOG and increase version to 1.6.4

parent d61df7c1
No related branches found
No related tags found
No related merge requests found
# Changelog
## [0.6.4]
- Fix error messages that were not shown, in particular when providing wrong
credentials when logging in. We redesigned the error handling, considering
that these messages may be translated later on.
## [0.6.3]
- Add support for Hedgedoc.
......
......@@ -141,3 +141,20 @@ Once your package is published, use it by
`stable` by `unstable`; and
2. changing the `spec.chart.spec.version` field of the `stackspin/dashboard`
`HelmRelease` to your chart version (the one from this chart's `Chart.yaml`).
## Release process
To publish a new version of the helm chart:
1. Increase the docker image tag in `deployment/helmchart/values.yaml` so it uses the new tag (to be
created in a later step of this release).
2. Update the appVersion in `deployment/helmchart/Chart.yaml` to match that new tag version.
3. Increase the chart version in `deployment/helmchart/Chart.yaml`.
4. Update `CHANGELOG.md` and check that it includes relevant changes, including
ones added by renovatebot.
5. Commit and push these changes to `main`.
6. Create a new git tag for the new release and push it to gitlab as well. Note
that both the pipeline for the `main` branch and for the tag will use the
`nc` namespace, so you may not want to push the branch and tag right after
each other.
The last step will trigger a CI run that will package and publish the helm chart.
annotations:
category: Dashboard
apiVersion: v2
appVersion: 0.6.3
appVersion: 0.6.4
dependencies:
- name: common
# https://artifacthub.io/packages/helm/bitnami/common
......@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources:
- https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.6.3
version: 1.6.4
......@@ -68,7 +68,7 @@ dashboard:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard
tag: 0.6.3
tag: 0.6.4
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
......@@ -236,7 +236,7 @@ backend:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard-backend
tag: 0.6.3
tag: 0.6.4
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment