diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-24 09:30:38 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-03-26 14:42:50 +0100 |
commit | 0f08018a05f3eff7cacb91d7b3b0fe272f19e269 (patch) | |
tree | 059ddc848484facbe5777483a8c53e6dd0b9fcc4 /Changelog.md | |
parent | cfeffe57be4dd8218ce287434c422cc5877289c7 (diff) |
Change openjdk baseOS img to integration-java11
Since 7.2.0 integration images switched over to alpine, adjusted
Dockerfile to accomodate the switch.
Benefits from switching over:
* minimal {java11,python} images maintained by integration team
* using currently "blessed by seccom" versions (:latest tag used)
* should limit spread of legal issues across layers
* integration images will be the first to have automated compliance
documentation
* should limit spread of base layers (contributing to deployment
footprint - more base layers = more to download, more to store etc...)
Issue-ID: INT-1864
Issue-ID: DCAEGEN2-2420
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: Iecf2654c6732d796c10838284f0882e8c34dac34
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index 98bda85..3b10d37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,12 +4,17 @@ 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.2] - 18/03/2021 +## [1.6.0] - 25/03/2021 +### Changed +- Switched Dockerfile to integration image (alpine-based) + +## [1.5.2] - 18/03/2021 - Implement singleton cache for events being processed - Add JUnit tests -## [1.5.1] - 03/02/2021 - +## [1.5.1] - 03/02/2021 +### Added - Add configuration number of threads and limit rate in files processing +### Security - 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 |