From 5cad9142f842f7d6c4003a434ad9afb96239df11 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Fri, 10 May 2024 09:46:23 +0530 Subject: [PATCH] chore helm chart release for hot fix - fixed hotfix bug and release chart. appV - v2.3..7 chartV -v 0.1.6 --- .github/workflows/helm-lint.yml | 4 ++-- CHANGELOG.md | 5 +++++ charts/simpledataexchanger/Chart.yaml | 4 ++-- docs/Install.md | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 40d3ce6..18683c9 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -43,7 +43,7 @@ on: upgrade_from: description: 'chart version to upgrade from' # chart version from 3.2 release as default - default: '0.1.4' + default: '0.1.5' required: false type: string @@ -97,7 +97,7 @@ jobs: run: | helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev - helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.3' }} + helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.5' }} helm dependency update charts/simpledataexchanger helm upgrade simpledataexchanger charts/simpledataexchanger if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true' diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d718d..d52a85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple-Data-Exchanger helm chart. +## 0.1.6 +### Change +- changed to v2.3.7 docker image version. +- fixed bug issue. [#147](https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/issues/147) + ## 0.1.5 ### Change - changed to v2.3.6 docker image version. diff --git a/charts/simpledataexchanger/Chart.yaml b/charts/simpledataexchanger/Chart.yaml index 3243091..8d175ac 100644 --- a/charts/simpledataexchanger/Chart.yaml +++ b/charts/simpledataexchanger/Chart.yaml @@ -32,12 +32,12 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.3.6" +appVersion: "2.3.7" dependencies: - condition: sdepostgresql.enabled diff --git a/docs/Install.md b/docs/Install.md index 721b951..cec36c5 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -1,6 +1,6 @@ # sde -![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.3](https://img.shields.io/badge/AppVersion-2.3.3-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square) A Helm chart for Kubernetes