From 8a340ff41262610541b2f20a1275cdffdcf72723 Mon Sep 17 00:00:00 2001 From: Tim Purschke Date: Tue, 30 Apr 2024 10:40:36 +0200 Subject: [PATCH 1/2] v8.2 docs/versioning --- .vscode/launch.json | 2 +- documentation/revision-history-main.md | 8 ++++++++ inventory/group_vars/all.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b4936dd8..3dc23a3c0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -101,7 +101,7 @@ "name": "py-customize-FWO-sample", "type": "debugpy", "request": "launch", - "program": "${workspaceFolder}/scripts/customizing/customizeFwoSampleScript.py", + "program": "${workspaceFolder}/scripts/customizing/customizing.py", "console": "integratedTerminal", "env": { "PYTHONPATH": "${PYTHONPATH}:${workspaceRoot}" diff --git a/documentation/revision-history-main.md b/documentation/revision-history-main.md index 149785b44..89bce2721 100644 --- a/documentation/revision-history-main.md +++ b/documentation/revision-history-main.md @@ -370,3 +370,11 @@ adding report template format fk and permissions - Database security: all credentials in the database are now encrypted - breaking change (for developer debugging only): add the following local file when using -e testkeys=true: /etc/fworch/secrets/main_key with content "not4production..not4production.." - Importer fix: remove log locking from importer due to stalling importer stops + +# 8.2 - 30.04.2024 MAIN +- new workflow: interface request + - adding all imported modelling users to local db (uiuser) - to enable email notification +- upgrade to dotnet 8.0 +- encrypt emailPassword in config +- fixes: + - demo managements (change import from deactivated to activated - does not affect test managements) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index f10e29fc6..80fd8cfe8 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -1,5 +1,5 @@ ### general settings -product_version: "8.1.2" +product_version: "8.2" ansible_user: "{{ lookup('env', 'USER') }}" ansible_become_method: sudo ansible_python_interpreter: /usr/bin/python3 From a4d3f5e93e3a6b944456099c3171750b4a2287ed Mon Sep 17 00:00:00 2001 From: Tim Purschke Date: Tue, 30 Apr 2024 16:11:05 +0200 Subject: [PATCH 2/2] release notes 8.2 update --- documentation/revision-history-main.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/revision-history-main.md b/documentation/revision-history-main.md index 89bce2721..ac9ac02ee 100644 --- a/documentation/revision-history-main.md +++ b/documentation/revision-history-main.md @@ -372,9 +372,12 @@ adding report template format fk and permissions - Importer fix: remove log locking from importer due to stalling importer stops # 8.2 - 30.04.2024 MAIN -- new workflow: interface request +- new workflow for modelling: interface request - adding all imported modelling users to local db (uiuser) - to enable email notification -- upgrade to dotnet 8.0 +- new features for modelling + - display NAs in Report LSB and Export + - count and display members of areas in selection list +- upgrade to dotnet 8.0 (middleware and UI server) - encrypt emailPassword in config - fixes: - demo managements (change import from deactivated to activated - does not affect test managements)