Skip to content

Commit

Permalink
Merge pull request #41 from catenax-ng/r1.0.10
Browse files Browse the repository at this point in the history
docs: new release
  • Loading branch information
almadigabor committed Feb 13, 2024
2 parents dd391b8 + 6119ba4 commit 3f4981e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions charts/data-exchange/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/data-exchange/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<groupId>org.connector</groupId>
<artifactId>data-exchange-test-service</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<name>data-exchange-test-service</name>
<description>End to end data exchange test service</description>
<properties>
Expand Down

0 comments on commit 3f4981e

Please sign in to comment.