From 7d908263f5737a2759159fe19d7809a29dd44c13 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 22 Jul 2019 17:22:02 +0100 Subject: [PATCH] Release a 1.1.0 placement from stable/stein 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 --- deliverables/stein/placement.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deliverables/stein/placement.yaml b/deliverables/stein/placement.yaml index 604e6ec4ef..5df00b7aaa 100644 --- a/deliverables/stein/placement.yaml +++ b/deliverables/stein/placement.yaml @@ -29,6 +29,11 @@ releases: 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