Skip to content

Commit

Permalink
build(2.2.0): merge release into main (#157)
Browse files Browse the repository at this point in the history
* bump version
* update changelog
* update chart & docs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Evelyn Gurschler <evelyn.gurschler@bmw.de>
Reviewed-by: Evelyn Gurschler <evelyn.gurschler@bmw.de>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent af34771 commit f6a3c59
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.2.0](https://github.com/SAP/ssi-dim-middle-layer/compare/v2.1.0...v2.2.0) (2025-02-07)

### Features

* **processes:** use process package ([#145](https://github.com/SAP/ssi-dim-middle-layer/issues/145)) ([17eb127](https://github.com/SAP/ssi-dim-middle-layer/commit/17eb1271cb018eb448ef91e119ad86353440fab1)), closes [#3](https://github.com/SAP/ssi-dim-middle-layer/issues/3)
* add support for bitstring statuslist ([#125](https://github.com/SAP/ssi-dim-middle-layer/issues/125)) ([3c96cbc](https://github.com/SAP/ssi-dim-middle-layer/commit/3c96cbcfceb74e76c98f421574d028ca2486a7d1)), closes [#80](https://github.com/SAP/ssi-dim-middle-layer/issues/80)
* upgrade .NET to v9 ([#150](https://github.com/SAP/ssi-dim-middle-layer/issues/150)) ([8720943](https://github.com/SAP/ssi-dim-middle-layer/commit/87209434beb94cc11ab2abf4f8a48e78caae3a19))

## [2.1.1](https://github.com/SAP/ssi-dim-middle-layer/compare/v2.1.0...v2.1.1) (2024-10-24)

### Bug Fixes
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: 2.1.1
appVersion: 2.1.1
version: 2.2.0
appVersion: 2.2.0
description: Helm chart for DIM Middle Layer
home: https://github.com/catenax-ng/dim-repo
dependencies:
Expand Down
3 changes: 2 additions & 1 deletion 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: 2.1.1
version: 2.2.0
```
## Requirements
Expand Down Expand Up @@ -66,6 +66,7 @@ dependencies:
| 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. |
| processesworker.dim.applicationName | string | `""` | |
| processesworker.dim.statusListType | string | `"StatusList2021"` | valid types are: StatusList2021, BitstringStatusList |
| processesworker.provisioning.clientId | string | `""` | |
| processesworker.provisioning.clientSecret | string | `""` | |
| processesworker.provisioning.tokenAddress | string | `""` | |
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: dim-2.1.1
targetRevision: dim-2.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>2.1.1</VersionPrefix>
<VersionPrefix>2.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit f6a3c59

Please sign in to comment.