Skip to content

Commit d8633e3

Browse files
committed
build(2.3.0-rc3): bump version and update docs
1 parent 69f4e6b commit d8633e3

File tree

8 files changed

+22
-11
lines changed

8 files changed

+22
-11
lines changed

.tractusx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
leadingRepository: "https://github.com/eclipse-tractusx/portal"
2121
openApiSpecs:
22-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC2/docs/api/administration-service.yaml"
23-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC2/docs/api/apps-service.yaml"
24-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC2/docs/api/notifications-service.yaml"
25-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC2/docs/api/registration-service.yaml"
26-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC2/docs/api/services-service.yaml"
22+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/administration-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/apps-service.yaml"
24+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/notifications-service.yaml"
25+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/registration-service.yaml"
26+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.3.0-RC3/docs/api/services-service.yaml"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
44

55
## Unreleased
66

7+
## 2.3.0-RC3
8+
9+
### Technical Support
10+
11+
* upgraded System.Text.Encodings.Web and System.Net.Http packages [#1156](https://github.com/eclipse-tractusx/portal-backend/pull/1156)
12+
13+
### Bugfixes
14+
15+
* **Keycloak realm seeding job**: added user profile and localization texts to seeding [#1154](https://github.com/eclipse-tractusx/portal-backend/pull/1154)
16+
* **Own Identity Provider**: fixed setting URLs for IdP update [#1153](https://github.com/eclipse-tractusx/portal-backend/pull/1153)
17+
718
## 2.3.0-RC2
819

920
### Change

docs/api/administration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
4-
version: v2.3.0-RC2
4+
version: v2.3.0-RC3
55
paths:
66
/api/administration/companydata/ownCompanyDetails:
77
get:

docs/api/apps-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
4-
version: v2.3.0-RC2
4+
version: v2.3.0-RC3
55
paths:
66
'/api/apps/AppChange/{appId}/role/activeapp':
77
post:

docs/api/notifications-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
4-
version: v2.3.0-RC2
4+
version: v2.3.0-RC3
55
paths:
66
/api/notification/errormessage:
77
get:

docs/api/registration-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
4-
version: v2.3.0-RC2
4+
version: v2.3.0-RC3
55
paths:
66
/api/registration/errormessage:
77
get:

docs/api/services-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
4-
version: v2.3.0-RC2
4+
version: v2.3.0-RC3
55
paths:
66
/api/services/errormessage:
77
get:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<Project>
2121
<PropertyGroup>
2222
<VersionPrefix>2.3.0</VersionPrefix>
23-
<VersionSuffix>RC2</VersionSuffix>
23+
<VersionSuffix>RC3</VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)