Skip to content

Commit 545b858

Browse files
author
Dennis Labordus
authored
Merge pull request #84 from com-pas/update-docker-image-23aug
Update Docker Image versions to latest
2 parents dc38c3f + 1ddc1a2 commit 545b858

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

RELEASE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1010

1111
## Release notes
1212

13+
### Release 0.11.0
14+
15+
Next release for testing the CoMPAS System with all components.
16+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.22.0.0):
17+
- Processing validation message from SCL Validator Service;
18+
- See details in [OpenSCD Release notes (V0.22.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.22.0);
19+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.1):
20+
- Process validation messages from RiseClipse to be processed better by frontend;
21+
- Updated libraries to the latest versions;
22+
1323
### Release 0.10.0
1424

1525
Next release for testing the CoMPAS System with all components.

compas/docker-compose-basex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117
scl-validator:
118118
labels:
119119
compas: true
120-
image: "lfenergy/compas-scl-validator:0.4.0"
120+
image: "lfenergy/compas-scl-validator:0.4.1"
121121
ports:
122122
- "9093:8080"
123123
environment:
@@ -144,7 +144,7 @@ services:
144144
open-scd:
145145
labels:
146146
compas: true
147-
image: "lfenergy/compas-open-scd:v0.21.0.0"
147+
image: "lfenergy/compas-open-scd:v0.22.0.1"
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
@@ -124,7 +124,7 @@ services:
124124
scl-validator:
125125
labels:
126126
compas: true
127-
image: "lfenergy/compas-scl-validator:0.4.0"
127+
image: "lfenergy/compas-scl-validator:0.4.1"
128128
ports:
129129
- "9093:8080"
130130
environment:
@@ -151,7 +151,7 @@ services:
151151
open-scd:
152152
labels:
153153
compas: true
154-
image: "lfenergy/compas-open-scd:v0.21.0.0"
154+
image: "lfenergy/compas-open-scd:v0.22.0.1"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

0 commit comments

Comments
 (0)