support for multi-item catalog yaml adds many tests, and the rest of the features - template and policy and location; and source yaml.
also a few significant REST API changes: * /v1/catalog/create API change returns a map (breaking) * catalog items include more information for entity and policies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/687cfd64 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/687cfd64 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/687cfd64 Branch: refs/heads/0.7.0-incubating Commit: 687cfd6440b8dd5e63b9019e22f521f046eacaa1 Parents: 7a001b8 Author: Alex Heneveld <[email protected]> Authored: Fri Apr 3 13:29:28 2015 -0400 Committer: Alex Heneveld <[email protected]> Committed: Thu Apr 16 01:25:39 2015 -0500 ---------------------------------------------------------------------- docs/guide/misc/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/687cfd64/docs/guide/misc/release-notes.md ---------------------------------------------------------------------- diff --git a/docs/guide/misc/release-notes.md b/docs/guide/misc/release-notes.md index 2b6dadf..1a324d6 100644 --- a/docs/guide/misc/release-notes.md +++ b/docs/guide/misc/release-notes.md @@ -47,6 +47,10 @@ For more information, please visit [brooklyn.io](http://brooklyn.io). * If `brooklyn.webconsole.security.https.required=true` is specified with no explicit port, it now defaults to 8443; previously it would default to 8081 even in the case of `https`. +* The /v1/catalog/create method now returns a map of ID to item map, instead of an item map, + as the call supports multiple items defined in the YAML. + + ### Community Activity Brooklyn has moved into the Apache Software Foundation.
