summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-09-22 09:13:15 -0500
committerDean Troyer <dtroyer@gmail.com>2015-09-22 10:04:57 -0500
commitb8faa8ae8702d2739ee353fa09933dbe99123b25 (patch)
tree60fff6561b0dc72afadb7a5b9a9d702ad756c5e2
parent7145fa078785d387f7ea6c105340919501b0de14 (diff)
downloadpython-openstackclient-1.7.0.tar.gz
Add release notes for 1.7.01.7.0
Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d
-rw-r--r--doc/source/releases.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/source/releases.rst b/doc/source/releases.rst
index 5dd67719..526b1635 100644
--- a/doc/source/releases.rst
+++ b/doc/source/releases.rst
@@ -2,6 +2,48 @@
Release Notes
=============
+1.7.0 (22 Sep 2015)
+===================
+
+* Add support for v2 image create/update commands
+ Bug `1405562 <https://bugs.launchpad.net/bugs/1405562>`_
+
+* ICMP secgroup rule must have ``--dst-port -1`` to actually allow ICMP
+ Bug `1477629 <https://bugs.launchpad.net/bugs/1477629>`_
+
+* Add a blurb about ``pip install -e .`` to the developer docs
+ Bug `1483384 <https://bugs.launchpad.net/bugs/1483384>`_
+
+* Add filtering by user for command 'openstack server list'
+ Bug `1483974 <https://bugs.launchpad.net/bugs/1483974>`_
+
+* No support for listing servers of other project with openstack server list
+ Bug `1488486 <https://bugs.launchpad.net/bugs/1488486>`_
+
+* Missing image causes confusing 'server show' response
+ Bug `1489901 <https://bugs.launchpad.net/bugs/1489901>`_
+
+* Volume Attached to is incorrect
+ Bug `1489954 <https://bugs.launchpad.net/bugs/1489954>`_
+
+* novaclient 2.27.0 breaks version handling
+ Bug `1492467 <https://bugs.launchpad.net/bugs/1492467>`_
+
+* Support listing users in a non-default domain scoped group
+ Bug `1492916 <https://bugs.launchpad.net/bugs/1492916>`_
+
+* ERROR: InvocationError:
+ '/opt/stack/new/python-openstackclient/.tox/functional/bin/ostestr'
+ in gate-osc-dsvm-functional
+ Bug `1496337 <https://bugs.launchpad.net/bugs/1496337>`_
+
+* image list --long is broken with v2
+ Bug `1498150 <https://bugs.launchpad.net/bugs/1498150>`_
+
+* Add ``--log-file`` option support
+
+* Set default Volume API version to ``2``
+
1.6.0 (10 Aug 2015)
===================