Skip to content

Commit eb5ceb3

Browse files
committed
build(1.3.0): bump version and update docs
1 parent a743490 commit eb5ceb3

File tree

10 files changed

+16
-12
lines changed

10 files changed

+16
-12
lines changed

.tractusx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
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.3.0-rc.2/docs/api/issuer-service.yaml"
23+
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.3.0/docs/api/issuer-service.yaml"
2424
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0/docs/api/issuer-service.yaml"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ For **installation** details, please refer to the [README.md](./charts/ssi-crede
88

99
To see the latest open API specs you can have a look at the [API Hub](https://eclipse-tractusx.github.io/api-hub/ssi-credential-issuer/).
1010

11+
Information about the connection to the Decentralized Identity Verification (DIV, formerly known as DIM) Wallet: this version was last tested with the 2.2.1 version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer).
12+
1113
## How to build and run
1214

1315
Install the [.NET 9.0 SDK](https://www.microsoft.com/net/download).

charts/ssi-credential-issuer/Chart.yaml

+2-2
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.3.0-rc.2
24-
appVersion: 1.3.0-rc.2
23+
version: 1.3.0
24+
appVersion: 1.3.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

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This helm chart installs the Catena-X SSI Credential Issuer application.
44

55
For further information please refer to [Technical Documentation](/docs/technical-documentation).
66

7-
For information about the initial credential creation for the Operator, please refer to [initial credential setup](/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md)
7+
For information about the initial credential creation for the Operator, please refer to [initial credential setup](/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md).
8+
9+
Information about the connection to the Decentralized Identity Verification (DIV, formerly known as DIM) Wallet: this version was last tested with the 2.2.1 version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer).
810

911
The referenced container images are for demonstration purposes only.
1012

@@ -29,7 +31,7 @@ To use the helm chart as a dependency:
2931
dependencies:
3032
- name: ssi-credential-issuer
3133
repository: https://eclipse-tractusx.github.io/charts/dev
32-
version: 1.3.0-rc.2
34+
version: 1.3.0
3335
```
3436
3537
## Requirements

charts/ssi-credential-issuer/README.md.gotmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This helm chart installs the Catena-X SSI Credential Issuer application.
44

55
For further information please refer to [Technical Documentation](/docs/technical-documentation).
66

7-
For information about the initial credential creation for the Operator, please refer to [initial credential setup](/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md)
7+
For information about the initial credential creation for the Operator, please refer to [initial credential setup](/docs/technical-documentation/operator-credential-creation/initial-credential-setup.md).
8+
9+
Information about the connection to the Decentralized Identity Verification (DIV, formerly known as DIM) Wallet: this version was last tested with the 2.2.1 version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer).
810

911
The referenced container images are for demonstration purposes only.
1012

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

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
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-
- 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).
8-
97
## NOTICE
108

119
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

docs/api/issuer-service.yaml

+1-1
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.3.0-rc.2
4+
version: v1.3.0
55
paths:
66
/api/issuer/useCaseParticipation:
77
get:

environments/argocd-app-templates/appsetup-int.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
source:
2929
path: charts/ssi-credential-issuer
3030
repoURL: 'https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31-
targetRevision: ssi-credential-issuer-1.3.0-rc.2
31+
targetRevision: ssi-credential-issuer-1.3.0
3232
plugin:
3333
env:
3434
- name: AVP_SECRET

environments/argocd-app-templates/appsetup-stable.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
source:
2929
path: charts/ssi-credential-issuer
3030
repoURL: 'https://github.com/eclipse-tractusx/ssi-credential-issuer.git'
31-
targetRevision: ssi-credential-issuer-1.3.0-rc.2
31+
targetRevision: ssi-credential-issuer-1.3.0
3232
plugin:
3333
env:
3434
- name: AVP_SECRET

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<Project>
2121
<PropertyGroup>
2222
<VersionPrefix>1.3.0</VersionPrefix>
23-
<VersionSuffix>rc.2</VersionSuffix>
23+
<VersionSuffix></VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)