diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-09-07 11:29:16 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-09-11 15:47:38 -0400 |
commit | a26c9cc72f8fdc513458c2ba87f9378743f255fb (patch) | |
tree | 4393e29db8aa8e93c721d05e38378e91280d5fa1 /docker/ChangeLog.md | |
parent | 61ba70610e670c395483d3c2ef46bbca4eef7769 (diff) |
Make components policy reconfigurable and more
* Add in dcae policy dependencies and policy decorators into tasks
* Fetch docker logins dynamically
* Add in policy example blueprint
* Add in policy update operation for components
Issue-Id: DCAEGEN2-97
Change-Id: Ib58adfbd7070999c7b8e59ab008f5ff90d4984a7
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'docker/ChangeLog.md')
-rw-r--r-- | docker/ChangeLog.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/ChangeLog.md b/docker/ChangeLog.md index 5094816..0d0eafc 100644 --- a/docker/ChangeLog.md +++ b/docker/ChangeLog.md @@ -5,6 +5,13 @@ 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/). +## [2.4.0] + +* Change *components* to be policy reconfigurable: + - Add policy execution operation + - Add policy decorators to task so that application configuration will be merged with policy +* Fetch Docker logins from Consul + ## [2.3.0+t.0.3] * Enhance `SelectedDockerHost` node type with `name_search` and add default to `docker_host_override` |