summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-03-07 13:58:07 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-03-07 19:27:37 +0000
commit0379e70429aeac59e2befe6f5379a75438f2f216 (patch)
treeb6f7e19534b194ef5582fd74d2a87a68ffc58414
parente935333aa4810c1a154d2a2136e4d1845d16f2a4 (diff)
downloadpycadf-0379e70429aeac59e2befe6f5379a75438f2f216.tar.gz
add a new set of release notes
adds a date for 0.7.0 release notes, and adds info about releases 0.7.1 and 0.8.0. Change-Id: I7450c44a453936467b6d55b52c81c11eb81d9cce
-rw-r--r--doc/source/releases.rst26
1 files changed, 24 insertions, 2 deletions
diff --git a/doc/source/releases.rst b/doc/source/releases.rst
index c37f9a0..7425c77 100644
--- a/doc/source/releases.rst
+++ b/doc/source/releases.rst
@@ -2,8 +2,27 @@
Release Notes
=============
-0.7.0 (Date TBD)
-================
+0.8.0 (Feb 16 2015)
+===================
+
+* add helper module
+* Add a new CADF type for keystone trusts
+* Use oslo namespaces
+* Use oslo_context
+* Add deprecation message to Audit API
+* cleanup documentation
+* Bug 1347868_: Do not depend on endpoint id existing in the service catalog
+
+.. _1347868: https://bugs.launchpad.net/pycadf/+bug/1347868
+
+0.7.1 (Jan 28 2015)
+===================
+
+* Pull out some CADF taxonomy to be constants
+* Add new CADF taxonomy types
+
+0.7.0 (Jan 19 2015)
+===================
* Work toward Python 3.4 support and testing
* Use oslo_debug_helper and remove our own version
@@ -14,9 +33,12 @@ Release Notes
* Use oslo tests fixture
* Use oslo.serialization
* Sync oslo libraries
+* upgrade hacking to 0.10.0
* Bug 1336976_: PyCADF docs do not include the changelog
+* Bug 1398411_: deprecate audit middleware
.. _1336976: https://bugs.launchpad.net/pycadf/+bug/1336976
+.. _1398411: https://bugs.launchpad.net/pycadf/+bug/1398411
0.6.0 (Aug 23 2014)
===================