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
12 changes: 12 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).

## Release notes

### Release 0.4.0

Next release for testing the CoMPAS System with all components.
- [SCL Data Service](https://github.com/com-pas/compas-scl-data-service) (Version 0.9.4):
- Updated libraries to the latest versions;
- [SCL Auto Alignment Service](https://github.com/com-pas/compas-scl-auto-alignment) (Version 0.2.1):
- Updated libraries to the latest versions;
- [CIM Mapping Service](https://github.com/com-pas/compas-cim-mapping) (Version 0.8.3):
- Updated libraries to the latest versions;
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.12.0.0):
- See details in [Release notes](https://github.com/openscd/open-scd/releases/tag/v0.12.0)

### Release 0.3.0

Next release for testing the CoMPAS System with all components.
Expand Down
8 changes: 4 additions & 4 deletions compas/docker-compose-basex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.3-basex"
image: "lfenergy/compas-scl-data-service:0.9.4-basex"
environment:
- BASEX_HOST=basex
- BASEX_PORT=1984
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.2"
image: "lfenergy/compas-cim-mapping:0.8.3"
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.0"
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
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:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.10.0.1"
image: "lfenergy/compas-open-scd:v0.12.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
8 changes: 4 additions & 4 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.3-postgresql"
image: "lfenergy/compas-scl-data-service:0.9.4-postgresql"
environment:
- POSTGRESQL_HOST=postgresql
- POSTGRESQL_DB=compas
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.2"
image: "lfenergy/compas-cim-mapping:0.8.3"
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.0"
image: "lfenergy/compas-scl-auto-alignment:0.2.1"
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:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.10.0.1"
image: "lfenergy/compas-open-scd:v0.12.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down