releases/deliverables/newton/python-troveclient.yaml
Doug Hellmann b4beba0304 import stable/newton branch history
Use the tool from the previous commit to import the branch history for
the newton release.

Change-Id: I8db0424bdbb8ccefb0c34df6bc1e178ec3a971b6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-12-06 09:20:51 -05:00

49 lines
1.8 KiB
YAML

---
launchpad: python-troveclient
team: trove
type: library
release-model: cycle-with-intermediary
send-announcements-to: openstack-announce@lists.openstack.org
include-pypi-link: yes
release-notes: http://docs.openstack.org/releasenotes/python-troveclient/newton.html
branches:
- name: stable/newton
location: 2.5.0
releases:
- version: 2.2.0
projects:
- repo: openstack/python-troveclient
hash: 457360c69f651aea92769c9e543492d770b84595
highlights: >
- Client support for instance module feature.
- version: 2.3.0
projects:
- repo: openstack/python-troveclient
hash: 107b60147586209d67748a2a0fe4ea15bce832bb
highlights: >
- Add support for modules in cluster-grow
- Add locality support for cluster
- Add locality support for replication
- Fix CLI output of datastore-show command
- Persist error messages and display on show
- version: 2.4.0
projects:
- repo: openstack/python-troveclient
hash: 0affaf80cbde2f18904932844cb7d4ca456ce172
highlights: >
- Display more flavor information in trove flavor-list command
- Client side support for instance upgrade (requires OpenStack Newton Trove)
- Support flavor-ids with leading zero (Bug 1603187)
- Fix module-list failing with AccessInfoV2 error
- version: 2.5.0
projects:
- repo: openstack/python-troveclient
hash: 599171ade4475709ddd8544e7dfd7ee4ba4ba2a2
highlights: >
- Fix module-update with --all_datastores (Bug 1612430)
- Add command to delete instances in BUILD state (Bug 1579141)
- Add support for module ordering on apply
- Add --incremental flag on backup-create
- Expose a quota update API
- Implement a scheduled backup capability