Skip to content

Commit 2501afd

Browse files
author
Dennis Labordus
committed
Updated versions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent f282a6c commit 2501afd

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed

RELEASE.md

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

1111
## Release notes
1212

13+
### Release 0.13.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.0):
17+
- Add Labels when saving SCL File to CoMPAS;
18+
- See details in [OpenSCD Release notes (V0.24.0)](https://github.com/openscd/open-scd/releases/tag/v0.24.0);
19+
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.9.2):
20+
- Updated libraries to the latest versions;
21+
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.3.1):
22+
- Updated libraries to the latest versions;
23+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.3):
24+
- Updated libraries to the latest versions;
25+
1326
### Release 0.12.0
1427

1528
Next release for testing the CoMPAS System with all components.
1629
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.23.0.0):
1730
- 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):
31+
- See details in [OpenSCD Release notes (V0.23.0)](https://github.com/openscd/open-scd/releases/tag/v0.23.0);
32+
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.2):
2033
- Process validation messages from XSD Validation to be processed better by frontend;
2134
- Updated libraries to the latest versions;
2235

@@ -25,7 +38,7 @@ Next release for testing the CoMPAS System with all components.
2538
Next release for testing the CoMPAS System with all components.
2639
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.22.0.0):
2740
- Processing validation message from SCL Validator Service;
28-
- See details in [OpenSCD Release notes (V0.22.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.22.0);
41+
- See details in [OpenSCD Release notes (V0.22.0)](https://github.com/openscd/open-scd/releases/tag/v0.22.0);
2942
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.1):
3043
- Process validation messages from RiseClipse to be processed better by frontend;
3144
- Updated libraries to the latest versions;
@@ -36,8 +49,8 @@ Next release for testing the CoMPAS System with all components.
3649
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.21.0.0):
3750
- Export IED Parameters to CSV File;
3851
- On IED Template Project from CoMPAS backend service;
39-
- See details in [OpenSCD Release notes (V0.21.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.21.0);
40-
- See details in [OpenSCD Release notes (V0.20.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.20.0);
52+
- See details in [OpenSCD Release notes (V0.21.0)](https://github.com/openscd/open-scd/releases/tag/v0.21.0);
53+
- See details in [OpenSCD Release notes (V0.20.0)](https://github.com/openscd/open-scd/releases/tag/v0.20.0);
4154
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.10.0):
4255
- Upgrade to JDK 17;
4356
- Updated libraries to the latest versions;
@@ -56,8 +69,8 @@ Next release for testing the CoMPAS System with all components.
5669
Next release for testing the CoMPAS System with all components.
5770
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.19.0.0):
5871
- Show Who/When/What information for the versions in CoMPAS;
59-
- See details in [OpenSCD Release notes (V0.19.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.19.0);
60-
- See details in [OpenSCD Release notes (V0.18.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
72+
- See details in [OpenSCD Release notes (V0.19.0)](https://github.com/openscd/open-scd/releases/tag/v0.19.0);
73+
- See details in [OpenSCD Release notes (V0.18.0)](https://github.com/openscd/open-scd/releases/tag/v0.18.0);
6174
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.9):
6275
- Return Who/When/What information when returning versions;
6376
- Updated libraries to the latest versions;

compas/docker-compose-basex.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
cim-mapping:
7070
labels:
7171
compas: true
72-
image: "lfenergy/compas-cim-mapping:0.9.1"
72+
image: "lfenergy/compas-cim-mapping:0.9.2"
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.3.0"
96+
image: "lfenergy/compas-scl-auto-alignment:0.3.1"
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.4.2"
120+
image: "lfenergy/compas-scl-validator:0.4.3"
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.23.0.0"
147+
image: "lfenergy/compas-open-scd:v0.24.0.0"
148148
healthcheck:
149149
test: ["CMD", "curl", "-f", "http://localhost/"]
150150
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
cim-mapping:
7777
labels:
7878
compas: true
79-
image: "lfenergy/compas-cim-mapping:0.9.1"
79+
image: "lfenergy/compas-cim-mapping:0.9.2"
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.3.0"
103+
image: "lfenergy/compas-scl-auto-alignment:0.3.1"
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.4.2"
127+
image: "lfenergy/compas-scl-validator:0.4.3"
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.23.0.0"
154+
image: "lfenergy/compas-open-scd:v0.24.0.0"
155155
healthcheck:
156156
test: ["CMD", "curl", "-f", "http://localhost/"]
157157
interval: 30s

0 commit comments

Comments
 (0)