From b8faa8ae8702d2739ee353fa09933dbe99123b25 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 22 Sep 2015 09:13:15 -0500 Subject: [PATCH] Add release notes for 1.7.0 Change-Id: I4b4d229f7c3292923c8a29d1e1182a8352688b5d --- doc/source/releases.rst | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/doc/source/releases.rst b/doc/source/releases.rst index 5dd6771932..526b1635c7 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 `_ + +* ICMP secgroup rule must have ``--dst-port -1`` to actually allow ICMP + Bug `1477629 `_ + +* Add a blurb about ``pip install -e .`` to the developer docs + Bug `1483384 `_ + +* Add filtering by user for command 'openstack server list' + Bug `1483974 `_ + +* No support for listing servers of other project with openstack server list + Bug `1488486 `_ + +* Missing image causes confusing 'server show' response + Bug `1489901 `_ + +* Volume Attached to is incorrect + Bug `1489954 `_ + +* novaclient 2.27.0 breaks version handling + Bug `1492467 `_ + +* Support listing users in a non-default domain scoped group + Bug `1492916 `_ + +* ERROR: InvocationError: + '/opt/stack/new/python-openstackclient/.tox/functional/bin/ostestr' + in gate-osc-dsvm-functional + Bug `1496337 `_ + +* image list --long is broken with v2 + Bug `1498150 `_ + +* Add ``--log-file`` option support + +* Set default Volume API version to ``2`` + 1.6.0 (10 Aug 2015) ===================