From 164a29d29b3d8a779efb17b071d4aecea5da6f06 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 6 Jun 2014 02:48:37 +0200 Subject: [PATCH] Prepare 2.0.0 release Prepare first Icehouse release. The git tag will be I.1.0.0 but the release code name for the forge will be 2.0.0. --- CHANGELOG.md | 21 ++++++++++++++++++++- Modulefile | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cab0c9..3ad99ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +##2014-06-19 - Features release 2.0.0 +###Summary +* Icehouse release support +* OpenStack Object Storage support (Swift) +* Neutron Metadata multi-worker +* RBD flexibility on compute nodes +* Keystone and Nova v3 API support +* SSL termination support + +####Bugfixes +* Fix nova-compute service when using RBD backend +* Fix cinder-volume service when creating a volume type +* Enable to have Swift Storage & Ceph OSD on same nodes + +####Known Bugs +* No known bugs + ##2014-05-06 - Features release 1.3.0 ###Summary * High Availability refactorization @@ -10,7 +27,9 @@ * Fix HAproxy configuration for Heat API binding ####Known Bugs -* No known bugs +* When using RBD as Nova Backend, nova-compute should be notified +* When creating a volume type, cinder-volume should be notified +* Impossible to attach a volume backend by RBD if not using RBD backend for Nova ##2014-04-22 - Features release 1.2.0 ###Summary diff --git a/Modulefile b/Modulefile index 23d6847c..a2830ba4 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'eNovance-cloud' -version '1.3.0' +version '2.0.0' source 'https://github.com/enovance/puppet-openstack-cloud' author 'eNovance' license 'Apache License 2.0'