Release 5.0.0 - Juno

This patch updated the README to reflect the current version and
include release notes.

Changes in this release:
* Pinned vcsrepo dependency to 2.x
* Bumped stdlib dependency to 4.x
* Added ability to hide secrets from puppet logs
* Removed orphaned os_concat function
* Removed dependencies on mysql and postgresql devel libraries

Change-Id: I4d3a497304219d4a19789f447c83f4b90f2a5846
This commit is contained in:
Colleen Murphy
2014-11-22 17:38:20 -08:00
parent ce2337a0d2
commit 12cd4dcd68

View File

@@ -1,3 +1,8 @@
Tempest
=======
5.0.0 - 2014.2.0 - Juno
Module for installing and configuring tempest. Module for installing and configuring tempest.
Tempest is the test suite that can be used to run integration Tempest is the test suite that can be used to run integration
@@ -5,3 +10,15 @@ tests on an installed openstack environment.
This module assumes the provisioning of the initial OpenStack This module assumes the provisioning of the initial OpenStack
resources has been done beforehand. resources has been done beforehand.
Release Notes
-------------
** 5.0.0 **
* Stable Juno release
* Pinned vcsrepo dependency to 2.x
* Bumped stdlib dependency to 4.x
* Added ability to hide secrets from puppet logs
* Removed orphaned os_concat function
* Removed dependencies on mysql and postgresql devel libraries