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: I0efc9ea4a6bfcc03005abfe9f4b5eb948b31e089
This commit is contained in:
Emilien Macchi 2015-07-09 08:32:41 -04:00
parent 6e11fbf346
commit beb2863210
3 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,24 @@
##2015-07-08 - 6.0.0
###Summary
This is a backwards-incompatible major release for OpenStack Kilo.
####Backwards-incompatible changes
- Remove some old deprecated parameters
####Features
- Puppet 4.x support
- Sort policy files in local_settings.py
- Add support for Neutron DVR and L3 HA options
- Collect static files before compressing them
- Add support to add Tuskar-ui config to local_settings
- Add support for WEBROOT in local_settings
- Add 'log_handler' parameter
####Maintenance
- Acceptance tests with Beaker
- Fix spec tests for RSpec 3.x and Puppet 4.x
##2015-06-17 - 5.1.0
###Summary

View File

@ -1,7 +1,7 @@
horizon
=======
5.1.0 - 2014.2 - Juno
6.0.0 - 2015.1 - Kilo
#### Table of Contents

View File

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