From 0b8cac49464911b8cfaad57ef296d71d991622bd Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Mon, 12 Feb 2024 15:13:17 +0530 Subject: [PATCH 1/2] release --- CHANGELOG.md | 2 ++ README.md | 4 ++-- charts/data-exchange/Chart.yaml | 4 ++-- charts/data-exchange/README.md | 4 ++-- pom.xml | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694d08d..ea69f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] + +## [1.0.10] - 2024-02-12 ### Fixed - Fixed veracode security CVE-2023-6378(logback-classic Denial Of Service) - Upgrade Spring Boot to get rid of CVE-2023-46589 and CVE-2023-34053 diff --git a/README.md b/README.md index 98a7ec5..b99c3da 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This service will help for testing the connectors and also can be used for healt ### Software Version ```shell -Latest Helm version is v1.0.9 -Latest Application version is v1.0.9 +Latest Helm version is v1.0.10 +Latest Application version is v1.0.10 ``` ### How to run diff --git a/charts/data-exchange/Chart.yaml b/charts/data-exchange/Chart.yaml index 8da877b..2c52c6e 100644 --- a/charts/data-exchange/Chart.yaml +++ b/charts/data-exchange/Chart.yaml @@ -38,10 +38,10 @@ 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: 1.0.9 +version: 1.0.10 # 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: 1.0.9 +appVersion: 1.0.10 diff --git a/charts/data-exchange/README.md b/charts/data-exchange/README.md index 1d74ef1..20f7df8 100644 --- a/charts/data-exchange/README.md +++ b/charts/data-exchange/README.md @@ -1,6 +1,6 @@ # data-exchange -![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.9](https://img.shields.io/badge/AppVersion-1.0.9-informational?style=flat-square) +![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.10](https://img.shields.io/badge/AppVersion-1.0.10-informational?style=flat-square) Data exchange service is used to exchange the data between connectors @@ -55,4 +55,4 @@ Data exchange service is used to exchange the data between connectors | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) diff --git a/pom.xml b/pom.xml index d34ccfe..dc875f9 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.connector data-exchange-test-service - 1.0.9 + 1.0.10 data-exchange-test-service End to end data exchange test service From 6119ba437679a7d3d7f35dc931ff6265c1bd6dec Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Tue, 13 Feb 2024 15:57:27 +0530 Subject: [PATCH 2/2] updated the header --- charts/data-exchange/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/data-exchange/Chart.yaml b/charts/data-exchange/Chart.yaml index 2c52c6e..b5a8b73 100644 --- a/charts/data-exchange/Chart.yaml +++ b/charts/data-exchange/Chart.yaml @@ -1,6 +1,6 @@ ################################################################################# -# Copyright (c) 2022,2023 T-Systems International GmbH -# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation +# Copyright (c) 2022,2024 T-Systems International GmbH +# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership.