Prepare 6.0.0 release

Update CHANGELOG, README and metadata.json to bump the module to the
first Kilo release (6.0.0).

Change-Id: Iba3986d645862fec61cf19199c8068f244d739d7
This commit is contained in:
Emilien Macchi 2015-07-09 09:50:03 -04:00
parent ab8ddaff93
commit 2d08ba975b
3 changed files with 29 additions and 3 deletions

View File

@ -1,3 +1,29 @@
##2015-07-08 - 6.0.0
###Summary
This is a backwards-incompatible major release for OpenStack Kilo.
####Backwards-incompatible changes
- repo: bump to Kilo by default
####Features
- Puppet 4.x support
- Add hash based repository management
- Add pacemaker provider for HA services
- Add auth file from openstack repo
- Support native OS primitive classes in Pacemaker
- Support cloned resources in Pacemaker
- auth_file: allow to change the path
- repo/redhat: manage EPEL with metalink instead of baseurl
####Bugfixes
- Ensure python-mysqldb is installed before MySQL db_sync
- Fix dependency on nova-common package
####Maintenance
- repo/apt: update to support apt 2.1.0 module
- Increase major bound on puppetlabs-apt
##2014-11-21 - 5.0.0
###Summary

View File

@ -1,7 +1,7 @@
openstack_extras
============
5.0.0 - 2014.2.0 - Juno
6.0.0 - 2015.1.0 - Kilo
#### Table of Contents

View File

@ -1,6 +1,6 @@
{
"name": "stackforge-openstack_extras",
"version": "5.0.0",
"name": "openstack-openstack_extras",
"version": "6.0.0",
"author": "OpenStack Contributors",
"summary": "Puppet OpenStack Extras Module",
"license": "Apache-2.0",