release 1.1.0
This commit is contained in:
parent
913d3cc627
commit
b14a29d87c
@ -1,3 +1,10 @@
|
||||
* 2013-03-19 1.1.0
|
||||
- update travis matrix (add ruby 1.9, puppet 3.0)
|
||||
- implement provider changes for purging
|
||||
- refactor of glance_image native types
|
||||
- remove /v1 from endpoints
|
||||
- allow specifying https for public endpoint
|
||||
- parse credentials out of apt-paste.conf
|
||||
* 2012-11-02 1.0.0
|
||||
- Add travisci support to repo
|
||||
- Remove essex support
|
||||
|
@ -1,5 +1,5 @@
|
||||
name 'puppetlabs-glance'
|
||||
version '1.0.0'
|
||||
version '1.1.0'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-glance'
|
||||
author 'Puppet Labs'
|
||||
license 'Apache'
|
||||
@ -8,6 +8,6 @@ description 'Openstack Glance module for folsom. Tested on Ubuntu Precise and RH
|
||||
project_page 'http://github.com/puppetlabs/puppetlabs-glance'
|
||||
|
||||
dependency 'cprice404/inifile', '>= 0.9.0'
|
||||
dependency 'puppetlabs/keystone', '>= 1.0.1'
|
||||
dependency 'puppetlabs/keystone', '>= 1.1.0'
|
||||
dependency 'puppetlabs/mysql', '>= 0.5.0'
|
||||
dependency 'puppetlabs/stdlib', '>= 2.4.0'
|
||||
|
Loading…
Reference in New Issue
Block a user