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: I392a291c27846a329c123fd5c0a8eefca42ea7c0
This commit is contained in:
Emilien Macchi 2015-07-09 09:56:37 -04:00
parent 78ef674e0e
commit 4361639f09
3 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,26 @@
##2015-07-08 - 6.0.0
###Summary
This is a backwards-incompatible major release for OpenStack Kilo.
####Backwards-incompatible changes
- MySQL: change default MySQL collate to utf8_general_ci
####Features
- Puppet 4.x support
- Add db::postgresql to openstacklib
- Implement openstacklib::wsgi::apache
- Move openstackclient parent provider to openstacklib
- Keystone V3 API support
- Restructures authentication for resource providers
####Bugfixes
- Properly handle policy values containing spaces
####Maintenance
- Bump mysql version to 3.x
- Acceptance tests with Beaker
##2015-06-17 - 5.1.0
###Summary

View File

@ -1,7 +1,8 @@
openstacklib
============
5.1.0 - 2014.2 - Juno
6.0.0 - 2015.1 - Kilo
#### Table of Contents
1. [Overview - What is the openstacklib module?](#overview)

View File

@ -1,6 +1,6 @@
{
"name": "stackforge-openstacklib",
"version": "5.1.0",
"name": "openstack-openstacklib",
"version": "6.0.0",
"author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet OpenStack Libraries",
"license": "Apache-2.0",