You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/corporate-memory-24-3/index.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ tags:
7
7
8
8
Corporate Memory 24.3.0 is the third major release in 2024.
9
9
10
-
<!--  based Data Exploration"){ class="bordered" }-->
<!-- { class="bordered" }-->
10
+
 based dossier view"){ class="bordered" }
- `urn:eccenca:di` -> `<https://vocab.eccenca.com/auth/Action/Build>` (will be handled by `cmemc admin migration`, see below).
375
+
- `urn:elds-backend-all-actions` -> `<https://vocab.eccenca.com/auth/Action/AllActions>` (will be handled by `cmemc admin migration`, see below).
376
376
- Python plugin management endpoints are now secured via `<https://vocab.eccenca.com/auth/Action/Build-AdminPython>` action.
377
377
- Workspace admin functions (reload workspace, import workspace) are now secured via `<https://vocab.eccenca.com/auth/Action/Build-AdminWorkspace>` action.
378
378
@@ -383,7 +383,15 @@ We're excited to bring you the latest update to Corporate Memory Control (cmemc)
383
383
Since v24.3.0, the components eccenca DataPlatform and eccenca DataManager are merged
384
384
into a single component eccenca Explore.
385
385
386
-
...
386
+
This release introduces changes to internally used graphs (access control graph) and data structures (ACL actions, workspace configuration, chart integration, workflow trigger integration, table report integration).
387
+
388
+
For easy migration, we introduce a new cmemc command group that automates the necessary adjustments to use your configuration with v24.3: `cmemc admin migration`.
389
+
390
+
Test if migrations are required: `cmemc admin migration execute --test-only --all`.
391
+
392
+
Run a specific migration: `cmemc admin migration execute <recipe-id>`.
393
+
394
+
Run all migrations: `cmemc admin migration execute --all`.
0 commit comments