Skip to content

Commit 48867fe

Browse files
authored
build(2.2.2): merge release into main
* chore: update changelog for release v2.2.3 (#189) * release: bump version for v2.2.3
1 parent e35e1f4 commit 48867fe

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.3](https://github.com/SAP/ssi-dim-middle-layer/compare/v2.2.2...v2.2.3) (2025-06-04)
4+
5+
### Bug Fixes
6+
7+
* normalize tenant and technical user names in process retrieval methods ([#188](https://github.com/SAP/ssi-dim-middle-layer/issues/188)) ([e35e1f4](https://github.com/SAP/ssi-dim-middle-layer/commit/e35e1f4b376219d45e8ed92076e4b0cfd8c7e81b)), closes [#187](https://github.com/SAP/ssi-dim-middle-layer/issues/187)
8+
* tenant already exist ([#186](https://github.com/SAP/ssi-dim-middle-layer/issues/186)) ([c9f6277](https://github.com/SAP/ssi-dim-middle-layer/commit/c9f62770ef60a9b768c15e4561eb58f7b0e18e11))
9+
310
## [2.2.2](https://github.com/SAP/ssi-dim-middle-layer/compare/v2.1.1...v2.2.2) (2025-05-08)
411

512
### Bug Fixes

charts/dim/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
apiVersion: v2
2222
name: dim
2323
type: application
24-
version: 2.2.2
25-
appVersion: 2.2.2
24+
version: 2.2.3
25+
appVersion: 2.2.3
2626
description: Helm chart for DIM Middle Layer
2727
home: https://github.com/catenax-ng/dim-repo
2828
dependencies:

charts/dim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use the helm chart as a dependency:
2727
dependencies:
2828
- name: dim
2929
repository: https://sap.github.io/ssi-dim-middle-layer
30-
version: 2.2.2
30+
version: 2.2.3
3131
```
3232
3333
## Requirements

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
source:
3030
path: charts/dim
3131
repoURL: 'https://github.com/SAP/ssi-dim-middle-layer.git'
32-
targetRevision: dim-2.2.2
32+
targetRevision: dim-2.2.3
3333
plugin:
3434
env:
3535
- name: AVP_SECRET

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
source:
3030
path: charts/dim
3131
repoURL: 'https://github.com/SAP/ssi-dim-middle-layer.git'
32-
targetRevision: dim-2.2.2
32+
targetRevision: dim-2.2.3
3333
plugin:
3434
env:
3535
- name: AVP_SECRET

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<Project>
2222
<PropertyGroup>
23-
<VersionPrefix>2.2.2</VersionPrefix>
23+
<VersionPrefix>2.2.3</VersionPrefix>
2424
<VersionSuffix></VersionSuffix>
2525
</PropertyGroup>
2626
</Project>

0 commit comments

Comments
 (0)