aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-06-29 15:11:24 -0400
committerJack Lucas <jflos@sonoris.net>2021-07-01 11:45:44 -0400
commit3894346dff6ec673db5cbd49395328791e7c5fe1 (patch)
tree340ff8cb6b4424a600ed6b04838bbcb28a6a44ea /Changelog.md
parent59e8a4df36611631c20213c632c6809317039d3a (diff)
Remove VOLUME definition from PH Dockerfile5.1.3
The DCAE policy handler Dockerfile defined a VOLUME at a relative path "logs". The VOLUME isn't needed and in some deployment environments prevents the policy handler from starting. Removing it. Issue-ID: DCAEGEN2-2849 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ie8a9610880d518bb53c7bd2d414026a7c8af7e77
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index 90c2abc..e7b18e7 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,9 +4,11 @@ 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/).
-
-## [5.1.2] - 03/03/2021
+## [5.1.3] - 2021-07-01
+### Changed
+ - [DCAEGEN2-2849](https://jira.onap.org/browse/DCAEGEN2-2849) - Remove VOLUME definition in Dockerfile to prevent startup failure in recent versions of containerd. (See also https://github.com/containerd/containerd/issues/5547)
+## [5.1.2] - 03/03/2021
### Changed
- [DCAEGEN2-2652](https://jira.onap.org/browse/DCAEGEN2-2652) - Policy Handler startup error; CherryPy/requirements update
-## [5.1.1] - 03/02/2021
+## [5.1.1] - 03/02/2021