diff --git a/.env b/.env index 343337c7..5962ee14 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=artemis DB_VERSION=24 GUI_ENABLED=true -SYSTEM_VERSION=latest +SYSTEM_VERSION=release-2.3.0 HISTORIC=false # Redis config diff --git a/artemis-chart/templates/configmap.yaml b/artemis-chart/templates/configmap.yaml index d9e0361c..0da42d79 100644 --- a/artemis-chart/templates/configmap.yaml +++ b/artemis-chart/templates/configmap.yaml @@ -6,7 +6,7 @@ metadata: {{ include "artemis.labels" . | indent 4 }} data: guiEnabled: {{ .Values.guiEnabled | default "true" | quote }} - systemVersion: {{ .Values.systemVersion | default "latest" | quote }} + systemVersion: {{ .Values.systemVersion | default "release-2.3.0" | quote }} historic: {{ .Values.historic | default "false" | quote }} checkInterval: {{ .Values.checkInterval | default "5" | quote }} redisHost: {{ .Values.redisHost | default "redis" }} diff --git a/artemis-chart/values.yaml b/artemis-chart/values.yaml index 38088945..b8902cf9 100644 --- a/artemis-chart/values.yaml +++ b/artemis-chart/values.yaml @@ -1,6 +1,6 @@ # general guiEnabled: true -systemVersion: latest +systemVersion: release-2.3.0 historic: false # autostarter diff --git a/docs/changelog.md b/docs/changelog.md index 708bb0d7..3c9c04cf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Fixed + +### Backwards Incompatible Changes + +## [2.3.0] (Cadmus) - 2022-11-24 + +### Added + - SSO support with Google SSO PoC (frontend) - accessibility (frontend) - firebase notifications (for mobile applications)