Files
releases/deliverables/pike/shade.yaml
Monty Taylor 4d6ff83f11 Release shade 1.22.2
Fix parameter name mismatches with server creation, a weird image
normalization conflict and really fixed the delete_ips issue this time.

Change-Id: I5b83facafd559ce77a931de9793f77f72bf4a9fc
2017-06-21 11:02:36 +01:00

54 lines
2.0 KiB
YAML

---
include-pypi-link: true
release-model: cycle-with-intermediary
storyboard: 760
team: shade
type: library
releases:
- version: 1.19.0
projects:
- repo: openstack-infra/shade
hash: cf54ef6b9203d9afcb9c9e50ab19bad73094015d
highlights: >
Fixed a regression in heat stack normalization and added utility methods
to add and remove security groups from a server.
- version: 1.20.0
projects:
- repo: openstack-infra/shade
hash: 0666bed25be4b054f933158cf89dbf03feec0832
highlights: >
Updated to deal with nova-network removal in novaclient, transitioning
more things to REST. Shade now sets User-Agent information properly.
- version: 1.21.0
projects:
- repo: openstack-infra/shade
hash: ba0e9451e664743dbc5d24307ca5a3829ee3e91b
highlights: >
Removed neutronclient and cinderclient as dependencies. Also fixed some
issues with image version discovery and servers with two private IPs.
- version: 1.22.0
projects:
- repo: openstack-infra/shade
hash: c547f1b47a81bc4cc1920d3480630305a842be9c
highlights: |-
* Removed unneeded calls made when deleting servers with floating ips.
* Added pagination support for volume listing.
* Replaced use of novaclient with direct REST calls.
* Replaced use of designateclient with direct REST calls.
* Fixed issue with neutron endpoints that did not have trailing slashes.
* Fixed issue with ports not having a created_at attribute.
- version: 1.22.1
projects:
- repo: openstack-infra/shade
hash: f5daebebc1fb9249c8a22a572eb2105842a21fd6
highlights: >
Fixed exception with deleting servers on clouds without floating IPs when
delete_ips=True is given.
- version: 1.22.2
projects:
- repo: openstack-infra/shade
hash: baaf4155671d98002816597e51b2c3a33fe99390
highlights: >
Fix parameter name mismatches with server creation, a weird image
normalization conflict and really fixed the delete_ips issue this time.