File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
13
13
### Release 0.6.0
14
14
15
15
Next release for testing the CoMPAS System with all components.
16
- - [ SCL Validator Service] ( https://github.com/com-pas/compas-scl-validator ) (Version 0.1.1):
16
+ - [ SCL Validator Service] ( https://github.com/com-pas/compas-scl-validator ) (Version 0.1.2):
17
+ - Validation using the XSD;
17
18
- Validation using OCL Files;
18
19
- Facilitate automatic loading of NSDoc Files in OpenSCD;
19
20
- Updated libraries to the latest versions;
21
+ - [ SCL Auto Alignment Service] ( https://github.com/com-pas/compas-scl-auto-alignment ) (Version 0.2.2):
22
+ - Updated libraries to the latest versions;
23
+ - [ CIM Mapping Service] ( https://github.com/com-pas/compas-cim-mapping ) (Version 0.8.4):
24
+ - Updated libraries to the latest versions;
20
25
- [ OpenSCD CoMPAS Edition] ( https://github.com/com-pas/compas-open-scd ) (Version 0.12.0.2):
21
26
- Automatic loading of NSDoc Files from SCL Validator Service;
22
27
- Added CoMPAS Validation using the SCL Validator Service;
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
67
67
cim-mapping :
68
68
labels :
69
69
compas : true
70
- image : " lfenergy/compas-cim-mapping:0.8.3 "
70
+ image : " lfenergy/compas-cim-mapping:0.8.4 "
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.2.1 "
92
+ image : " lfenergy/compas-scl-auto-alignment:0.2.2 "
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
scl-validator :
112
112
labels :
113
113
compas : true
114
- image : " lfenergy/compas-scl-validator:0.1.1 "
114
+ image : " lfenergy/compas-scl-validator:0.1.2 "
115
115
ports :
116
116
- " 9093:8080"
117
117
environment :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ services:
74
74
cim-mapping :
75
75
labels :
76
76
compas : true
77
- image : " lfenergy/compas-cim-mapping:0.8.3 "
77
+ image : " lfenergy/compas-cim-mapping:0.8.4 "
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.2.1 "
99
+ image : " lfenergy/compas-scl-auto-alignment:0.2.2 "
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
scl-validator :
119
119
labels :
120
120
compas : true
121
- image : " lfenergy/compas-scl-validator:0.1.1 "
121
+ image : " lfenergy/compas-scl-validator:0.1.2 "
122
122
ports :
123
123
- " 9093:8080"
124
124
environment :
You can’t perform that action at this time.
0 commit comments