Release 5.1.0 - Juno

Prepare 5.1.0 release.

Change-Id: I96f386d49888aa75ebf61a6d3160413a27e67073
(cherry picked from commit 6affc4341b)
This commit is contained in:
Emilien Macchi 2015-06-17 13:59:05 -04:00
parent 38d9f845aa
commit f05abd2bd2
2 changed files with 23 additions and 4 deletions

View File

@ -1,7 +1,7 @@
glance glance
======= =======
5.0.0 - 2014.2.0 - Juno 5.1.0 - 2014.2 - Juno
#### Table of Contents #### Table of Contents
@ -133,6 +133,25 @@ Contributors
Release Notes Release Notes
------------- -------------
**5.1.0**
* Service Validation for Glance-API
* Switch to TLSv1
* spec: pin rspec-puppet to 1.0.1
* Makes kombu_ssl_* parameters optional when rabbit_use_ssl => true
* Allow overriding package ensure for glance-registry
* Move rbd related options into glance_store section
* Pin puppetlabs-concat to 1.2.1 in fixtures
* change default MySQL collate to utf8_general_ci
* Add openstack tag to glance packages
* Correctly munge glance_image is_public property
* Create a sync_db boolean for Glance
* Command parameter to sync the correct Database
* Fix catalog compilation when not configuring endpoint
* Add $notification_driver parameter to notify::rabbitmq
* Fix is_public munge
* Update .gitreview file for project rename
**5.0.0** **5.0.0**
* Stable Juno release * Stable Juno release

View File

@ -1,10 +1,10 @@
{ {
"name": "stackforge-glance", "name": "stackforge-glance",
"version": "5.0.0", "version": "5.1.0",
"author": "Puppet Labs and StackForge Contributors", "author": "Puppet Labs and OpenStack Contributors",
"summary": "Puppet module for OpenStack Glance", "summary": "Puppet module for OpenStack Glance",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"source": "git://github.com/stackforge/puppet-glance.git", "source": "git://github.com/openstack/puppet-glance.git",
"project_page": "https://launchpad.net/puppet-glance", "project_page": "https://launchpad.net/puppet-glance",
"issues_url": "https://bugs.launchpad.net/puppet-glance", "issues_url": "https://bugs.launchpad.net/puppet-glance",
"requirements": [ "requirements": [