From 5e36caadeff6702adc34dbb9684860b5ffbab4d8 Mon Sep 17 00:00:00 2001 From: Kamil Czaja Date: Thu, 26 Sep 2024 17:59:32 +0200 Subject: [PATCH] chore: release prep --- CHANGELOG.md | 31 +++++++++++++++++-- .../gradle/libs.versions.toml | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0635c8d6d..b1b0fce3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md). #### Patch -- Docs describe how to locally self-generate X.509 certificates ([#192](https://github.com/sovity/authority-portal/issues/192)) -- Fixed configuration not applying properly after a version upgrade ([#322](https://github.com/sovity/authority-portal/issues/322)) - ### Known issues ### Deployment Migration Notes @@ -29,6 +26,34 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md). - Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:{{ CE VERSION }}` - Sovity EDC CE: {{ CE Release Link }} +## [v4.1.2] - 2024-09-26 + +### Overview + +MDS 2.2 Hotfix + +### Detailed Changes + +#### Patch + +- Docs describe how to locally self-generate X.509 certificates ([#192](https://github.com/sovity/authority-portal/issues/192)) +- Fixed configuration not applying properly after a version upgrade ([#322](https://github.com/sovity/authority-portal/issues/322)) + +### Known issues + +- Users are not redirected to the correct URL after login ([#324](https://github.com/sovity/authority-portal/issues/324)) + +### Deployment Migration Notes + +_No special migration steps required_ + +#### Compatible Versions + +- Authority Portal Backend Docker Image: `ghcr.io/sovity/authority-portal-backend:4.1.2` +- Authority Portal Frontend Docker Image: `ghcr.io/sovity/authority-portal-frontend:4.1.2` +- Catalog Crawler CE: `ghcr.io/sovity/catalog-crawler-ce:10.4.1` +- Sovity EDC CE: [`v10.4.1`](https://github.com/sovity/edc-ce/releases/tag/v10.4.1) + ## [v4.1.1] - 2024-09-18 ### Overview diff --git a/authority-portal-backend/gradle/libs.versions.toml b/authority-portal-backend/gradle/libs.versions.toml index 2c8b9f8b4..fe22adff4 100644 --- a/authority-portal-backend/gradle/libs.versions.toml +++ b/authority-portal-backend/gradle/libs.versions.toml @@ -3,7 +3,7 @@ java = "17" kotlin = "1.9.22" npmVersion = "8.15.0" -sovity-edcCe = "10.4.0" +sovity-edcCe = "10.4.1" quarkus = "3.9.2" quarkus-keycloakAdminClientReactive = "3.6.6"