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

Update CHANGELOG and increase version to 1.6.6

parent 5ecd88ca
No related branches found
Tags 2.0
No related merge requests found
Pipeline #40302 passed with stages
in 5 minutes and 3 seconds
# Changelog # Changelog
## [0.6.6]
Only changes to the helm chart.
## [0.6.5] ## [0.6.5]
- Further improve (error) message handling. In particular, show feedback when - Further improve (error) message handling. In particular, show feedback when
......
# Changelog # Changelog
## [1.6.6]
* Add helm test using cypress. Only tests logging in for now.
## [1.6.5] ## [1.6.5]
* Update dashboard to version 0.6.5 * Update dashboard to version 0.6.5
......
annotations: annotations:
category: Dashboard category: Dashboard
apiVersion: v2 apiVersion: v2
appVersion: 0.6.5 appVersion: 0.6.6
dependencies: dependencies:
- name: common - name: common
# https://artifacthub.io/packages/helm/bitnami/common # https://artifacthub.io/packages/helm/bitnami/common
...@@ -23,4 +23,4 @@ name: stackspin-dashboard ...@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources: sources:
- https://open.greenhost.net/stackspin/dashboard/ - https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/ - https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.6.6-cypress2 version: 1.6.6
...@@ -68,7 +68,7 @@ dashboard: ...@@ -68,7 +68,7 @@ dashboard:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard repository: stackspin/dashboard/dashboard
tag: 0.6.5 tag: 0.6.6
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
...@@ -236,7 +236,7 @@ backend: ...@@ -236,7 +236,7 @@ backend:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard-backend repository: stackspin/dashboard/dashboard-backend
tag: 0.6.5 tag: 0.6.6
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
...@@ -723,7 +723,7 @@ tests: ...@@ -723,7 +723,7 @@ tests:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/cypress-test repository: stackspin/dashboard/cypress-test
tag: 0.6.5 tag: 0.6.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
credentials: credentials:
user: "" user: ""
......
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