releases/deliverables/newton/python-troveclient.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

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: https://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