From 7080da8e3d6629e225f04fb5fe8dfd87b634c973 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Tue, 14 May 2024 17:06:55 +0530 Subject: [PATCH 1/3] build new version --- CHANGELOG.md | 2 ++ README.md | 4 ++-- charts/data-exchange/Chart.yaml | 4 ++-- charts/data-exchange/README.md | 2 +- pom.xml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5276ae2..62919b7 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.12] - 2024-05-14 ### Added - Support for edc v7 diff --git a/README.md b/README.md index 17edfbf..5fc1190 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.14 -Latest Application version is v1.0.11 +Latest Helm version is v1.0.15 +Latest Application version is v1.0.12 ``` ### How to run diff --git a/charts/data-exchange/Chart.yaml b/charts/data-exchange/Chart.yaml index a960551..65879ef 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.14 +version: 1.0.15 # 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.11 +appVersion: 1.0.12 diff --git a/charts/data-exchange/README.md b/charts/data-exchange/README.md index 0fba9d9..e71a342 100644 --- a/charts/data-exchange/README.md +++ b/charts/data-exchange/README.md @@ -1,6 +1,6 @@ # data-exchange -![Version: 1.0.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.11](https://img.shields.io/badge/AppVersion-1.0.11-informational?style=flat-square) +![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.12](https://img.shields.io/badge/AppVersion-1.0.12-informational?style=flat-square) Data exchange service is used to exchange the data between connectors diff --git a/pom.xml b/pom.xml index 18ef3cd..4fecfc8 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.connector data-exchange-test-service - 1.0.11 + 1.0.12 data-exchange-test-service End to end data exchange test service From ff1bb848d485f3eb59f7a0b0209b368e49ea0545 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Tue, 14 May 2024 17:59:07 +0530 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71a91a..352de13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] -<<<<<<< release-1.0.12 + ## [1.0.12] - 2024-05-14 ======= @@ -16,7 +16,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - CVE-2024-22262 springframework URL Parsing with Host Validation security issue - Multiple dependencies updated to maintain latest versions ->>>>>>> main ### Added - Support for edc v7 From 2561277ca80c12434065f3547320ecb15a798a52 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Tue, 14 May 2024 17:59:16 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352de13..0068e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [1.0.12] - 2024-05-14 -======= ### Changed - ARC 42 document update for the EDC 7 support.