Skip to content

Commit

Permalink
Add release notes for 0.19.0
Browse files Browse the repository at this point in the history
Changes included in this release:

    $ git log 0.18.0..HEAD --no-merges --oneline
    dfa98ab Updated from global requirements
    6cb26fc Include owner and status option in v2 image list
    5d933b0 Fix Metadef Object update issue with python-glanceclient
    9f5c581 Fix functional tests in gate
    1686d6a Do not crash on homedir mkdir
    1f89beb Improve import related error handling
    583adc3 Check image-download for redirection
    9c172fb Add some basic CLI functional tests
    bf413a6 Use assertIn instead of assertTrue in tests
    6431fae Unorder compare in tests
    5fa71aa Add release notes for 0.18.0
    6d31116 Update README to work with release tools
    71d9783 Create functional test base
    f2a8a52 Move unit tests to standard directory
    f931a20 Fixed doc example

Co-Authored-By: Louis Taylor <louis@kragniz.eu>

Change-Id: Ied7f5b4f298e2bbf4a5486eb6b7dbcea2d0e74d3
  • Loading branch information
komawar authored and kragniz committed Jun 10, 2015
1 parent dfa98ab commit db6420b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ See also :doc:`/man/glance`.
Release Notes
=============

0.19.0
------

* 1381514_: Include ``owner`` in v2 image list
* 1433884_: Fix ``md-object-update`` issue
* 1446096_: Stop crashing if ``$HOME`` is not writable
* 1402632_: Improve import related error handling

.. _1381514: https://bugs.launchpad.net/python-glanceclient/+bug/1381514
.. _1433884: https://bugs.launchpad.net/python-glanceclient/+bug/1433884
.. _1455102: https://bugs.launchpad.net/python-glanceclient/+bug/1455102
.. _1446096: https://bugs.launchpad.net/python-glanceclient/+bug/1446096
.. _1402632: https://bugs.launchpad.net/python-glanceclient/+bug/1402632

0.18.0
------

Expand Down

0 comments on commit db6420b

Please sign in to comment.