expand application deployment uid description
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/b85049d9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/b85049d9 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/b85049d9 Branch: refs/heads/0.12.0 Commit: b85049d9af35c43eb3a5ddb6ebe5a1c5bb698da8 Parents: a4fa1d7 Author: Alex Heneveld <[email protected]> Authored: Tue Sep 26 13:31:09 2017 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 26 13:31:09 2017 +0100 ---------------------------------------------------------------------- guide/misc/release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/b85049d9/guide/misc/release-notes.md ---------------------------------------------------------------------- diff --git a/guide/misc/release-notes.md b/guide/misc/release-notes.md index a933dfb..2a3f082 100644 --- a/guide/misc/release-notes.md +++ b/guide/misc/release-notes.md @@ -20,8 +20,9 @@ You can now start a new Brooklyn instance pointed at a persistence store, and it will automatically load all bundles installed into the previous Brooklyn through the REST API. -1. Application deployment "create-or-reuse" semantics by specifying an application ID. -This supports workflows that require something deployed in a singleton pattern, +1. Application deployment now supports "create-or-reuse" where an application ID can be supplied, +and deployment is undertaken only if the ID is not yet present. +This supports workflows that require idempotency or something deployed in a singleton pattern, such as in a continuous integration pipeline. 1. jclouds latest version: improved Azure support and more.
