From a4a06a2aceedb4ea0d0843f5cb053fc15b43bdcc Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Wed, 31 Jul 2024 12:51:00 +0200 Subject: [PATCH] Release skyline-apiserver for stable/2023.1 As a preparation for the transition of stable/2023.1 to Unmaintained, this release picks up new commits to skyline-apiserver since the last release from stable/2023.1. This is being proposed as a convenience to help make sure stable changes are being released. If the team is good with this going out, please respond with a +1 to let the release team know it is OK to proceed. If it is not wanted at this time, or if there are more changes that would be good to get merged before doing a stable release, please leave a -1 with a comment with what the team would prefer. We can then either abandon this patch, or wait for an update with a new commit hash to use instead. $ git log --oneline --no-merges 2.0.0..8c3e165 8c3e165 fix: Set stable-2023.1 version of constraints to use 326a503 change sso port to be optional 4dc464b fix: Set stable-2023.1 version of skyline-console to use f13c805 Update requirements and test-requirements 97ccfab Update TOX_CONSTRAINTS_FILE for stable/2023.1 a08714b Update .gitreview for stable/2023.1 Change-Id: Icb3fb3c747f524ae5b43d5c30dd62253fac52379 Signed-off-by: Elod Illes --- deliverables/antelope/skyline-apiserver.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deliverables/antelope/skyline-apiserver.yaml b/deliverables/antelope/skyline-apiserver.yaml index 10ce3aec04..73678414ac 100644 --- a/deliverables/antelope/skyline-apiserver.yaml +++ b/deliverables/antelope/skyline-apiserver.yaml @@ -21,7 +21,12 @@ releases: - repo: openstack/skyline-apiserver hash: 2723126f034b5e8aafaa89b28dd3b1febdd2aeb0 diff-start: 1.0.0.0rc1 + - version: 2.0.1 + projects: + - repo: openstack/skyline-apiserver + hash: 8c3e165638fa3bcb057cf4fa933a61013bf36694 branches: - name: stable/2023.1 location: 2.0.0.0rc1 -release-notes: https://docs.openstack.org/releasenotes/skyline-apiserver/2023.1.html +release-notes: + https://docs.openstack.org/releasenotes/skyline-apiserver/2023.1.html