update release notes for externalized config
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/c77e7618 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/c77e7618 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/c77e7618 Branch: refs/heads/master Commit: c77e7618d0de4c85a1a4220d35ba4cfb32047ef0 Parents: 8c9e1dc Author: Alex Heneveld <[email protected]> Authored: Tue Sep 1 16:13:45 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 1 16:15:47 2015 +0100 ---------------------------------------------------------------------- docs/guide/misc/release-notes.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c77e7618/docs/guide/misc/release-notes.md ---------------------------------------------------------------------- diff --git a/docs/guide/misc/release-notes.md b/docs/guide/misc/release-notes.md index 5a61833..e15421a 100644 --- a/docs/guide/misc/release-notes.md +++ b/docs/guide/misc/release-notes.md @@ -6,7 +6,7 @@ title: Release Notes ## Version {{ site.brooklyn-version }} {% if SNAPSHOT %} -**You are viewing a SNAPSHOT release (master branch), so this list is incomplete.** +**You are viewing a SNAPSHOT release (master branch), so this list is in progress!** {% endif %} * Introduction @@ -18,7 +18,8 @@ title: Release Notes Version 0.8.0 is a rapid, clean-up and hardening release, as we prepare for graduation. The biggest change is the package refactoring, discussed in the Backwards Compatibility section. -Other new features include more machine management (suspend/resume and windows enhandements), +Other new features include more externalized configuration, +machine management (suspend/resume and windows enhandements), MySQL cluster, entitlements enhancements, and pluggable blueprint languages. Thanks go to our community for their improvements, feedback and guidance, and @@ -31,6 +32,9 @@ New features include: * All classes are in the `org.apache.brooklyn` namespace +* Externalized configuration, using `$brooklyn:external` to access data which is + retrieved from a remote store or injected via an extensible mechanism + * Port mappings supported for BYON locations: fixed-IP machines can now be configured within subnets
