diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-10-15 11:58:53 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-10-19 13:57:15 -0500 |
| commit | db2dfa311fcad0649383f725ffa62d6509315aaf (patch) | |
| tree | e792ca0093b1f0864adb04f31e3042b018d4fce9 /doc | |
| parent | cb533ef0400dc49b50c28ab35ea6c2c0146377d7 (diff) | |
| download | python-openstackclient-db2dfa311fcad0649383f725ffa62d6509315aaf.tar.gz | |
Add release notes for 1.8.0
Depends-On: I2181b2c48cfde2147d7d0ef135322df8a81e7ce8
Change-Id: I9bdee1b932bcefd3c802461f6f7ac6d9266110ce
Diffstat (limited to 'doc')
| -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) =================== |
