From ea0c57933cdc23b6f33c6568d92a6ce0752794e9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 15 Oct 2015 08:57:41 -0400 Subject: [PATCH] Prepare 6.1.0 release Change-Id: I1a8b33c2cae2b97482d6dc9844a9e3e031138386 (cherry picked from commit b54c1a946abf967b486ed07cb7fb2c8d9a15bd55) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ README.md | 2 +- metadata.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c0f5e06..8df018a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +##2015-10-15 - 6.1.0 +###Summary + +This is a features and bugfixes release in the Kilo series. + +####Features +- Allow to change archive destination +- admin_user_domain and admin_project_domain can now be equal + + +####Bugfixes +- Allow to use the wrong resource name for Keystone_user and Keystone_tenant +- Allow to use the wrong value for default_domain_id +- Fixes get_section for future use +- Domain name from id lookups return empty +- Fixes get_section for future use +- WSGI: use real service name in restart_keystone Exec +- v3: make sure default domain is created before any other resource +- Use an Anchor when service is managed + +####Maintenance +- Authentication URLs and endpoint clarity re-factor +- Purely cosmetic change on keystone provider +- Fix rspec 3.x syntax +- acceptance: run keystone in a WSGI server +- acceptance: checkout stable/kilo puppet modules + + ##2015-07-08 - 6.0.0 ###Summary diff --git a/README.md b/README.md index 28e53a790..560328436 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ keystone ======= -6.0.0 - 2015.1 - Kilo +6.1.0 - 2015.1 - Kilo #### Table of Contents diff --git a/metadata.json b/metadata.json index 5a2e3ff61..b9893dd42 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-keystone", - "version": "6.0.0", + "version": "6.1.0", "author": "Puppet Labs and OpenStack Contributors", "summary": "Puppet module for OpenStack Keystone", "license": "Apache-2.0",