Skip to content

Commit 6b930b2

Browse files
author
Dennis Labordus
committed
Updated container images
Signed-off-by: Dennis Labordus <[email protected]>
1 parent ede8f03 commit 6b930b2

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

RELEASE.md

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

1111
## Release notes
1212

13+
### Release 0.14.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.24.0.3):
17+
- Filter (on labels) when opening project;
18+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.4):
19+
- Added CoMPAS XSD to validated CoMPAS private elements;
20+
- Updated libraries to the latest versions;
21+
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.11.1):
22+
- Improved performance PostgreSQL implementation regarding labels;
23+
- Updated libraries to the latest versions;
24+
1325
### Release 0.13.0
1426

1527
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
@@ -39,7 +39,7 @@ services:
3939
scl-data-service:
4040
labels:
4141
compas: true
42-
image: "lfenergy/compas-scl-data-service:0.11.0-basex"
42+
image: "lfenergy/compas-scl-data-service:0.11.1-basex"
4343
ports:
4444
- "9090:8080"
4545
environment:
@@ -117,7 +117,7 @@ services:
117117
scl-validator:
118118
labels:
119119
compas: true
120-
image: "lfenergy/compas-scl-validator:0.4.3"
120+
image: "lfenergy/compas-scl-validator:0.4.4"
121121
ports:
122122
- "9093:8080"
123123
environment:

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.11.0-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.11.1-postgresql"
5050
ports:
5151
- "9090:8080"
5252
environment:
@@ -124,7 +124,7 @@ services:
124124
scl-validator:
125125
labels:
126126
compas: true
127-
image: "lfenergy/compas-scl-validator:0.4.3"
127+
image: "lfenergy/compas-scl-validator:0.4.4"
128128
ports:
129129
- "9093:8080"
130130
environment:

0 commit comments

Comments
 (0)