From 4361639f095df94695afa876e01ab83bf3de769b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 9 Jul 2015 09:56:37 -0400 Subject: [PATCH] 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 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 3 ++- metadata.json | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944eb5df..9c36e17e 100644 --- a/CHANGELOG.md +++ b/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 ###Summary diff --git a/README.md b/README.md index 90fb090d..e97677d1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/metadata.json b/metadata.json index bc79e797..6520213a 100644 --- a/metadata.json +++ b/metadata.json @@ -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",