Updated to match semver and release notes.
Before this update the Modulefile was not following semver in relation to stable/havana, and the README files were not in sync. This update introduces proper semver and consistency. Change-Id: I65fda078f20eb8d41b260c4550ac3c262cca8267
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name 'puppetlabs-swift'
|
name 'puppetlabs-swift'
|
||||||
version '2.2.0'
|
version '4.0.0-devel'
|
||||||
source 'https://github.com/stackforge/puppet-swift'
|
source 'https://github.com/stackforge/puppet-swift'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
license 'Apache License 2.0'
|
license 'Apache License 2.0'
|
||||||
@@ -9,9 +9,9 @@ project_page 'https://launchpad.net/puppet-openstack'
|
|||||||
|
|
||||||
## Add dependencies, if any:
|
## Add dependencies, if any:
|
||||||
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
||||||
dependency 'puppetlabs/keystone', '>=2.2.0 <3.0.0'
|
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
|
||||||
dependency 'puppetlabs/mysql','>=0.6.1 <1.0.0'
|
dependency 'puppetlabs/mysql','>=0.6.1 <1.0.0'
|
||||||
dependency 'puppetlabs/rsync', '>=0.1.0 <1.0.0'
|
dependency 'puppetlabs/rsync', '>=0.2.0 <1.0.0'
|
||||||
dependency 'puppetlabs/stdlib', '>=2.3.0'
|
dependency 'puppetlabs/stdlib', '>=2.3.0'
|
||||||
dependency 'puppetlabs/xinetd', '>=1.0.1 <2.0.0'
|
dependency 'puppetlabs/xinetd', '>=1.0.1 <2.0.0'
|
||||||
dependency 'puppetlabs/concat', '>=1.0.0 <2.0.0'
|
dependency 'puppetlabs/concat', '>=1.0.0 <2.0.0'
|
||||||
|
12
README.md
12
README.md
@@ -244,6 +244,18 @@ Contributors
|
|||||||
Release Notes
|
Release Notes
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
**3.0.0**
|
||||||
|
|
||||||
|
* Major release for OpenStack Havana.
|
||||||
|
* Fixed Puppet 3.x template variable deprecation warning.
|
||||||
|
* Added swift operator roles to Keystone.
|
||||||
|
* Defaults include_service_catalog to false for improved performance.
|
||||||
|
* Fixed auth_token configuration.
|
||||||
|
* Fixed filter name for puppetdb.
|
||||||
|
* Added bulk middleware support.
|
||||||
|
* Added quota middleware support.
|
||||||
|
* Allow configuration of admin and internal protocols for keystone endpoint.
|
||||||
|
|
||||||
**2.2.0**
|
**2.2.0**
|
||||||
|
|
||||||
* Improved proxy directory signing support.
|
* Improved proxy directory signing support.
|
||||||
|
Reference in New Issue
Block a user