From c59c14aae4176ea884e7254c608d56a051dbe99f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 27 Nov 2024 12:16:09 +0100 Subject: [PATCH] build(1.2.0): bump version and update docs --- .tractusx | 2 +- charts/ssi-credential-issuer/Chart.yaml | 4 ++-- charts/ssi-credential-issuer/README.md | 2 +- docs/admin/known-issues-and-limitations.md | 4 +--- docs/api/issuer-service.yaml | 2 +- src/Directory.Build.props | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.tractusx b/.tractusx index 717e2de0..d6ad0248 100644 --- a/.tractusx +++ b/.tractusx @@ -20,4 +20,4 @@ product: "SSI Credential Issuer" leadingRepository: "https://github.com/eclipse-tractusx/ssi-credential-issuer" openApiSpecs: -- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0-rc.2/docs/api/issuer-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0/docs/api/issuer-service.yaml" diff --git a/charts/ssi-credential-issuer/Chart.yaml b/charts/ssi-credential-issuer/Chart.yaml index ce02db5a..ffe330aa 100644 --- a/charts/ssi-credential-issuer/Chart.yaml +++ b/charts/ssi-credential-issuer/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: ssi-credential-issuer type: application -version: 1.2.0-rc.2 -appVersion: 1.2.0-rc.2 +version: 1.2.0 +appVersion: 1.2.0 description: Helm chart for SSI Credential Issuer home: https://github.com/eclipse-tractusx/ssi-credential-issuer dependencies: diff --git a/charts/ssi-credential-issuer/README.md b/charts/ssi-credential-issuer/README.md index b7e575c1..1bcf4d95 100644 --- a/charts/ssi-credential-issuer/README.md +++ b/charts/ssi-credential-issuer/README.md @@ -29,7 +29,7 @@ To use the helm chart as a dependency: dependencies: - name: ssi-credential-issuer repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.2.0-rc.2 + version: 1.2.0 ``` ## Requirements diff --git a/docs/admin/known-issues-and-limitations.md b/docs/admin/known-issues-and-limitations.md index 709d0e8d..e3016e56 100644 --- a/docs/admin/known-issues-and-limitations.md +++ b/docs/admin/known-issues-and-limitations.md @@ -4,9 +4,7 @@ - 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. -- 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) - -- 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) +- 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). ## NOTICE diff --git a/docs/api/issuer-service.yaml b/docs/api/issuer-service.yaml index d0c9460b..a3bc8b3f 100644 --- a/docs/api/issuer-service.yaml +++ b/docs/api/issuer-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.SsiCredentialIssuer.Service - version: v1.2.0-rc.2 + version: v1.2.0 paths: /api/issuer/useCaseParticipation: get: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 17723af7..90377caa 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.2.0 - rc.2 +