summaryrefslogtreecommitdiff
path: root/doc/source/releases.rst
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2015-04-27 16:30:41 -0500
committerDean Troyer <dtroyer@gmail.com>2015-04-30 12:08:04 -0500
commit5d5054b6f54982eea4f9f5b73429f342aa2c35cf (patch)
treecceb1b0946f65b2a4891ac4469b2a473e497cb94 /doc/source/releases.rst
parentb1ffbcff0b38e7e12b4764ced70c84faeaba35cf (diff)
downloadpython-openstackclient-5d5054b6f54982eea4f9f5b73429f342aa2c35cf.tar.gz
Create 1.2.0 release notes
Change-Id: I82dcd075960d9a4ed8b89471a31a951b274de4fa
Diffstat (limited to 'doc/source/releases.rst')
-rw-r--r--doc/source/releases.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/source/releases.rst b/doc/source/releases.rst
index 6018a73a..4def408e 100644
--- a/doc/source/releases.rst
+++ b/doc/source/releases.rst
@@ -2,6 +2,40 @@
Release Notes
=============
+1.2.0 (30 Apr 2015)
+===================
+
+* Fix error in ``security group create`` command when ``--description`` is not
+ supplied.
+ Bug `1434172 <https://bugs.launchpad.net/bugs/1434172>`_
+
+* Correct ``image list`` pagination handling, all images are now correctly returned.
+ Bug `1443089 <https://bugs.launchpad.net/bugs/1443089>`_
+
+* Do not require ``--dst-port`` option with ``security group rule create`` when
+ ``--proto ICMP`` is selected.
+ Bug `1443963 <https://bugs.launchpad.net/bugs/1443963>`_
+
+* Correctly pass ``--location`` arguemnt in ``image create`` command.
+ Bug `1445460 <https://bugs.launchpad.net/bugs/1445460>`_
+
+* Correctly handle use of ``role`` commands for project admins. Using IDs will
+ work for project admins even when names will not due to non-admin contraints.
+ Bug `1445528 <https://bugs.launchpad.net/bugs/1445528>`_
+
+* Correctly exit with an error when authentication can not be completed.
+ Bug `1444640 <https://bugs.launchpad.net/bugs/1444640>`_
+
+* Fix ``backup create`` to correctly use the ``--container`` value if supplied.
+ Bug `1446751 <https://bugs.launchpad.net/bugs/1446751>`_
+
+* Document the backward-compatibility-breaking changes in
+ :doc:`backwards-incompatibile`.
+ Bug `1406470 <https://bugs.launchpad.net/bugs/1406470>`_
+
+* Add `--parent`` option to `projct create` command.
+
+
1.1.0 (21 Apr 2015)
===================