From ff20cb6a125f4ab381f7579ffbd7fdc6724de166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 11 Nov 2020 22:04:29 +0100 Subject: [PATCH] [senlin] Transition Stein to EM This transition the stein branch to extended maintenance. Changes for bugfixes and things the team deems important are still encouraged, but there will no longer be official releases off of the branch. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are any final backports currently in flight that we should wait for. For the latter case, please update the patch with the new commit hash after doing a final release to get those changes out so we know to proceed with the transition. Change-Id: I15cf76a1055a5fda8cac8abca321b8056b28b0fa --- deliverables/stein/python-senlinclient.yaml | 4 ++++ deliverables/stein/senlin-dashboard.yaml | 4 ++++ deliverables/stein/senlin.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/deliverables/stein/python-senlinclient.yaml b/deliverables/stein/python-senlinclient.yaml index faea149731..885d849de8 100644 --- a/deliverables/stein/python-senlinclient.yaml +++ b/deliverables/stein/python-senlinclient.yaml @@ -19,6 +19,10 @@ releases: - hash: 5f9c27da4fb4d614785637389fc62b1c8c036ec1 repo: openstack/python-senlinclient version: 1.10.1 + - version: stein-em + projects: + - repo: openstack/python-senlinclient + hash: 5f9c27da4fb4d614785637389fc62b1c8c036ec1 branches: - location: 1.10.1 name: stable/stein diff --git a/deliverables/stein/senlin-dashboard.yaml b/deliverables/stein/senlin-dashboard.yaml index 924dad986c..9fd0cbff68 100644 --- a/deliverables/stein/senlin-dashboard.yaml +++ b/deliverables/stein/senlin-dashboard.yaml @@ -14,6 +14,10 @@ releases: - repo: openstack/senlin-dashboard hash: f4bb5779a939953c17bb052f77b414d6c9cca639 version: 0.10.1 + - version: stein-em + projects: + - repo: openstack/senlin-dashboard + hash: f4bb5779a939953c17bb052f77b414d6c9cca639 branches: - location: 0.10.1 name: stable/stein diff --git a/deliverables/stein/senlin.yaml b/deliverables/stein/senlin.yaml index af1a436be0..f786511d8a 100644 --- a/deliverables/stein/senlin.yaml +++ b/deliverables/stein/senlin.yaml @@ -19,6 +19,10 @@ releases: - hash: 9707977825a5bf5d3218d6787341fd803c670a6c repo: openstack/senlin version: 7.0.0 + - version: stein-em + projects: + - repo: openstack/senlin + hash: 9707977825a5bf5d3218d6787341fd803c670a6c cycle-highlights: - Improved performance so that Senlin operations execute multiple orders of magnitude faster.