From 3b5ca99d25f857bd00a276485e3bdabd415b9a27 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 17 Jul 2024 18:10:50 +0200 Subject: [PATCH 1/3] chore: adjust container images --- charts/dim/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dim/values.yaml b/charts/dim/values.yaml index bec58bf..60a68c1 100644 --- a/charts/dim/values.yaml +++ b/charts/dim/values.yaml @@ -20,7 +20,7 @@ dim: image: - name: "ghcr.io/sap/dim-client_dim-service" + name: "ghcr.io/sap/ssi-dim-middle-layer_dim-service" tag: "" imagePullPolicy: "IfNotPresent" # -- We recommend to review the default resource limits as this should a conscious choice. @@ -48,7 +48,7 @@ dim: migrations: name: "migrations" image: - name: "ghcr.io/sap/dim-client_dim-migrations" + name: "ghcr.io/sap/ssi-dim-middle-layer_dim-migrations" tag: "" imagePullPolicy: "IfNotPresent" # -- We recommend to review the default resource limits as this should a conscious choice. @@ -68,7 +68,7 @@ migrations: processesworker: name: "processesworker" image: - name: "ghcr.io/sap/dim-client_dim-processes-worker" + name: "ghcr.io/sap/ssi-dim-middle-layer_dim-processes-worker" tag: "" imagePullPolicy: "IfNotPresent" # -- We recommend to review the default resource limits as this should a conscious choice. From 8d3d8a0c56121c6f0c805fb065134f2f3febe3eb Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 17 Jul 2024 18:18:32 +0200 Subject: [PATCH 2/3] build(1.2.0): bump version and update docs --- charts/dim/Chart.yaml | 4 ++-- charts/dim/README.md | 8 ++++---- consortia/argocd-app-templates/appsetup-int.yaml | 2 +- environments/argocd-app-templates/appsetup-int.yaml | 2 +- src/Directory.Build.props | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/dim/Chart.yaml b/charts/dim/Chart.yaml index 0d248eb..4e27dc3 100644 --- a/charts/dim/Chart.yaml +++ b/charts/dim/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 name: dim type: application -version: 1.1.0 -appVersion: 1.1.0 +version: 1.2.0 +appVersion: 1.2.0 description: Helm chart for DIM Middle Layer home: https://github.com/catenax-ng/dim-repo dependencies: diff --git a/charts/dim/README.md b/charts/dim/README.md index 234e132..3ce2cbd 100644 --- a/charts/dim/README.md +++ b/charts/dim/README.md @@ -27,7 +27,7 @@ To use the helm chart as a dependency: dependencies: - name: dim repository: https://sap.github.io/ssi-dim-middle-layer - version: 1.1.0 + version: 1.2.0 ``` ## Requirements @@ -40,7 +40,7 @@ dependencies: | Key | Type | Default | Description | |-----|------|---------|-------------| -| dim.image.name | string | `"ghcr.io/sap/dim-client_dim-service"` | | +| dim.image.name | string | `"ghcr.io/sap/ssi-dim-middle-layer_dim-service"` | | | dim.image.tag | string | `""` | | | dim.imagePullPolicy | string | `"IfNotPresent"` | | | dim.resources | object | `{"limits":{"cpu":"45m","memory":"300M"},"requests":{"cpu":"15m","memory":"300M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -53,7 +53,7 @@ dependencies: | dim.rootDirectoryId | string | `"00000000-0000-0000-0000-000000000000"` | | | dim.operatorId | string | `"00000000-0000-0000-0000-000000000000"` | | | migrations.name | string | `"migrations"` | | -| migrations.image.name | string | `"ghcr.io/sap/dim-client_dim-migrations"` | | +| migrations.image.name | string | `"ghcr.io/sap/ssi-dim-middle-layer_dim-migrations"` | | | migrations.image.tag | string | `""` | | | migrations.imagePullPolicy | string | `"IfNotPresent"` | | | migrations.resources | object | `{"limits":{"cpu":"45m","memory":"200M"},"requests":{"cpu":"15m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -61,7 +61,7 @@ dependencies: | migrations.seeding.testDataPaths | string | `"Seeder/Data"` | | | migrations.logging.default | string | `"Information"` | | | processesworker.name | string | `"processesworker"` | | -| processesworker.image.name | string | `"ghcr.io/sap/dim-client_dim-processes-worker"` | | +| processesworker.image.name | string | `"ghcr.io/sap/ssi-dim-middle-layer_dim-processes-worker"` | | | processesworker.image.tag | string | `""` | | | processesworker.imagePullPolicy | string | `"IfNotPresent"` | | | processesworker.resources | object | `{"limits":{"cpu":"45m","memory":"300M"},"requests":{"cpu":"15m","memory":"300M"}}` | We recommend to review the default resource limits as this should a conscious choice. | diff --git a/consortia/argocd-app-templates/appsetup-int.yaml b/consortia/argocd-app-templates/appsetup-int.yaml index 99b179a..77977d3 100644 --- a/consortia/argocd-app-templates/appsetup-int.yaml +++ b/consortia/argocd-app-templates/appsetup-int.yaml @@ -29,7 +29,7 @@ spec: source: path: charts/dim repoURL: 'https://github.com/sap/ssi-dim-middle-layer.git' - targetRevision: dim-1.0.0 + targetRevision: dim-1.2.0 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index 61b1d9c..c1f8cc6 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -29,7 +29,7 @@ spec: source: path: charts/dim repoURL: 'https://github.com/SAP/ssi-dim-middle-layer.git' - targetRevision: chore/349-deploy-to-eV + targetRevision: dim-1.2.0 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d14275d..ab22cf7 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,7 +20,7 @@ - 1.1.0 + 1.2.0 From df04053b1de83e4af6fea420589b6dff922caec4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:20:43 +0200 Subject: [PATCH 3/3] chore(1.2.0): update changelog (#57) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af96950..aa391a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/SAP/ssi-dim-middle-layer/compare/v1.1.0...v1.2.0) (2024-07-17) + + +### Features + +* add technical user deletion logic and adjust exception handling for encryption ([#50](https://github.com/SAP/ssi-dim-middle-layer/issues/50)) ([a140a48](https://github.com/SAP/ssi-dim-middle-layer/commit/a140a481136eb2e97338b96be5a5732086945a34)) + ## 1.1.0 (2024-07-04)