Files
releases/deliverables/newton/python-cinderclient.yaml
Andreas Jaeger adc21b41c1 Use https for docs.openstack.org (4/7)
We switched to https for docs.openstack.org, adjust URLs.

This change handles newton deliverables
Change-Id: I884958de4728dc9f649f6bac1c7d44e7b0598d07
2017-04-30 18:02:06 +02:00

48 lines
1.7 KiB
YAML

---
launchpad: python-cinderclient
team: cinder
type: library
release-model: cycle-with-intermediary
send-announcements-to: openstack-announce@lists.openstack.org
include-pypi-link: yes
release-notes: https://docs.openstack.org/releasenotes/python-cinderclient/newton.html
branches:
- name: stable/newton
location: 1.9.0
releases:
- version: 1.7.0
projects:
- repo: openstack/python-cinderclient
hash: 0cdcfb5988f57da80551b1a11fcd3d96d0baf1d8
highlights: |
Added support for API microversions.
Ability to specify --visibility and --protected when uploading
images to Glance.
Corrected migration status reset to not reset the source volume
state.
- version: 1.7.1
projects:
- repo: openstack/python-cinderclient
hash: 9e19357e4beff1131492888b7f2766afb227a767
highlights: |
Fixed backward incompatible image upload command.
- version: 1.8.0
projects:
- repo: openstack/python-cinderclient
hash: 623cef2d5c5d9f375c60c991f5ab9f951e9253fa
highlights: |
Fixed global modification of oslo.i18n lazy load. Added ability to
force delete a backup.
- version: 1.9.0
projects:
- repo: openstack/python-cinderclient
hash: e15d8e7f0920cb7cd5719d2861dea886bd6f9cb0
highlights: |
Ability to delete multiple metadata keys in one request.
Pagination for API v3 user messages.
Checking of api_version for microversion clients.
Added ability to update backup info.
Switched to using keystoneauth.
Command to list manageable volumes and snapshots.
Commands to manage generic volume groups.