Skip to content

Commit 0ffebc4

Browse files
author
Dennis Labordus
committed
Update Docker Images versions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 5678dfc commit 0ffebc4

File tree

3 files changed

+27
-12
lines changed

3 files changed

+27
-12
lines changed

RELEASE.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,23 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
1313
### Release 0.7.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.13.0.0):
16+
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.15.0.0):
17+
- Save as... menu option;
18+
- Rename the name of the SCL File (CoMPAS);
1719
- Small fixes and improvements in editors and wizards;
20+
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.15.0);
21+
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.5):
22+
- Small bugfixes;
23+
- Updated libraries to the latest versions;
24+
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.3):
25+
- Small bugfixes;
26+
- Updated libraries to the latest versions;
27+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.5):
28+
- Small bugfixes;
29+
- Updated libraries to the latest versions;
30+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.1.4):
31+
- Small bugfixes;
32+
- Updated libraries to the latest versions;
1833

1934
### Release 0.6.0
2035

@@ -59,7 +74,7 @@ Next release for testing the CoMPAS System with all components.
5974
- Loading nsdoc files through settings;
6075
- Add basic wizard for ReportControl;
6176
- Add wizard for sampledvaluecontrol/smv;
62-
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.9.0)
77+
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.9.0);
6378

6479
### Release 0.2.0
6580

compas/docker-compose-basex.yml

Lines changed: 5 additions & 5 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.4-basex"
42+
image: "lfenergy/compas-scl-data-service:0.9.5-basex"
4343
ports:
4444
- "9090:8080"
4545
environment:
@@ -69,7 +69,7 @@ services:
6969
cim-mapping:
7070
labels:
7171
compas: true
72-
image: "lfenergy/compas-cim-mapping:0.8.4"
72+
image: "lfenergy/compas-cim-mapping:0.8.5"
7373
ports:
7474
- "9091:8080"
7575
environment:
@@ -93,7 +93,7 @@ services:
9393
scl-auto-alignment:
9494
labels:
9595
compas: true
96-
image: "lfenergy/compas-scl-auto-alignment:0.2.2"
96+
image: "lfenergy/compas-scl-auto-alignment:0.2.3"
9797
ports:
9898
- "9092:8080"
9999
environment:
@@ -117,7 +117,7 @@ services:
117117
scl-validator:
118118
labels:
119119
compas: true
120-
image: "lfenergy/compas-scl-validator:0.1.3"
120+
image: "lfenergy/compas-scl-validator:0.1.4"
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.13.0.2"
147+
image: "lfenergy/compas-open-scd:v0.13.0.3"
148148
healthcheck:
149149
test: ["CMD", "curl", "-f", "http://localhost/"]
150150
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 5 additions & 5 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.4-postgresql"
49+
image: "lfenergy/compas-scl-data-service:0.9.5-postgresql"
5050
ports:
5151
- "9090:8080"
5252
environment:
@@ -76,7 +76,7 @@ services:
7676
cim-mapping:
7777
labels:
7878
compas: true
79-
image: "lfenergy/compas-cim-mapping:0.8.4"
79+
image: "lfenergy/compas-cim-mapping:0.8.5"
8080
ports:
8181
- "9091:8080"
8282
environment:
@@ -100,7 +100,7 @@ services:
100100
scl-auto-alignment:
101101
labels:
102102
compas: true
103-
image: "lfenergy/compas-scl-auto-alignment:0.2.2"
103+
image: "lfenergy/compas-scl-auto-alignment:0.2.3"
104104
ports:
105105
- "9092:8080"
106106
environment:
@@ -124,7 +124,7 @@ services:
124124
scl-validator:
125125
labels:
126126
compas: true
127-
image: "lfenergy/compas-scl-validator:0.1.3"
127+
image: "lfenergy/compas-scl-validator:0.1.4"
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.13.0.2"
154+
image: "lfenergy/compas-open-scd:v0.13.0.3"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

0 commit comments

Comments
 (0)