diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-19 22:48:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-19 22:48:39 +0000 |
| commit | 69be668534bb84871c23bf1ec041b9e5afcd1596 (patch) | |
| tree | 56cd966843c57e4b542f53225e1d37621ff97795 | |
| parent | 0f74e80c4b444afbc8b57002773de39e8d7b0019 (diff) | |
| parent | db2dfa311fcad0649383f725ffa62d6509315aaf (diff) | |
| download | python-openstackclient-1.8.0.tar.gz | |
Merge "Add release notes for 1.8.0"1.8.0
| -rw-r--r-- | doc/source/releases.rst | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/source/releases.rst b/doc/source/releases.rst index 526b1635..2e9f6fff 100644 --- a/doc/source/releases.rst +++ b/doc/source/releases.rst @@ -2,6 +2,39 @@ Release Notes ============= +1.8.0 (18 Oct 2015) +=================== + +* `image create --volume` command (v1) will attempt to create two images + Bug `1497221 <https://bugs.launchpad.net/bugs/1497221>`_ + +* Add filtering by project/uesr for command `volume list` + Bug `1483976 <https://bugs.launchpad.net/bugs/1483976>`_ + +* Password used by plugin shows up in debug mode + Bug `1501598 <https://bugs.launchpad.net/bugs/1501598>`_ + +* Add support for `object store account` + Bug `1501943 <https://bugs.launchpad.net/bugs/1501943>`_ + +* Add support for setting properties on objects and containers + Bug `1501945 <https://bugs.launchpad.net/bugs/1501945>`_ + +* `role list` ignores `--inherited` option + Bug `1502822 <https://bugs.launchpad.net/bugs/1502822>`_ + +* `compute service list` does not return service ID number + Bug `1503430 <https://bugs.launchpad.net/bugs/1503430>`_ + +* Containers and objects with non-ascii characters fails + Bug `1503508 <https://bugs.launchpad.net/bugs/1503508>`_ + +1.7.1 (30 Sep 2015) +=================== + +* Image v2 lookup issues + Bug `1501362 <https://bugs.launchpad.net/bugs/1501362>`_ + 1.7.0 (22 Sep 2015) =================== |
