Release 1.0.0

This commit is contained in:
Dan Bode 2012-11-02 12:53:54 -07:00
parent 704400f0db
commit 546278a626
2 changed files with 9 additions and 4 deletions

2
CHANGELOG Normal file
View File

@ -0,0 +1,2 @@
* 2012-11-02 1.0.0
- initial release for folsom

View File

@ -1,8 +1,11 @@
name 'puppet-cinder' name 'puppet-cinder'
version '0.0.1' version '1.0.0'
source 'https://github.com/puppetlabs/puppetlabs-cinder' source 'https://github.com/puppetlabs/puppetlabs-cinder'
author 'Joe Topjian' author 'Joe Topjian, Dan Bode'
license 'Apache License 2.0' license 'Apache License 2.0'
summary 'install openstack cinder' summary 'installs openstack cinder'
description 'install openstack cinder' description 'installs openstack cinder'
project_page 'https://github.com/puppetlabs/puppetlabs-cinder' project_page 'https://github.com/puppetlabs/puppetlabs-cinder'
dependency 'puppetlabs/mysql', '>= 0.5.0'
dependency 'puppetlabs/stdlib', '>= 2.4.0'