File tree Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,23 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
10
10
11
11
## Release notes
12
12
13
+ ### Release 0.3.0
14
+
15
+ Next release for testing the CoMPAS System with all components.
16
+ - [ SCL Data Service] ( https://github.com/com-pas/compas-scl-data-service ) (Version 0.9.3):
17
+ - Updated libraries to the latest versions;
18
+ - [ SCL Auto Alignment Service] ( https://github.com/com-pas/compas-scl-auto-alignment ) (Version 0.2.0):
19
+ - Updated libraries to the latest versions;
20
+ - Calculated position of bays and powertransformers;
21
+ - [ CIM Mapping Service] ( https://github.com/com-pas/compas-cim-mapping ) (Version 0.8.1):
22
+ - Updated libraries to the latest versions;
23
+ - Changed the SparQL for querying Substations;
24
+ - [ OpenSCD CoMPAS Edition] ( https://github.com/com-pas/compas-open-scd ) (Version 0.9.0):
25
+ - Loading nsdoc files through settings;
26
+ - Add basic wizard for ReportControl;
27
+ - Add wizard for sampledvaluecontrol/smv;
28
+ - See details in [ Release notes] ( https://github.com/openscd/open-scd/releases/tag/v0.9.0 )
29
+
13
30
### Release 0.2.0
14
31
15
32
Next release for testing the CoMPAS System with all components.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
39
39
scl-data-service :
40
40
labels :
41
41
compas : true
42
- image : " lfenergy/compas-scl-data-service:0.9.2 -basex"
42
+ image : " lfenergy/compas-scl-data-service:0.9.3 -basex"
43
43
environment :
44
44
- BASEX_HOST=basex
45
45
- BASEX_PORT=1984
@@ -67,7 +67,7 @@ services:
67
67
cim-mapping :
68
68
labels :
69
69
compas : true
70
- image : " lfenergy/compas-cim-mapping:0.8.0 "
70
+ image : " lfenergy/compas-cim-mapping:0.8.1 "
71
71
environment :
72
72
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
73
73
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -89,7 +89,7 @@ services:
89
89
scl-auto-alignment :
90
90
labels :
91
91
compas : true
92
- image : " lfenergy/compas-scl-auto-alignment:0.1 .0"
92
+ image : " lfenergy/compas-scl-auto-alignment:0.2 .0"
93
93
environment :
94
94
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
95
95
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -111,7 +111,7 @@ services:
111
111
open-scd :
112
112
labels :
113
113
compas : true
114
- image : " lfenergy/compas-open-scd:v0.8.2-compas-1 "
114
+ image : " lfenergy/compas-open-scd:v0.9.0.0 "
115
115
healthcheck :
116
116
test : ["CMD", "curl", "-f", "http://localhost/"]
117
117
interval : 30s
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
46
46
scl-data-service :
47
47
labels :
48
48
compas : true
49
- image : " lfenergy/compas-scl-data-service:0.9.2 -postgresql"
49
+ image : " lfenergy/compas-scl-data-service:0.9.3 -postgresql"
50
50
environment :
51
51
- POSTGRESQL_HOST=postgresql
52
52
- POSTGRESQL_DB=compas
@@ -74,7 +74,7 @@ services:
74
74
cim-mapping :
75
75
labels :
76
76
compas : true
77
- image : " lfenergy/compas-cim-mapping:0.8.0 "
77
+ image : " lfenergy/compas-cim-mapping:0.8.1 "
78
78
environment :
79
79
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
80
80
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -96,7 +96,7 @@ services:
96
96
scl-auto-alignment :
97
97
labels :
98
98
compas : true
99
- image : " lfenergy/compas-scl-auto-alignment:0.1 .0"
99
+ image : " lfenergy/compas-scl-auto-alignment:0.2 .0"
100
100
environment :
101
101
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
102
102
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
@@ -118,7 +118,7 @@ services:
118
118
open-scd :
119
119
labels :
120
120
compas : true
121
- image : " lfenergy/compas-open-scd:v0.8.2-compas-1 "
121
+ image : " lfenergy/compas-open-scd:v0.9.0.0 "
122
122
healthcheck :
123
123
test : ["CMD", "curl", "-f", "http://localhost/"]
124
124
interval : 30s
You can’t perform that action at this time.
0 commit comments