Skip to content

Commit 41847c8

Browse files
committed
build(1.1.0-rc.1): bump version and update docs
1 parent 7109b61 commit 41847c8

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

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.0.0
24-
appVersion: 1.0.0
23+
version: 1.0.0-rc.1
24+
appVersion: 1.0.0-rc.1
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

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use the helm chart as a dependency:
2727
dependencies:
2828
- name: ssi-credential-issuer
2929
repository: https://eclipse-tractusx.github.io/charts/dev
30-
version: 1.0.0
30+
version: 1.0.0-rc.1
3131
```
3232
3333
## Requirements
@@ -91,11 +91,6 @@ dependencies:
9191
| processesworker.wallet.grantType | string | `"client_credentials"` | |
9292
| processesworker.wallet.clientId | string | `"wallet-client-id"` | Provide wallet client-id from CX IAM centralidp. |
9393
| processesworker.wallet.clientSecret | string | `""` | Client-secret for wallet client-id. Secret-key 'wallet-client-secret'. |
94-
| processesworker.wallet.encryptionConfigIndex | int | `0` | |
95-
| processesworker.wallet.encryptionConfigs.index0.index | int | `0` | |
96-
| processesworker.wallet.encryptionConfigs.index0.cipherMode | string | `"CBC"` | |
97-
| processesworker.wallet.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | |
98-
| processesworker.wallet.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey for wallet. Secret-key 'process-wallet-encryption-key0'. Expected format is 256 bit (64 digits) hex. |
9994
| credentialExpiry.name | string | `"expiry"` | |
10095
| credentialExpiry.image.name | string | `"docker.io/tractusx/ssi-credential-expiry-app"` | |
10196
| credentialExpiry.image.tag | string | `""` | |

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: chore/349-deploy-to-eV
31+
targetRevision: ssi-credential-issuer-1.0.0-rc.1
3232
plugin:
3333
env:
3434
- name: AVP_SECRET

environments/consortia/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.0.0
31+
targetRevision: ssi-credential-issuer-1.0.0-rc.1
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.0.0</VersionPrefix>
23-
<VersionSuffix></VersionSuffix>
23+
<VersionSuffix>rc.1</VersionSuffix>
2424
</PropertyGroup>
2525
</Project>

0 commit comments

Comments
 (0)