Skip to content

Commit 6a9346a

Browse files
author
Dennis Labordus
committed
Updated OpenSCD Container
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
1 parent 85b6c6a commit 6a9346a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

RELEASE.md

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

1111
## Release notes
1212

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+
1330
### Release 0.2.0
1431

1532
Next release for testing the CoMPAS System with all components.

compas/docker-compose-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
open-scd:
112112
labels:
113113
compas: true
114-
image: "lfenergy/compas-open-scd:v0.8.2-compas-1"
114+
image: "lfenergy/compas-open-scd:v0.9.0.0"
115115
healthcheck:
116116
test: ["CMD", "curl", "-f", "http://localhost/"]
117117
interval: 30s

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
open-scd:
119119
labels:
120120
compas: true
121-
image: "lfenergy/compas-open-scd:v0.8.2-compas-1"
121+
image: "lfenergy/compas-open-scd:v0.9.0.0"
122122
healthcheck:
123123
test: ["CMD", "curl", "-f", "http://localhost/"]
124124
interval: 30s

0 commit comments

Comments
 (0)