Skip to content

Commit 40a167e

Browse files
author
Dennis Labordus
committed
Updated Docker Image versions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent e7d62e7 commit 40a167e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1313
### Release 0.9.0
1414

1515
Next release for testing the CoMPAS System with all components.
16-
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.18.0.0):
16+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.19.0.0):
1717
- Show Who/When/What information for the versions in CoMPAS;
18-
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
19-
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.8):
18+
- See details in [Release notes (V0.19.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.19.0);
19+
- See details in [Release notes (V0.18.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
20+
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.9):
2021
- Return Who/When/What information when returning versions;
2122
- Updated libraries to the latest versions;
2223
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.4):

compas/docker-compose-basex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
scl-data-service:
4040
labels:
4141
compas: true
42-
image: "lfenergy/compas-scl-data-service:0.9.8-basex"
42+
image: "lfenergy/compas-scl-data-service:0.9.9-basex"
4343
ports:
4444
- "9090:8080"
4545
environment:
@@ -144,7 +144,7 @@ services:
144144
open-scd:
145145
labels:
146146
compas: true
147-
image: "lfenergy/compas-open-scd:v0.18.0.1"
147+
image: "lfenergy/compas-open-scd:v0.19.0.0"
148148
healthcheck:
149149
test: ["CMD", "curl", "-f", "http://localhost/"]
150150
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
scl-data-service:
4747
labels:
4848
compas: true
49-
image: "lfenergy/compas-scl-data-service:0.9.8-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.9.9-postgresql"
5050
ports:
5151
- "9090:8080"
5252
environment:
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.18.0.1"
154+
image: "lfenergy/compas-open-scd:v0.19.0.0"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

0 commit comments

Comments
 (0)