diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b7891f..84391c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +##2015-10-10 - 6.1.0 +###Summary + +This is a maintenance and features release in Kilo series. + +The tempest.conf.sample does not exist anymore so we need to stop relying on +this file to create the tempest.conf configuration file. + +####Features +- Add tempest::config class +- Add config parameters to run Keystone v3 tests + +####Maintenance +- acceptance: checkout stable/kilo puppet modules + +####Bugfixes +- do not create tempest.conf from .sample file + ##2015-07-08 - 6.0.0 ###Summary diff --git a/README.markdown b/README.markdown index 5a082493..7d2ad472 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ Tempest ======= -6.0.0 - 2015.1 - Kilo +6.1.0 - 2015.1 - Kilo Module for installing and configuring tempest. diff --git a/metadata.json b/metadata.json index 08973e2a..3a306790 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "openstack-tempest", - "version": "6.0.0", + "version": "6.1.0", "author": "OpenStack Contributors", "summary": "Puppet module for OpenStack Tempest", "license": "Apache-2.0",