From 263b3a8224fefd64bcd0f3405b0f67570c6fc853 Mon Sep 17 00:00:00 2001 From: Kamil Czaja Date: Mon, 9 Dec 2024 16:47:43 +0100 Subject: [PATCH] chore: release prep --- CHANGELOG.md | 5 +++-- docs/deployment-guide/goals/production/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba17eb271..af15eff6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md). - Catalog Crawler CE: `ghcr.io/sovity/authority-portal-crawler:{{ version }}` - Sovity EDC CE: {{ CE Release Link }} -## [v4.1.3] - 2024-12-03 +## [v4.1.3] - 2024-12-09 ### Overview @@ -46,6 +46,7 @@ This release addresses several issues and adds minor improvements to the Portal. - Fixed website title not updating in some scenarios ([#237](https://github.com/sovity/authority-portal/issues/237)) - The page now updates when activating/deactivating a user ([#287](https://github.com/sovity/authority-portal/issues/287)) - Added documentation for roles and rights ([#334](https://github.com/sovity/authority-portal/issues/334)) +- Fixed an issue wherein a service provider could not delete their account if they provided a connector to another participant ### Deployment Migration Notes @@ -56,7 +57,7 @@ _No special migration steps required_ - Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:4.1.3` - Authority Portal Frontend Docker Image: `ghcr.io/sovity/authority-portal-frontend:4.1.3` - Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.4.2` -- Sovity EDC CE: [`v10.4.1`](https://github.com/sovity/edc-ce/releases/tag/v10.4.2) +- Sovity EDC CE: [`v10.4.2`](https://github.com/sovity/edc-ce/releases/tag/v10.4.2) ## [v4.1.2] - 2024-09-26 diff --git a/docs/deployment-guide/goals/production/README.md b/docs/deployment-guide/goals/production/README.md index 4b93a2e80..b452b8500 100644 --- a/docs/deployment-guide/goals/production/README.md +++ b/docs/deployment-guide/goals/production/README.md @@ -324,7 +324,7 @@ AUTHORITY_PORTAL_FRONTEND_PORTAL_DISPLAY_NAME: "Authority Portal" # Portal name - Each deployment environment requires a Data Catalog Crawler. - A Data Catalog Crawler is based on the EDC Connector and crawls the catalogs of all connectors in the dataspace. - You will need an SKI/AKI client ID to register the crawler. Please refer to the [EDC documentation](https://github.com/sovity/edc-ce/tree/main/docs/getting-started#faq) on how to generate one. -- See the [Catalog Crawler Productive Deployment Guide](https://github.com/sovity/edc-ce/blob/v10.4.1/docs/deployment-guide/goals/catalog-crawler-production/README.md) +- See the [Catalog Crawler Productive Deployment Guide](https://github.com/sovity/edc-ce/blob/v10.4.2/docs/deployment-guide/goals/catalog-crawler-production/README.md) ## Initial Setup