Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(2.0.0): merge release into main #107

Merged
merged 3 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.0.0](https://github.com/SAP/ssi-dim-middle-layer/compare/v1.2.1...v2.0.0) (2024-10-08)


### ⚠ BREAKING CHANGES

* **provisioning:** change to the new div provisioning api ([#93](https://github.com/SAP/ssi-dim-middle-layer/issues/93))

### Features

* **provisioning:** change to the new div provisioning api ([#93](https://github.com/SAP/ssi-dim-middle-layer/issues/93)) ([bf650d4](https://github.com/SAP/ssi-dim-middle-layer/commit/bf650d40a9e3b1696de54c56a900bbf1dc3a703a)), closes [#79](https://github.com/SAP/ssi-dim-middle-layer/issues/79)
* **wallet:** add existence check for wallet creation ([#71](https://github.com/SAP/ssi-dim-middle-layer/issues/71)) ([c23dfe1](https://github.com/SAP/ssi-dim-middle-layer/commit/c23dfe1039e3b29cee19771be15ea2f3bc9cd7ac)), closes [#66](https://github.com/SAP/ssi-dim-middle-layer/issues/66)


### Bug Fixes

* **callback:** add error handling for callback service ([#73](https://github.com/SAP/ssi-dim-middle-layer/issues/73)) ([9db2959](https://github.com/SAP/ssi-dim-middle-layer/commit/9db295930374a296e2bcd0e1aa8ce9249ac3baf8)), closes [#67](https://github.com/SAP/ssi-dim-middle-layer/issues/67)
* **environment:** adjust getEnvironment exception handling ([#89](https://github.com/SAP/ssi-dim-middle-layer/issues/89)) ([8b526a5](https://github.com/SAP/ssi-dim-middle-layer/commit/8b526a517404dad4b17bdefc05e904d6a526b228)), closes [#84](https://github.com/SAP/ssi-dim-middle-layer/issues/84)
* **tenantName:** remove invalid characters from tenant name ([#88](https://github.com/SAP/ssi-dim-middle-layer/issues/88)) ([d44ef09](https://github.com/SAP/ssi-dim-middle-layer/commit/d44ef0909f5972fb12e99795ef2e0e49402b6cd0))

## [1.2.1](https://github.com/SAP/ssi-dim-middle-layer/compare/v1.2.0...v1.2.1) (2024-08-02)


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.2.1
appVersion: 1.2.1
version: 2.0.0
appVersion: 2.0.0
description: Helm chart for DIM Middle Layer
home: https://github.com/catenax-ng/dim-repo
dependencies:
Expand Down
2 changes: 1 addition & 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: 1.2.1
version: 2.0.0
```

## Requirements
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.2.1</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>