Skip to content

Commit f282a6c

Browse files
author
Dennis Labordus
authored
Merge pull request #86 from com-pas/update-docker-image-6sept
Updated docker image versions
2 parents e3f3800 + 2797370 commit f282a6c

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
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.12.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.23.0.0):
17+
- Processing validation message from SCL Validator Service;
18+
- See details in [OpenSCD Release notes (V0.23.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.23.0);
19+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.1):
20+
- Process validation messages from XSD Validation to be processed better by frontend;
21+
- Updated libraries to the latest versions;
22+
1323
### Release 0.11.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.1"
120+
image: "lfenergy/compas-scl-validator:0.4.2"
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.22.0.1"
147+
image: "lfenergy/compas-open-scd:v0.23.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
@@ -124,7 +124,7 @@ services:
124124
scl-validator:
125125
labels:
126126
compas: true
127-
image: "lfenergy/compas-scl-validator:0.4.1"
127+
image: "lfenergy/compas-scl-validator:0.4.2"
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.22.0.1"
154+
image: "lfenergy/compas-open-scd:v0.23.0.0"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

integration-testing/TestSuite005-validator.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TestCase005-03
5959

6060
Open Menu View diagnostics
6161
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(12) == Validate using OCL
62-
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= [XSD validation] (line: 32, column: 47): cvc-complex-type.4: Attribute 'type' must appear on element 'DO'.
62+
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= Attribute 'type' must appear on element 'DO'.
6363
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 11
6464

6565
TestCase005-04
@@ -75,5 +75,5 @@ TestCase005-04
7575

7676
Open Menu View diagnostics
7777
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(12) == Validate using OCL
78-
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= [XSD validation] (line: 32, column: 47): cvc-complex-type.4: Attribute 'type' must appear on element 'DO'.
78+
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= Attribute 'type' must appear on element 'DO'.
7979
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 11

0 commit comments

Comments
 (0)