From e0b1912b608523881e43e5d7e22610fafba8fac4 Mon Sep 17 00:00:00 2001 From: Miroslav Los Date: Wed, 18 Dec 2019 13:10:24 +0100 Subject: Remove obsolete cdap and docker plugins Signed-off-by: Miroslav Los Issue-ID: DCAEGEN2-1987 Change-Id: I7e7114458a2931b8f1baf915f1714ee8465b86e5 --- cdap/Changelog.md | 60 ------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 cdap/Changelog.md (limited to 'cdap/Changelog.md') 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 -- cgit 1.2.3-korg