Update images to run as non-root
[dcaegen2/platform.git] / mod / onboardingapi / ChangeLog.md
index 675184d..28578d2 100644 (file)
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 
+## [2.12.1]
+
+* Run as non-root
+
 ## [2.12.0]
 
 * Add HTTP support using Flask/flask-restplus
@@ -15,6 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 * Enhance Docker image creation to generate the dcae-cli configuration at runtime rather than at build time
 * Fix format_description to handle no description case
 * Add filtering by name, version for GET /components
+* Modify server url in start.sh to point to new spec file
+* Change dcae cli version in start.sh to 2.12.0
+* Change werkzeug dependency version in setup.py
 
 ## [2.11.3]