diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d78f1c..2cea0d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +##2016-05-20 - 7.1.0 + +###Summary + +This is a feature and bugfix release in the Liberty series. + +####Features + +- Supports IPv6 in registry_host +- Use glance-swift conf for swift backend +- Update Glance Swift backend configuration + +####Bugfixes + +- Fix Swift store configuration +- Stop collecting glance services by name and Make Keystone_endpoint match + service by name/type + +####Maintenance + +- Add deprecation warning for Qpid rpc driver + + ##2015-11-25 - 7.0.0 ###Summary diff --git a/README.md b/README.md index 376b19ac..f6f7cc5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ glance ======= -7.0.0 - 2015.2 - Liberty +7.1.0 - 2015.2 - Liberty #### Table of Contents diff --git a/metadata.json b/metadata.json index 28e073b6..87b2f83a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-glance", - "version": "7.0.0", + "version": "7.1.0", "author": "Puppet Labs and OpenStack Contributors", "summary": "Puppet module for OpenStack Glance", "license": "Apache-2.0", @@ -32,8 +32,8 @@ "description": "Installs and configures OpenStack Glance (Image Service).", "dependencies": [ { "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, - { "name": "openstack/keystone", "version_requirement": ">=7.0.0 <8.0.0" }, + { "name": "openstack/keystone", "version_requirement": ">=7.1.0 <8.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">=4.2.0 <5.0.0" }, - { "name": "openstack/openstacklib", "version_requirement": ">=7.0.0 <8.0.0" } + { "name": "openstack/openstacklib", "version_requirement": ">=7.1.0 <8.0.0" } ] }