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:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -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
|
##2015-06-17 - 5.1.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
openstacklib
|
openstacklib
|
||||||
============
|
============
|
||||||
|
|
||||||
5.1.0 - 2014.2 - Juno
|
6.0.0 - 2015.1 - Kilo
|
||||||
|
|
||||||
#### Table of Contents
|
#### Table of Contents
|
||||||
|
|
||||||
1. [Overview - What is the openstacklib module?](#overview)
|
1. [Overview - What is the openstacklib module?](#overview)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackforge-openstacklib",
|
"name": "openstack-openstacklib",
|
||||||
"version": "5.1.0",
|
"version": "6.0.0",
|
||||||
"author": "Puppet Labs and OpenStack Contributors",
|
"author": "Puppet Labs and OpenStack Contributors",
|
||||||
"summary": "Puppet OpenStack Libraries",
|
"summary": "Puppet OpenStack Libraries",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Reference in New Issue
Block a user