releases/deliverables/newton/python-glanceclient.yaml
Doug Hellmann c93c924f1d remove send-announcements-to from newton client projects
We no longer use the send-announcements-to field for anything.

Change-Id: Iee64d76ea25f56001a87cd39cfd4bb9aaf6acf94
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-06 16:01:06 -04:00

56 lines
2.2 KiB
YAML

---
launchpad: python-glanceclient
team: glance
type: library
release-model: cycle-with-intermediary
include-pypi-link: yes
release-notes: https://docs.openstack.org/releasenotes/python-glanceclient/newton.html
branches:
- name: stable/newton
location: 2.5.0
releases:
- version: 2.1.0
projects:
- repo: openstack/python-glanceclient
hash: 46c3792feef6f36b31e9783724b914d6740b0f84
highlights: >
- Fixes endpoint type handling during session creation and an encoding
issue when using v1 client.
- Ships the default metadata schema with the client so that certain
CLI help text can be displayed when server is offline.
- Few other bug fixes and dependency updates.
- version: 2.2.0
projects:
- repo: openstack/python-glanceclient
hash: 13093e019416894a4bd940d569bab4c3c0b84485
highlights: >
- Added Python 3.5 classifier as we now have a working gate job to test
the support.
- Added support to log 'x-openstack-request-id' for each api call.
- Updated outdated image schema in the glanceclient.
- version: 2.3.0
projects:
- repo: openstack/python-glanceclient
hash: cc17ca32652af69cba268ef71286ca096b1e6207
highlights: >
- 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.
- version: 2.5.0
projects:
- repo: openstack/python-glanceclient
hash: d4196325eb05dadfaf62d8facbd8c6fe50f72166
highlights: >
- Reverts the bug 1587999 that results into regression in
openstackclient, thus fixing bug 1614971 temporarily.