Skip to content

Commit

Permalink
bumping to release-2.3.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Nov 24, 2022
1 parent 882886b commit cc0f666
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion artemis-chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down
2 changes: 1 addition & 1 deletion artemis-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general
guiEnabled: true
systemVersion: latest
systemVersion: release-2.3.0
historic: false

# autostarter
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cc0f666

Please sign in to comment.