Repository: karaf-cellar Updated Branches: refs/heads/master 8979a93de -> 38e9bbc5e
Update RELEASE-NOTES for Cellar 4.0.2 release Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/38e9bbc5 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/38e9bbc5 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/38e9bbc5 Branch: refs/heads/master Commit: 38e9bbc5ebe2ca26fe0ca6e8955c985d8c42660d Parents: 8979a93 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Sep 8 14:28:16 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Sep 8 14:28:16 2016 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/38e9bbc5/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 45f7f37..ba13627 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,37 @@ * limitations under the License. */ + Apache Karaf Cellar 4.0.2 + ========================= + + Overview + -------- + + Apache Karaf Cellar 4.0.2 is a maintenance release on the Cellar 4.x serie including important bug fixes. + + Changelog + --------- +** Bug + * [KARAF-4538] - Cellar bundle regex is way too "global" in command and MBean + * [KARAF-4664] - Cellar can stop bundles whereas it should not + * [KARAF-4668] - Inconsistent cluster status for a bundle which cannot be started + * [KARAF-4670] - Race condition in the Activator.updated() of the org.apache.karaf.cellar.hazelcast + * [KARAF-4671] - cluster:bundle-list does not show symbolic names + * [KARAF-4678] - Cellar should provide service capability + * [KARAF-4683] - ClassNotFoundException: org.apache.karaf.cellar.config.ClusterConfigurationEvent on startup + * [KARAF-4694] - Downgrade to Hazelcast 3.6.2 + * [KARAF-4698] - Cellar handling of cluster:bundle-uninstall when one of the cluster nodes is offline + * [KARAF-4699] - Check kubernetes POD label while discovering nodes + +** Improvement + * [KARAF-3869] - Use hazelcast bundle instead of hazelcast-all + * [KARAF-4256] - Use conditions to install cellar features + * [KARAF-4257] - Use req/cap in Cellar to be able to switch different implementation + +** Task + * [KARAF-4191] - Remove fabric8 karaf-features as it doesn't exists anymore + + Apache Karaf Cellar 4.0.1 =========================
