From a8d2602e0887cc2bed010504535f62b986cbd663 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Thu, 18 Aug 2016 00:26:30 -0400 Subject: [PATCH] Release python-glanceclient 2.4.0 2.4.0 is expected to be the final release for newton unless we find important bugs. So, this looks like a candidate for the stable branch. Change-Id: I891b786f9afeeb8b869b5e2a7b75f04085258f58 --- deliverables/newton/python-glanceclient.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deliverables/newton/python-glanceclient.yaml b/deliverables/newton/python-glanceclient.yaml index f88d1b75fa..389ffc00cd 100644 --- a/deliverables/newton/python-glanceclient.yaml +++ b/deliverables/newton/python-glanceclient.yaml @@ -31,3 +31,13 @@ releases: - Fixes a bug 1603863, after which request IDs are logged even after exceptions are raised. - Fixes an error that was preventing releasenotes from being built. + - version: 2.4.0 + projects: + - repo: openstack/python-glanceclient + hash: 5de07c339503c90634e27de342d23276a8833111 + highlights: > + - Fixes bug 1587999 that allows the client to not make updates to the + tags for every single request, rather for only those that require + updates to the tags. + - Fixes bug 1596573 with warlock model creation that allows commands + like ``md-namespace-show`` to work properly.