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: Ie8ccc2e2d4ff1235314d6350f205400983d42109
This commit is contained in:
Emilien Macchi 2015-07-08 19:02:43 -04:00
parent 65c5c8c35a
commit f89bfc016c
3 changed files with 11 additions and 5 deletions

4
CHANGELOG.md Normal file
View File

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

View File

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

View File

@ -1,10 +1,10 @@
{
"name": "stackforge-designate",
"version": "5.0.0",
"name": "openstack-designate",
"version": "6.0.0",
"author": "Xingchao Yu and StackForge Contributors",
"summary": "Puppet module for OpenStack Designate",
"license": "Apache-2.0",
"source": "git://github.com/stackforge/puppet-designate.git",
"source": "git://github.com/openstack/puppet-designate.git",
"project_page": "https://launchpad.net/puppet-designate",
"issues_url": "https://bugs.launchpad.net/puppet-designate",
"requirements": [
@ -32,9 +32,9 @@
"description": "Installs and configures OpenStack Designate (DNS Services).",
"dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.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/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "theforeman/dns", "version_requirement": ">=1.4.0 <4.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" }
{ "name": "openstack/openstacklib", "version_requirement": ">=6.0.0 <7.0.0" }
]
}