Skip to content

Commit

Permalink
build: merge release into main #119
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Oct 24, 2024
2 parents cf91f31 + ff67e79 commit 4f02d10
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

### Features

* **seeding:** add initial wallet seeding ([#109](https://github.com/SAP/ssi-dim-middle-layer/issues/109)) ([8cfb9a0](https://github.com/SAP/ssi-dim-middle-layer/commit/8cfb9a0ca530c5a77c38b49246b67c5a19fbe1b1)), closes [#108](https://github.com/SAP/ssi-dim-middle-layer/issues/108)

### Bug Fixes

* adjust name check for tenant and technical user ([#113](https://github.com/SAP/ssi-dim-middle-layer/issues/113)) ([cf91f31](https://github.com/SAP/ssi-dim-middle-layer/commit/cf91f31ae9477718a556ef64b533511bc3d43f63)), closes [#112](https://github.com/SAP/ssi-dim-middle-layer/issues/112)

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


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.0.0
appVersion: 2.0.0
version: 2.1.0
appVersion: 2.1.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: 2.0.0
version: 2.1.0
```
## Requirements
Expand Down
4 changes: 2 additions & 2 deletions environments/argocd-app-templates/appsetup-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dim-middle-layer-v2
name: dim-middle-layer
spec:
destination:
namespace: product-portal
server: 'https://kubernetes.default.svc'
source:
path: charts/dim
repoURL: 'https://github.com/SAP/ssi-dim-middle-layer.git'
targetRevision: feature/79-div-provisioning
targetRevision: dim-2.1.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.0.0</VersionPrefix>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 4f02d10

Please sign in to comment.