From c641992ced6b848a4127fb830669ff0c89e4d55e Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Wed, 24 Feb 2021 09:30:38 +0100 Subject: Release 1.5.1 - added files processing config - removed vulnerability - update libs Issue-ID: DCAEGEN2-2600 Signed-off-by: Piotr Marcinkiewicz Change-Id: I2750b16fff0c1ce6900a32fae49793d044e5b917 --- Changelog.md | 5 ++++- releases/1.5.1-container.yaml | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 releases/1.5.1-container.yaml diff --git a/Changelog.md b/Changelog.md index 2b25bca..f546520 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,4 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.5.1] - 03/02/2021 \ No newline at end of file +## [1.5.1] - 03/02/2021 + +- Add configuration number of threads and limit rate in files processing +- Fix vulnerability - update undertow from 2.0.3.Final to 2.2.3.Final and commons.io from 2.6.0 to 2.8.0 \ No newline at end of file diff --git a/releases/1.5.1-container.yaml b/releases/1.5.1-container.yaml new file mode 100644 index 0000000..b98f231 --- /dev/null +++ b/releases/1.5.1-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +version: '1.5.1' +project: 'dcaegen2-services-pm-mapper' +log_dir: 'dcaegen2-services-pm-mapper-maven-docker-stage-master/602/' +containers: + - name: 'org.onap.dcaegen2.services.pm-mapper' + version: '1.5.1-20210223T113759ZZ' +container_release_tag: '1.5.1' +ref: '3a1cb68017208a10c5674b79e71ea754b180f9a6' -- cgit 1.2.3-korg