diff options
-rw-r--r-- | Changelog.md | 5 | ||||
-rw-r--r-- | releases/1.5.1-container.yaml | 9 |
2 files changed, 13 insertions, 1 deletions
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' |