summaryrefslogtreecommitdiffstats
path: root/cdap/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'cdap/Changelog.md')
-rw-r--r--cdap/Changelog.md60
1 files changed, 0 insertions, 60 deletions
diff --git a/cdap/Changelog.md b/cdap/Changelog.md
deleted file mode 100644
index 53220e7..0000000
--- a/cdap/Changelog.md
+++ /dev/null
@@ -1,60 +0,0 @@
-# Change Log
-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/).
-
-## [14.3.0]
-* DCAEGEN2-1956 support python3 in all plugins
-
-## [14.2.5] - Sep 21 2017
-* Use the public pypi version of policy lib
-
-## [14.2.4] - Sep 15 2017
-* Add decorator usage to DRY up code
-
-## [14.2.3] - Sep 14 2017
-* Remove the raise for status from discovery into tasks, allows for unit testing
-* Unit test discovery
-
-## [14.2.2] - MISSING
-
-## [14.2.1] - MISSING
-
-## [14.2.0]
-* Integrate with Policy handler. Policy handling for CDAP is done.
-
-## [14.1.0]
-* Merge the broker deleter function into here; no need for separate plugin
-
-## [14.0.2]
-* Start a tox/pytest unit test suite
-
-## [14.0.1]
-* Type file change to move reconfiguration defaults into the type file so each blueprint doesn't need them.
-
-## [14.0.0]
-* Better type speccing in the type file
-* Simplify the component naming
-* Remove the unused (after two years) location and service-id properties
-* Add more demo blueprints and reconfiguration tests
-
-## [13.0.0]
-* Support for data router publication. Data router subscription is a problem, see README.
-* Fixes `services_calls` to have the same format as streams. This is an API break but users are aware.
-
-## [12.1.0]
-* Support for message router integration. Data router publish to come in next release.
-
-## [12.0.1]
-* Use "localhost" instead of solutioning Consul host.
-
-## [12.0.0]
-* Add in functions for policy to call (execute_workflows) to reconfigure CDAP applications
-* Remove "Selected" Nonsense.
-
-FAILURE TO UPDATE
-
-## [10.0.0]
-* Update to support broker API 3.X. This is a breaking change, involving the renaming of Node types
-* Cut dependencies over to Nexus