releases/deliverables/liberty/python-novaclient.yaml
Matt Riedemann 0e2d21ad92 liberty: release 2.30.1 for python-novaclient
This contains the fix for bug 1501435 so that legacy block device
mapping requests work in liberty (with openstackclient).

This the change log since 2.30.0:

3424bc6 Always send volume_id when booting with legacy bdm
0afb131 Update .gitreview for stable/liberty

Related-Bug: #1501435

Change-Id: I26a33dc4a6af9093937e475ce15571d233984ddb
2015-10-01 08:11:07 -07:00

59 lines
2.0 KiB
YAML

---
launchpad: python-novaclient
releases:
- version: 2.24.0
projects:
- repo: openstack/python-novaclient
hash: 5eab1430f2a7a91e2df22405913f328c9870b2e3
- version: 2.24.1
projects:
- repo: openstack/python-novaclient
hash: 31f97a011b6a563e1cec16c16422a288e4a6ea80
- version: 2.25.0
projects:
- repo: openstack/python-novaclient
hash: 0e35f2a2fabe5beae065cc92c44f653ff76e6558
- version: 2.26.0
projects:
- repo: openstack/python-novaclient
hash: 072ab6cd5aa129bb052def9a1ae3e3480227ccf5
- version: 2.27.0
projects:
- repo: openstack/python-novaclient
hash: fa0c063d53e90c9dadd19958ead0f7612eb38ff2
highlights: >
Adds microversion support, dependency updates, bug fixes.
- version: 2.28.0
projects:
- repo: openstack/python-novaclient
hash: e4b0d46c4b5b99973a7f65c294a9b73c8adfefb7
highlights: >
Allow reboot multiple servers plus key fixes for nova v2.0 on v2.1
support.
- version: 2.28.1
projects:
- repo: openstack/python-novaclient
hash: 9e15b3d7c07d605947b8e712e36d982a0e14fb90
highlights: >
Fix quota-update bug when using v2.1 API.
- version: 2.29.0
projects:
- repo: openstack/python-novaclient
hash: 31d4e026b447bfac43fa943176b353fcfd2800d8
highlights: >
Deprecate novaclient.client.get_client_class and
default v2.Client to use v2.0 when no version is given.
- version: 2.30.0
projects:
- repo: openstack/python-novaclient
hash: 0f950a69e79b17172e1de853708be982f9191cf8
highlights: >
Bug fixes, v2.4 microversion support, and dependency updates.
The stable/liberty branch will be created from this release.
- version: 2.30.1
projects:
- repo: openstack/python-novaclient
hash: 3636685ede1e841ddfed73a1dfb90851f0003980
highlights: >
Fix for bug 1501435 so legacy block device mapping requests work.