summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-07-15 16:47:52 -0400
committerMichael Hwang <mhwang@research.att.com>2019-07-15 16:55:32 -0400
commite8e64c41b1da24273ab4568fcbe4c2f4683c53f3 (patch)
tree04b278bfa8bd3845d0d6919342f752f11a7b1ed9 /CHANGELOG.md
parentcfb4963e45e28dfa819dacbfa54534a90a0fa647 (diff)
Add non-root user to Docker image
Change-Id: Ie065edb17b7a8dba7086e12e2a2249cbbfcaf32d Issue-ID: DCAEGEN2-1554 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c27804..52ac665 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The version in the brackets represents the version of DCAE inventory and not the ONAP DCAE version.
+## [Dev]
+
+* Add non-root user in Docker image so that the inventory service can be run in non-privileged mode for security reasons
+
## [3.0.1]
* Explicitly use 5.3.6.Final for hibernate-validator and 9.4.6 for jetty-util to address security issues