Skip to content

Commit

Permalink
Merge pull request #1091 from eclipse-tractusx/release/v2.3.0-alpha.3
Browse files Browse the repository at this point in the history
build(2.3.0-alpha.3): bump version and update docs
  • Loading branch information
evegufy authored Oct 21, 2024
2 parents 0f12385 + 19b751a commit 871b899
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/api/administration-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/apps-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/notifications-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/registration-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/services-service.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.3.0</VersionPrefix>
<VersionSuffix>alpha.2</VersionSuffix>
<VersionSuffix>alpha.3</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 871b899

Please sign in to comment.