Skip to content

Commit ed97958

Browse files
build(2.6.0): bump version and update docs (#1448)
1 parent 5f97a55 commit ed97958

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

.tractusx

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

2020
leadingRepository: "https://github.com/eclipse-tractusx/portal"
2121
openApiSpecs:
22-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/administration-service.yaml"
22+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0/docs/api/administration-service.yaml"
2323
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/administration-service.yaml"
24-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/apps-service.yaml"
24+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0/docs/api/apps-service.yaml"
2525
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/apps-service.yaml"
26-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/notifications-service.yaml"
26+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0/docs/api/notifications-service.yaml"
2727
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/notifications-service.yaml"
28-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/registration-service.yaml"
28+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0/docs/api/registration-service.yaml"
2929
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/registration-service.yaml"
30-
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0-RC1/docs/api/services-service.yaml"
30+
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.6.0/docs/api/services-service.yaml"
3131
- "https://raw.githubusercontent.com/eclipse-tractusx/portal-backend/refs/tags/v2.5.0/docs/api/services-service.yaml"

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
44

55
## Unreleased
66

7-
## 2.6.0-RC1
7+
## 2.6.0
88

99
### Feature
1010

@@ -35,6 +35,10 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
3535
* **Dependencies**
3636
* updated app dependencies [#1370](https://github.com/eclipse-tractusx/portal-backend/pull/1370), [#1389](https://github.com/eclipse-tractusx/portal-backend/pull/1389), [#1361](https://github.com/eclipse-tractusx/portal-backend/pull/1361), [#1408](https://github.com/eclipse-tractusx/portal-backend/pull/1408), [#1416](https://github.com/eclipse-tractusx/portal-backend/pull/1416)
3737

38+
### Known Knowns
39+
40+
* Please refer to the **[list of open bugs](https://github.com/eclipse-tractusx/portal-backend/issues?q=is%3Aopen+is%3Aissue+label%3Abug)**.
41+
3842
## 2.5.0
3943

4044
### Feature

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.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Administration.Service
4-
version: v2.6.0-RC1
4+
version: v2.6.0
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.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Apps.Service
4-
version: v2.6.0-RC1
4+
version: v2.6.0
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.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Notifications.Service
4-
version: v2.6.0-RC1
4+
version: v2.6.0
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.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Registration.Service
4-
version: v2.6.0-RC1
4+
version: v2.6.0
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.4
22
info:
33
title: Org.Eclipse.TractusX.Portal.Backend.Services.Service
4-
version: v2.6.0-RC1
4+
version: v2.6.0
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.6.0</VersionPrefix>
23-
<VersionSuffix>RC1</VersionSuffix>
23+
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)