Skip to content

Commit

Permalink
preparing for release-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Oct 4, 2019
1 parent 48dba3f commit f6b5161
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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=18
GUI_ENABLED=true
SYSTEM_VERSION=latest
SYSTEM_VERSION=release-1.3.1
HISTORIC=false

# Redis config
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [UNRELEASED] (Ares) - 2019-10-04 (TBD)
## [1.3.1] (Ares) - 2019-10-04
### Added
- IPv6 tests (backend testing)
- PR labeler (GitHub actions)
Expand All @@ -11,6 +11,7 @@
- Reinstating intended modules on ARTEMIS startup
- Support of multiple artemis instances on a single namespace (k8s)
- Added benchmarker and PR commenter
- TestCafe frontend testing framework

### Changed
- py-radix, substituted with pytricia tree
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.guiEnable | default "true" | quote }}
systemVersion: {{ .Values.systemVersion | default "latest" | quote }}
systemVersion: {{ .Values.systemVersion | default "release-1.3.1" | quote }}
historic: {{ .Values.historic | default "false" | quote }}
redisHost: {{ .Release.Name }}-{{ .Values.redisHost | default "backend" }}-svc
redisPort: {{ .Values.redisPort | default "6379" | quote }}
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-1.3.1
historic: false
replicaCount: 1
# redis
Expand Down

0 comments on commit f6b5161

Please sign in to comment.