aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-08-29 11:14:27 -0400
committerLusheng Ji <lji@research.att.com>2017-08-29 18:48:29 +0000
commit92f9fb8d08a721e985e1bc1bb87df5aa0376aa96 (patch)
tree084b9fee83e9c28b0c449dd42fdce25e150f5394 /Changelog.md
parent647addf5d6c78b2b8c941cc9cd8c57a3eb9f30b4 (diff)
Cleanup CDAP undeploy function
Removes misleading logging statements in undeploy workflow. Undeploy can be triggered by a failed deploy, where those logs were incorrect, and moreover the EELF logs already contained the info necessary to debug. Also attempt to add ONAP build artifacts Issue-ID: DCAEGEN2-87 Change-Id: I46654a5c0d3b7aceb565be67ca98ca807a28eede Signed-off-by: Tommy Carpenter <tommy@research.att.com> Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 0794b83..5792f70 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,12 @@ 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/).
+## [4.0.4] - Aug 29 2017
+* Cleanup cdap undeploy code and fix misleading log statements
+* Attempt to add ONAP build artifacts
+
+## [4.0.3] - Missing =(
+
## [4.0.2] - July 26 2017
* Make testing magical so that it runs on localhost or in Docker the same
* Code cleanups in workflows thanks to abstraction provided by Garry