Skip to content

Commit c59c14a

Browse files
committed
build(1.2.0): bump version and update docs
1 parent e946785 commit c59c14a

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

.tractusx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
product: "SSI Credential Issuer"
2121
leadingRepository: "https://github.com/eclipse-tractusx/ssi-credential-issuer"
2222
openApiSpecs:
23-
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0-rc.2/docs/api/issuer-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0/docs/api/issuer-service.yaml"

charts/ssi-credential-issuer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
apiVersion: v2
2121
name: ssi-credential-issuer
2222
type: application
23-
version: 1.2.0-rc.2
24-
appVersion: 1.2.0-rc.2
23+
version: 1.2.0
24+
appVersion: 1.2.0
2525
description: Helm chart for SSI Credential Issuer
2626
home: https://github.com/eclipse-tractusx/ssi-credential-issuer
2727
dependencies:

charts/ssi-credential-issuer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the helm chart as a dependency:
2929
dependencies:
3030
- name: ssi-credential-issuer
3131
repository: https://eclipse-tractusx.github.io/charts/dev
32-
version: 1.2.0-rc.2
32+
version: 1.2.0
3333
```
3434
3535
## Requirements

docs/admin/known-issues-and-limitations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
- The DIM Status List is presently included in both the configuration file and the outbound wallet post body, which is against our recommendation as we believe this function should be autonomously managed by the wallet. The status list is defined within the component configuration, suggesting an interim solution with an intention to phase out this approach, reinforcing that the status list should not be integral to the interface in the long term.
66

7-
- The Operator is currently not able to review the supporting documents for a credential request of another company. See [225](https://github.com/eclipse-tractusx/ssi-credential-issuer/issues/225)
8-
9-
- The application of the wallet and the paths of the wallet calls are not configurable. Thus the application is set to catena-x-portal. See [226](https://github.com/eclipse-tractusx/ssi-credential-issuer/issues/226)
7+
- Type of the status list is not yet configurable and currently still set to StatusList2021, see [299](https://github.com/eclipse-tractusx/ssi-credential-issuer/issues/299).
108

119
## NOTICE
1210

docs/api/issuer-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.SsiCredentialIssuer.Service
4-
version: v1.2.0-rc.2
4+
version: v1.2.0
55
paths:
66
/api/issuer/useCaseParticipation:
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>1.2.0</VersionPrefix>
23-
<VersionSuffix>rc.2</VersionSuffix>
23+
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)