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:
parent
ab8ddaff93
commit
2d08ba975b
26
CHANGELOG.md
26
CHANGELOG.md
@ -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
|
##2014-11-21 - 5.0.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
openstack_extras
|
openstack_extras
|
||||||
============
|
============
|
||||||
|
|
||||||
5.0.0 - 2014.2.0 - Juno
|
6.0.0 - 2015.1.0 - Kilo
|
||||||
|
|
||||||
#### Table of Contents
|
#### Table of Contents
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackforge-openstack_extras",
|
"name": "openstack-openstack_extras",
|
||||||
"version": "5.0.0",
|
"version": "6.0.0",
|
||||||
"author": "OpenStack Contributors",
|
"author": "OpenStack Contributors",
|
||||||
"summary": "Puppet OpenStack Extras Module",
|
"summary": "Puppet OpenStack Extras Module",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user