Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DD626200BD6 for ; Sun, 4 Dec 2016 17:40:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DBF5B160B25; Sun, 4 Dec 2016 16:40:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 30699160B0E for ; Sun, 4 Dec 2016 17:40:14 +0100 (CET) Received: (qmail 53366 invoked by uid 500); 4 Dec 2016 16:40:13 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 53343 invoked by uid 99); 4 Dec 2016 16:40:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2016 16:40:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E3FBDFCF9; Sun, 4 Dec 2016 16:40:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svet@apache.org To: commits@brooklyn.apache.org Date: Sun, 04 Dec 2016 16:40:14 -0000 Message-Id: In-Reply-To: <1e695ba367bc4086834884892ce492d5@git.apache.org> References: <1e695ba367bc4086834884892ce492d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] brooklyn-docs git commit: Update release-notes.md and versions.md for new working version archived-at: Sun, 04 Dec 2016 16:40:15 -0000 Update release-notes.md and versions.md for new working version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/2c002ce6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/2c002ce6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/2c002ce6 Branch: refs/heads/master Commit: 2c002ce6918f23253f0c352f22644bdd2e1d0ecc Parents: 3d3bc81 Author: Svetoslav Neykov Authored: Sun Dec 4 16:38:23 2016 +0000 Committer: Svetoslav Neykov Committed: Sun Dec 4 16:38:23 2016 +0000 ---------------------------------------------------------------------- guide/misc/release-notes.md | 20 ++------------------ website/meta/versions.md | 11 ++++++++++- 2 files changed, 12 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2c002ce6/guide/misc/release-notes.md ---------------------------------------------------------------------- diff --git a/guide/misc/release-notes.md b/guide/misc/release-notes.md index e196c47..ebd894d 100644 --- a/guide/misc/release-notes.md +++ b/guide/misc/release-notes.md @@ -19,24 +19,8 @@ to Brooklyn's commercial users for funding much of this development. Changes since 0.9.0: -1. [minor] `ClassCoercionException` has moved package. The old one was deleted to prevent errors inadvertently trying to catch it. - -2. [minor] Default config key values are now coerced to the right type when accessed. -Previously coercion only applied to values set, so if a default value was accessed, the caller would get the -value and type of the default value, not coerced to the type of the config key. -This was inconsistent with cases where a value is set for the config key, as callers in that case will get the -value coerced to the type of the config key. This was a bug as callers should always be able to expect -the config value to be of the declared type, consistently across default values and explicitly set values. - - As an example, if a config key is typed (e.g. `port`) and a caller uses code such as `$brooklyn:config` to access -that value, previously they would see the numeric value if the value comes from a default; -if that is what is being expected it is an error as a JSON map for `PortRange` would be returned if a config value is set, -but the erroneous usage might not have been noticed if the port only ever came from a default value. -The fix in this case is to use `$brooklyn:attributeWhenReady` if the caller wants the actual value selected from the range -(through port inferencing done e.g. in `SoftwareProcess` entities), -or to declare the sensor of type `int` if they do not want port ranges and inferencing to be supported. - +1. ... For changes in prior versions, please refer to the release notes for -[0.9.0]({{ site.path.v }}/0.9.0/misc/release-notes.html). +[0.10.0]({{ site.path.v }}/0.10.0/misc/release-notes.html). http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2c002ce6/website/meta/versions.md ---------------------------------------------------------------------- diff --git a/website/meta/versions.md b/website/meta/versions.md index a23cb20..f78825f 100644 --- a/website/meta/versions.md +++ b/website/meta/versions.md @@ -19,6 +19,9 @@ This documentation was generated {{ site.time | date_to_string }}. Apache Brooklyn has made the following releases: +* **[0.10.0](/v/0.10.0/)**: Adds Brooklyn CLI client, RPM package, getting started + using Vagrant. First release as an Apache top-level project! (December 2016) + * **[0.9.0](/v/0.9.0/)**: Adds Brooklyn CLI client, RPM package, getting started using Vagrant. First release as an Apache top-level project! (April 2016) @@ -45,7 +48,13 @@ This code has not been voted on and are not endorsed by The Apache Software Foun Documentation for these versions are uploaded from time to time, and are provided here for reference: -* **[0.9.0-SNAPSHOT](/v/0.9.0-SNAPSHOT/)**: latest unreleased version +* **[0.11.0-SNAPSHOT](/v/0.11.0-SNAPSHOT/)**: latest unreleased version +(although docs may not be up-to-date with the latest code) + +* **[0.10.0-SNAPSHOT](/v/0.10.0-SNAPSHOT/)**: any changes since 0.10.0 which would go into 0.10.1 +(although docs may not be up-to-date with the latest code) + +* **[0.9.0-SNAPSHOT](/v/0.9.0-SNAPSHOT/)**: any changes since 0.9.0 which would go into 0.9.1 (although docs may not be up-to-date with the latest code) * **[0.8.0-SNAPSHOT](/v/0.8.0-SNAPSHOT/)**: any changes since 0.8.0-incubating which would go into 0.8.1