There are three changes since the 1.0.0 release: git log --oneline --no-merges 1.0.0..bdcbb2604bcbb195fa6e3a1b504ec2c31531308b bdcbb260 Add support for osprofiler in wsgi 28a341ac Skip _exclude_nested_providers() if not nested 58d55797 OpenDev Migration Patch bdcbb260 returns what was once working behavior (using osprofiler) to the placement service after it was inadvertently broken during the extraction of placement to its own repo. This is enough a functionality change that it deserves a minor version bump. That commit includes a release note. 28a341ac is a significant performance fix that has no impact on returned values. Change-Id: I92342e9362c46e34cff93536e90ef2fe640b8e60
53 lines
1.6 KiB
YAML
53 lines
1.6 KiB
YAML
---
|
|
include-pypi-link: yes
|
|
storyboard: openstack/placement
|
|
release-model: cycle-with-rc
|
|
team: placement
|
|
type: service
|
|
repository-settings:
|
|
openstack/placement:
|
|
tarball-base: openstack-placement
|
|
releases:
|
|
- projects:
|
|
- hash: 083451cd7711dbc3c5ef85a504ac4d9728a96c92
|
|
repo: openstack/placement
|
|
tarball-base: openstack-placement
|
|
version: 1.0.0.0rc1
|
|
- projects:
|
|
- hash: bbd90ca2a671b76cda6844a3a8de5c46f587b7a5
|
|
repo: openstack/placement
|
|
tarball-base: openstack-placement
|
|
version: 1.0.0.0rc2
|
|
- projects:
|
|
- hash: b4ac3f7fa0396cd3e67ad6c127ebf5ef575581b3
|
|
repo: openstack/placement
|
|
tarball-base: openstack-placement
|
|
version: 1.0.0.0rc3
|
|
- diff-start: 0.1.0
|
|
projects:
|
|
- hash: b4ac3f7fa0396cd3e67ad6c127ebf5ef575581b3
|
|
repo: openstack/placement
|
|
tarball-base: openstack-placement
|
|
version: 1.0.0
|
|
- projects:
|
|
- hash: bdcbb2604bcbb195fa6e3a1b504ec2c31531308b
|
|
repo: openstack/placement
|
|
tarball-base: openstack-placement
|
|
version: 1.1.0
|
|
branches:
|
|
- location: 1.0.0.0rc1
|
|
name: stable/stein
|
|
cycle-highlights:
|
|
- |
|
|
The placement service was extracted from the Nova project and became a new
|
|
official OpenStack project called Placement.
|
|
- |
|
|
Added the ability to target a candidate resource provider, easing
|
|
specifying a host for workload migration.
|
|
- |
|
|
Increased API performance by 50% for common scheduling operations.
|
|
- |
|
|
Simplified the code by removing unneeded complexity, easing future
|
|
maintenance.
|
|
release-notes: https://docs.openstack.org/releasenotes/placement/stein.html
|