From 614595fdcce346cbccfdf519c8bf7a6d53187333 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:55:16 +0530 Subject: [PATCH] changelog update --- CHANGELOG.md | 6 +++++- charts/simpledataexchanger/Chart.yaml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf1ed4..66d718d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple-Data-Exchanger helm chart. +## 0.1.5 +### Change +- changed to v2.3.6 docker image version. +- fixed build docker image change for vulnerability issue. + ## 0.1.4 ### Change - changed to v2.3.5 docker image version. - fixed build docker image change for vulnerability issue. - backend configurations properties updated in values.yaml. - ## 0.1.3 ### Change - changed to v2.3.3 docker image version. diff --git a/charts/simpledataexchanger/Chart.yaml b/charts/simpledataexchanger/Chart.yaml index 4757044..3243091 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.4 +version: 0.1.5 # 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.5" +appVersion: "2.3.6" dependencies: - condition: sdepostgresql.enabled