Skip to content

Commit

Permalink
Merge pull request #58 from SAP/release/v1.2.0
Browse files Browse the repository at this point in the history
build(1.2.0): merge main into main
  • Loading branch information
evegufy authored Jul 17, 2024
2 parents 489ea0f + df04053 commit 24b575d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions charts/dim/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions charts/dim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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. |
Expand All @@ -53,15 +53,15 @@ 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. |
| migrations.seeding.testDataEnvironments | string | `""` | |
| 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. |
Expand Down
6 changes: 3 additions & 3 deletions charts/dim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion consortia/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environments/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<Project>
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 24b575d

Please sign in to comment.