Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).
### Release 0.6.0

Next release for testing the CoMPAS System with all components.
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.1.1):
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.1.2):
- Validation using the XSD;
- Validation using OCL Files;
- Facilitate automatic loading of NSDoc Files in OpenSCD;
- Updated libraries to the latest versions;
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.2):
- Updated libraries to the latest versions;
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.4):
- Updated libraries to the latest versions;
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.12.0.2):
- Automatic loading of NSDoc Files from SCL Validator Service;
- Added CoMPAS Validation using the SCL Validator Service;
Expand Down
6 changes: 3 additions & 3 deletions compas/docker-compose-basex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.3"
image: "lfenergy/compas-cim-mapping:0.8.4"
environment:
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
Expand All @@ -89,7 +89,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
image: "lfenergy/compas-scl-auto-alignment:0.2.2"
environment:
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
Expand All @@ -111,7 +111,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.1.1"
image: "lfenergy/compas-scl-validator:0.1.2"
ports:
- "9093:8080"
environment:
Expand Down
6 changes: 3 additions & 3 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.3"
image: "lfenergy/compas-cim-mapping:0.8.4"
environment:
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
Expand All @@ -96,7 +96,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
image: "lfenergy/compas-scl-auto-alignment:0.2.2"
environment:
- JWT_VERIFY_KEY=http://keycloak:8080/auth/realms/compas/protocol/openid-connect/certs
- JWT_VERIFY_ISSUER=http://${COMPAS_HOSTNAME}/auth/realms/compas
Expand All @@ -118,7 +118,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.1.1"
image: "lfenergy/compas-scl-validator:0.1.2"
ports:
- "9093:8080"
environment:
Expand Down