diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dcbe8ac..f415b3360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +##2015-10-10 - 6.1.0 +###Summary + +This is a feature and maintenance release in the Kilo series. + +####Features +- Allow to change archive destination +- Support allow_start and allow_end parameters +- Add ability to override compute_driver + +####Maintenance +- acceptance: checkout stable/kilo puppet modules +- Remove dead nova providers +- Remove very old xenserver configs + ##2015-07-08 - 6.0.0 ###Summary diff --git a/README.md b/README.md index 02b0034b3..62dbd79e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ nova ==== -6.0.0 - 2015.1 - Kilo +6.1.0 - 2015.1 - Kilo #### Table of Contents diff --git a/metadata.json b/metadata.json index 4b4f43dca..0850cc0cd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-nova", - "version": "6.0.0", + "version": "6.1.0", "author": "Puppet Labs and OpenStack Contributors", "summary": "Puppet module for OpenStack Nova", "license": "Apache-2.0",