releases/deliverables/newton/python-novaclient.yaml
Matt Riedemann 4fe8059e2c newton: release python-novaclient 4.0
This is a major version release for some backward incompatible
changes.

Changes since 3.4.0:

f6efc86 Updated from global requirements
a602e59 Deprecate image list/show/delete/update CLIs/APIs
d133a66 Make functional tests work with v3 keystone
77f214b Updated from global requirements
a967e40 Fix typos in docstrings and comments
0634a38 Remove busted baremetal CLIs and API bindings
41fccc3 Updated from global requirements
e458fab Add default values for domain related options
a425702 Remove deprecated volume(snapshot) commands/bindings
b9807c0 Switch to 2.1 default api_version in v2.Client
7d8db71 [tests] initialize client objects inside setUp
51306fc Fix ServerGroup.NAME_ATTR
31c9e39 Using glance 'image-list'/'image-show' in boot help message

The upper-constraints bump is:

Ida4573431b4de24246e4f85e080c6e74ef1dfaf2

Change-Id: Idc23c88944db173edcfc697d054eaf0cf2cc73b6
2016-04-18 15:40:34 -04:00

23 lines
909 B
YAML

---
launchpad: python-novaclient
send-announcements-to: openstack-announce@lists.openstack.org,openstack-dev@lists.openstack.org
include-pypi-link: yes
release-notes: http://docs.openstack.org/releasenotes/python-novaclient/mitaka.html
releases:
- version: 3.4.0
projects:
- repo: openstack/python-novaclient
hash: 8c204ac1a27f7b645e151d67ee38a4c18dd2201b
highlights: >
Fixes host-evacuate-live for the 2.25 microversion.
Added aggregate-show command to replace aggregate-details.
Adds changes-since support when listing servers.
- version: 4.0.0
projects:
- repo: openstack/python-novaclient
hash: f6efc861b7b40c8a78743fed661053506fb1301a
highlights: >
- Deprecate volume proxy CLIs and APIs are removed.
- Image proxy CLIs and APIs are deprecated.
- The python API bindings client now defaults to the v2.1 API.