summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-26 07:36:47 +0000
committerGerrit Code Review <review@openstack.org>2015-05-26 07:36:47 +0000
commit0841f2587bb79c27f7c0190f7fca7a80ce94a817 (patch)
tree10cba32aeeb1fb08439c263b34a1526e0dc41546
parentbe66e77b7bd596a05222854230e0393ffdd33831 (diff)
parent522ac74a25c9d599d646e786e1ff844ecb094f50 (diff)
downloadtempest-lib-0841f2587bb79c27f7c0190f7fca7a80ce94a817.tar.gz
Merge "Add release notes to docs for past few releases"
-rw-r--r--doc/source/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 9c707ca..5f658ce 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -21,6 +21,31 @@ Contents:
Release Notes
=============
+0.5.0
+-----
+ * Support for specifying a prefix on the rand_name() function
+ * Migration of the ssh module from tempest
+ * A few cleanups and missing pieces for the auth.py module
+ * subunit-trace bug fix
+ * Improved unit tests and docstring coverage
+
+0.4.0
+-----
+ * A new console script entry point skip-tracker to identify @skip_because
+ decorators and query launchpad if the bug is closed or not
+ * Documentation Improvements
+ * A fix for rest client logging levels
+ * Adds the v2 and v3 token clients from tempest
+ * Adds the AuthProvider layer and credentials objects from tempest
+
+
+0.3.0
+-----
+ * Switch to using oslo.log instead of the oslo-incubator logging module
+ * Documentation improvements
+ * Handling of additional test result conditions in subunit-trace
+ * Addition of the data_utils module from tempest
+
0.2.1
-----
* Fix subunit-trace to enable stdout passthrough