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: Ibc637e06d8d2a7fba10f4fe054864f1da24b4030
This commit is contained in:
Emilien Macchi 2015-07-09 09:59:59 -04:00
parent 56d9a841bf
commit ee221ddc5b
3 changed files with 12 additions and 6 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
##2015-07-08 - 6.0.0
###Summary
- Initial release of the puppet-sahara module

View File

@ -1,6 +1,8 @@
sahara
======
6.0.0 - 2015.1 - Kilo
#### Table of Contents
1. [Overview - What is the sahara module?](#overview)

View File

@ -1,10 +1,10 @@
{
"name": "stackforge-sahara",
"version": "5.0.0",
"author": "Red Hat and StackForge Contributors",
"name": "openstack-sahara",
"version": "6.0.0",
"author": "Red Hat and OpenStack Contributors",
"summary": "Puppet module for OpenStack Sahara",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-sahara.git",
"source": "git://github.com/openstack/puppet-sahara.git",
"project_page": "https://launchpad.net/puppet-sahara",
"issues_url": "https://bugs.launchpad.net/puppet-sahara",
"requirements": [
@ -28,10 +28,10 @@
"description": "Installs and configures OpenStack Sahara (Data Processing).",
"dependencies": [
{ "name": "duritong/sysctl", "version_requirement": ">=0.0.1 <1.0.0" },
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" },
{ "name": "openstack/keystone", "version_requirement": ">=6.0.0 <7.0.0" },
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "puppetlabs/postgresql", "version_requirement": ">=3.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" }
{ "name": "openstack/openstacklib", "version_requirement": ">=6.0.0 <7.0.0" }
]
}