diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-18 17:16:29 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-03-24 20:40:44 +0100 |
commit | 626ee392a16840390b11192422f524ce748699b5 (patch) | |
tree | 28d4b27729bddeced317f1dcd38a528fe5ee7892 /Changelog.md | |
parent | a656aaa15881370ad88c220aa806954e263bf1d8 (diff) |
Change python baseOS img to integration-python
Switched to latest version (current seccom recommndation)
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: Ia0fec819dc4f83f4ca177f40cc012f9359da4bdc
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index f42bbc6..d083d99 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ 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/). +## [2.5.4] - 2/23/2021 +* Change base image to one provided by integration team +* Run in Python 3.9 + ## [2.5.3] - 7/22/2020 * Run in Python 3.8 * Add py38 for unit testing |