From ecf0ca01387e2caae5db089d03a1d00437c9a948 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:00:27 +0530 Subject: [PATCH] [chore|sde-helm-charts] vulnerability fix and helm-lint workflow corrected. * changed to v2.3.2 docker image version. * veracode vulnerability fix in AppV- 2.3.2. * updated backend-deployment.yaml for condition check. * helm lint workflow fix for dependency. --- .github/workflows/helm-lint.yml | 6 +++--- CHANGELOG.md | 7 +++++++ charts/simpledataexchanger/Chart.yaml | 4 ++-- charts/simpledataexchanger/README.md | 2 +- docs/Install.md | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 6eb8d65..ab55afb 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.0' + default: '0.1.1' required: false type: string @@ -88,7 +88,7 @@ jobs: run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Run chart-testing (install) - run: ct install --charts charts/app-dashboard + run: ct install --charts charts/simpledataexchanger if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true' # Upgrade the released chart version with the locally available chart @@ -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 charts/sde --version ${{ github.event.inputs.upgrade_from || '0.1.0' }} + helm install simpledataexchanger charts/sde --version ${{ github.event.inputs.upgrade_from || '0.1.1' }} helm dependency update charts/simpledataexchanger helm upgrade impledataexchanger charts/simpledataexchanger if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true' diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f500e5..385fc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple-Data-Exchanger helm chart. +## 0.1.2 +### Change +* changed to v2.3.2 docker image version. +* veracode vulnerability fix in AppV- 2.3.2. +* updated backend-deployment.yaml for condition check. +* helm lint workflow fix for dependency. + ## 0.1.1 ### Change * helm-lint workflow corrected. diff --git a/charts/simpledataexchanger/Chart.yaml b/charts/simpledataexchanger/Chart.yaml index ba4ef40..4e3514c 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.1 +version: 0.1.2 # 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.1" +appVersion: "2.3.2" dependencies: - condition: sdepostgresql.enabled diff --git a/charts/simpledataexchanger/README.md b/charts/simpledataexchanger/README.md index 5f3223d..fe55840 100644 --- a/charts/simpledataexchanger/README.md +++ b/charts/simpledataexchanger/README.md @@ -1,6 +1,6 @@ # sde -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/docs/Install.md b/docs/Install.md index 0b32630..8051b98 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -1,6 +1,6 @@ # sde -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square) A Helm chart for Kubernetes