From ddae30f03392ec7660a3527a8dc8ca1227b1d7da Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 24 Sep 2015 11:46:09 -0400 Subject: [PATCH] Switch to using autogenerated ChangeLog in docs This commit switches the docs to use the PBR generated ChangeLog instead of a hand curated release notes section. This is a lot less error prone and instantaneous as compared to our current method which often leaves the release notes section stale for months at a time. Change-Id: Idbbe0d4ec8013ead19994056553f5ed1fcb49132 --- doc/source/history.rst | 1 + doc/source/index.rst | 66 +----------------------------------------- 2 files changed, 2 insertions(+), 65 deletions(-) create mode 100644 doc/source/history.rst diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 0000000..69ed4fe --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1 @@ +.. include:: ../../ChangeLog diff --git a/doc/source/index.rst b/doc/source/index.rst index 5f658ce..61f8c13 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -17,71 +17,7 @@ Contents: contributing cli decorators - -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 - -0.2.0 ------ - * Adds the skip_because decorator which was migrated from tempest - * Fixes to rest_client - * Separates the forbid - * Cleans up the exception classes to make inheritance simpler - * Doc typo fixes - -0.1.0 ------ - * Adds the RestClient class which was migrated from tempest - * Fix subunit-trace to handle when there isn't a worker tag in the subunit - stream - -0.0.4 ------ - * Fix subunit-trace when running with python < 2.7 - -0.0.3 ------ - * subunit-trace bug fixes: - * Switch to using elapsed time for the summary view - * Addition of --failonly option from nova's forked subunit-trace - -0.0.2 ------ - * Fix the MRO ordering in the base test class - -0.0.1 ------ - * Adds cli testing framework - * Adds subunit-trace + history Indices and tables