From 19b751ab82344a4094ea4441d30db8ae7719ff36 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 21 Oct 2024 17:39:41 +0200 Subject: [PATCH] build(2.3.0-alpha.3): bump version and update docs --- .tractusx | 10 +++++----- CHANGELOG.md | 30 ++++++++++++++++++++++++++-- docs/api/administration-service.yaml | 2 +- docs/api/apps-service.yaml | 2 +- docs/api/notifications-service.yaml | 2 +- docs/api/registration-service.yaml | 2 +- docs/api/services-service.yaml | 2 +- src/Directory.Build.props | 2 +- 8 files changed, 39 insertions(+), 13 deletions(-) diff --git a/.tractusx b/.tractusx index ee143842ab..d4b7c258da 100644 --- a/.tractusx +++ b/.tractusx @@ -19,8 +19,8 @@ leadingRepository: "https://github.com/eclipse-tractusx/portal" openApiSpecs: -- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.2/docs/api/administration-service.yaml" -- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.2/docs/api/apps-service.yaml" -- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.2/docs/api/notifications-service.yaml" -- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.2/docs/api/registration-service.yaml" -- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.2/docs/api/services-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.3/docs/api/administration-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.3/docs/api/apps-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.3/docs/api/notifications-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.3/docs/api/registration-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-alpha.3/docs/api/services-service.yaml" diff --git a/CHANGELOG.md b/CHANGELOG.md index 867b6324c9..0a0fc9d35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,36 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel ## Unreleased +## 2.3.0-alpha.3 + ## Feature * **Registration** - * adjust legalEntityPattern REGEX to allow all language characters [#1043](https://github.com/eclipse-tractusx/portal-backend/pull/1043) + * adjusted legalEntityPattern REGEX to allow all language characters [#1043](https://github.com/eclipse-tractusx/portal-backend/pull/1043) +* **Application Activation** + * split application activation to enable retrigger [#1004](https://github.com/eclipse-tractusx/portal-backend/pull/1004) + +## Change + +* **Technical User** + * added internal external flag to profiles [#1038](https://github.com/eclipse-tractusx/portal-backend/pull/1038) + * renamed company service account related tables [#1060](https://github.com/eclipse-tractusx/portal-backend/pull/1060) +* **Registration Documents** + * added check for OPERATOR and confirmed status to GET /api/registration/documents/{documentId} [#1075](https://github.com/eclipse-tractusx/portal-backend/pull/1075) +* **Seeding** + * moved company and address to overwrite directory to prepare possible overwrite in helm chart [#1067](https://github.com/eclipse-tractusx/portal-backend/pull/1067) + +### Technical Support + +* **Dependencies** + * upgraded Flurl packages [#1053](https://github.com/eclipse-tractusx/portal-backend/pull/1053) +* **Pre Checks** + * added step to check for uncommitted files [#1077](https://github.com/eclipse-tractusx/portal-backend/pull/1077) + +### Bugfixes + +* **Services** + * fixed response for leadPictureId [#1042](https://github.com/eclipse-tractusx/portal-backend/pull/1042) ## 2.3.0-alpha.2 @@ -36,7 +62,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel * updated Microsoft nuget packages [#1018](https://github.com/eclipse-tractusx/portal-backend/pull/1018) * update workflow actions [1049](https://github.com/eclipse-tractusx/portal-backend/pull/1049) -### Bugfix +### Bugfixes * **Process Worker** * adjusted validation of the did schema [#1055](https://github.com/eclipse-tractusx/portal-backend/pull/1055) diff --git a/docs/api/administration-service.yaml b/docs/api/administration-service.yaml index 767f683201..7362b26064 100644 --- a/docs/api/administration-service.yaml +++ b/docs/api/administration-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service - version: v2.3.0-alpha.2 + version: v2.3.0-alpha.3 paths: /api/administration/companydata/ownCompanyDetails: get: diff --git a/docs/api/apps-service.yaml b/docs/api/apps-service.yaml index 53ca0c679a..aa436c63ef 100644 --- a/docs/api/apps-service.yaml +++ b/docs/api/apps-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service - version: v2.3.0-alpha.2 + version: v2.3.0-alpha.3 paths: '/api/apps/AppChange/{appId}/role/activeapp': post: diff --git a/docs/api/notifications-service.yaml b/docs/api/notifications-service.yaml index 009d7de7e3..c2d424289f 100644 --- a/docs/api/notifications-service.yaml +++ b/docs/api/notifications-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service - version: v2.3.0-alpha.2 + version: v2.3.0-alpha.3 paths: /api/notification/errormessage: get: diff --git a/docs/api/registration-service.yaml b/docs/api/registration-service.yaml index c016075024..21c7822706 100644 --- a/docs/api/registration-service.yaml +++ b/docs/api/registration-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service - version: v2.3.0-alpha.2 + version: v2.3.0-alpha.3 paths: /api/registration/errormessage: get: diff --git a/docs/api/services-service.yaml b/docs/api/services-service.yaml index d5d41b1c3a..6e4bfa24bf 100644 --- a/docs/api/services-service.yaml +++ b/docs/api/services-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.Portal.Backend.Services.Service - version: v2.3.0-alpha.2 + version: v2.3.0-alpha.3 paths: /api/services/errormessage: get: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 63da336b60..a2acb3318e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 2.3.0 - alpha.2 + alpha.3