From 0e49d17d74d721500b0788ef4f8ed4d5a08338af Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Tue, 25 Nov 2025 17:30:19 +0100 Subject: [PATCH 1/3] Update install-plugins.md Changed version numbers for Ping-Pong, Report, Feasibility, DataSharing, DataTransfer Removed NUM-RDP --- docs/src/operations/v1.9.0/install-plugins.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/src/operations/v1.9.0/install-plugins.md b/docs/src/operations/v1.9.0/install-plugins.md index ed4ff8996..66f935cfc 100644 --- a/docs/src/operations/v1.9.0/install-plugins.md +++ b/docs/src/operations/v1.9.0/install-plugins.md @@ -9,18 +9,17 @@ To install and learn more about each Process Plugin, you can visit the Marketpla ## **Overview** -- You can find an overview of compatable process plugins below (last updated 2025-01-22). +- You can find an overview of compatable process plugins below (last updated 2025-11-25). | Process Plugin | released for test | released for production | | -------------- | ----------------- | ----------------------- | -| [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) | +| [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) & [v2.0.0.2](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v2.0.0.2) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) & [v2.0.0.2](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v2.0.0.2) | | [Allow-List](https://github.com/datasharingframework/dsf-process-allow-list/releases) | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) | -| [MII Process Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases) | [v1.0.0.8](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.8) | [v1.0.0.8](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.8) | -| [MII Process Report](https://github.com/medizininformatik-initiative/mii-process-report/releases) | [v1.1.2.0](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.1.2.0) | [v1.1.2.0](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.1.2.0) | -| [MII Process Data Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases) | [v1.0.3.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.0.3.1) | [v1.0.3.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.0.3.1) | -| [MII Process Data Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases) | [v1.0.2.1](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.0.2.1) | [v1.0.2.1](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.0.2.1) | -| [NUM-RDP](https://github.com/num-codex/codex-processes-ap1/releases) | [v1.1.0.0](https://github.com/num-codex/codex-processes-ap1/releases/tag/v1.1.0.0) | [v1.1.0.0](https://github.com/num-codex/codex-processes-ap1/releases/tag/v1.1.0.0) | +| [MII Process Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases) | [v1.0.0.10](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.10) | [v1.0.0.8](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.8) | +| [MII Process Report](https://github.com/medizininformatik-initiative/mii-process-report/releases) | [v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1) | [v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1) | +| [MII Process Data Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases) | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1) | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1) | +| [MII Process Data Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases) | [v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0) | [v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0) | - Explore and install Process Plugins in the Marketplace. Details on each plugin are available [here](https://hub.dsf.dev/). From d6e0678c6cf6b9e9000188dcd7e354fe4870f784 Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Tue, 25 Nov 2025 17:38:36 +0100 Subject: [PATCH 2/3] Update install-plugins.md changed example --- docs/src/operations/v1.9.0/install-plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/operations/v1.9.0/install-plugins.md b/docs/src/operations/v1.9.0/install-plugins.md index 66f935cfc..3a707d01a 100644 --- a/docs/src/operations/v1.9.0/install-plugins.md +++ b/docs/src/operations/v1.9.0/install-plugins.md @@ -37,7 +37,7 @@ wget (your jar-file download link) For example: ``` - wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.0.0.1/mii-process-data-sharing-1.0.0.1.jar + wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.1.0.0/mii-process-data-sharing-1.1.0.0.jar ``` - Make sure the process is readable by the bpe user or group, for example by executing: @@ -47,8 +47,8 @@ sudo chown root:bpe (your jar-file name.jar) ``` For example: ``` -sudo chmod 440 mii-process-data-sharing-1.0.0.1.jar -sudo chown root:bpe mii-process-data-sharing-1.0.0.1.jar +sudo chmod 440 mii-process-data-sharing-1.1.0.0.jar +sudo chown root:bpe mii-process-data-sharing-1.1.0.0.jar ``` - Modify the process exclude config in `/opt/bpe/docker-compose.yml` From f1c7bd26ffe18c84de0884cd438e68326ee7efef Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Tue, 25 Nov 2025 17:42:02 +0100 Subject: [PATCH 3/3] Update install-plugins.md changed Feasibility in Prod to 1.0.0.10 --- docs/src/operations/v1.9.0/install-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/operations/v1.9.0/install-plugins.md b/docs/src/operations/v1.9.0/install-plugins.md index 3a707d01a..e56fe1145 100644 --- a/docs/src/operations/v1.9.0/install-plugins.md +++ b/docs/src/operations/v1.9.0/install-plugins.md @@ -16,7 +16,7 @@ To install and learn more about each Process Plugin, you can visit the Marketpla | -------------- | ----------------- | ----------------------- | | [Ping-Pong](https://github.com/datasharingframework/dsf-process-ping-pong/releases) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) & [v2.0.0.2](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v2.0.0.2) | [v1.0.1.0](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v1.0.1.0) & [v2.0.0.2](https://github.com/datasharingframework/dsf-process-ping-pong/releases/tag/v2.0.0.2) | | [Allow-List](https://github.com/datasharingframework/dsf-process-allow-list/releases) | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) | [v1.0.0.1](https://github.com/datasharingframework/dsf-process-allow-list/releases/tag/v1.0.0.1) | -| [MII Process Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases) | [v1.0.0.10](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.10) | [v1.0.0.8](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.8) | +| [MII Process Feasibility](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases) | [v1.0.0.10](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.10) | [v1.0.0.10](https://github.com/medizininformatik-initiative/mii-process-feasibility/releases/tag/v1.0.0.10) | | [MII Process Report](https://github.com/medizininformatik-initiative/mii-process-report/releases) | [v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1) | [v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1) | | [MII Process Data Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases) | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1) | [v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1) | | [MII Process Data Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases) | [v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0) | [v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0) |