-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathReleaseNotes.txt
20 lines (14 loc) · 1 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Q3 2023 1.2.0-SNAPSHOT
Upgraded to java17 and SpingBoot3
Upgraded from ActiveMQ to Artemis
Upgrade Keycloak to 16
backup your previous database if necessary:
sudo docker exec amysql /usr/bin/mysqldump -u root --password=letmein ostmfdb > backup_ostmfdb.sql
restore your previous database:
cat backup_ostmfdb.sql | docker exec -i amysql /usr/bin/mysql -u root --password=letmein ostmfdb
Q3 2021
- There have been some minor changes in the databases. THerefore some older artifacts might be deleted. Especially RFS relationships
- The CONFIG attribute of RFSs must be renamed to OSM_CONFIG. OSM_CONFIG includes now the json configuration to pass to OSM when creating NSDs
- Edit your docker-compose.yaml and add oasapi section. Edit the oasapi section according to your needs (db password, keycloak etc)
- Edit your /openslice/io.openslice.tmf.web/dist/io-openslice-portal-web/assets/config/config.prod.json with the new API endpoints. Please consult the config.prod.default.json
- Edit nginx.conf to add the new oas-api