Skip to content

Commit

Permalink
build(2.1.1): merge release into main #127
Browse files Browse the repository at this point in the history
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Nov 13, 2024
2 parents f33f664 + 4f2b1ee commit f622b26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* **processes** fix retrigger endpoint ([#124](https://github.com/SAP/ssi-dim-middle-layer/issues/124)) ([f33f664](https://github.com/SAP/ssi-dim-middle-layer/commit/f33f6645a347ed7d45e839fb848081d7f2f522af)), closes [#111](https://github.com/SAP/ssi-dim-middle-layer/issues/111)
* **environment** adjust int configuration ([#123](https://github.com/SAP/ssi-dim-middle-layer/issues/123)) ([4be9406](https://github.com/SAP/ssi-dim-middle-layer/commit/4be9406e865a6147c01535c46fb77380d8e5db8d))

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

### Features
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.0
appVersion: 2.1.0
version: 2.1.1
appVersion: 2.1.1
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.1.0
version: 2.1.1
```
## Requirements
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.0
targetRevision: dim-2.1.1
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.0</VersionPrefix>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit f622b26

Please sign in to comment.