From 18f08ef09c195d65f1b33960e1253d6e6513b289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 6 Oct 2023 11:54:35 +0200 Subject: [PATCH] Add missing release note links If any of the deliverables does not have a release note link added, then the generated "reno-$series" (example: [1]) patch was not merged in time (or at all). Please merge these patches as soon as possible. This patch adds some missed reno links for bobcat deliverables as well as some antelope and a zed reno link. [1] https://review.opendev.org/q/topic:reno-2023.2+is:open Change-Id: I02bde24cfb80e38d74654be2794c85394a76b589 --- deliverables/antelope/ceilometermiddleware.yaml | 1 + deliverables/antelope/cinderlib.yaml | 1 + deliverables/antelope/kayobe.yaml | 1 + deliverables/antelope/keystone.yaml | 1 + deliverables/antelope/keystoneauth.yaml | 4 +++- deliverables/antelope/keystonemiddleware.yaml | 1 + deliverables/antelope/kolla-ansible.yaml | 1 + deliverables/antelope/kolla.yaml | 1 + deliverables/antelope/magnum-ui.yaml | 1 + deliverables/antelope/openstack-ansible.yaml | 1 + deliverables/antelope/osc-placement.yaml | 1 + deliverables/antelope/python-designateclient.yaml | 1 + deliverables/antelope/python-glanceclient.yaml | 1 + deliverables/antelope/python-keystoneclient.yaml | 1 + deliverables/antelope/sahara.yaml | 1 + deliverables/bobcat/heat-agents.yaml | 1 + deliverables/bobcat/magnum-ui.yaml | 1 + deliverables/bobcat/mistral-lib.yaml | 1 + deliverables/bobcat/senlin.yaml | 1 + deliverables/zed/keystoneauth.yaml | 1 + 20 files changed, 22 insertions(+), 1 deletion(-) diff --git a/deliverables/antelope/ceilometermiddleware.yaml b/deliverables/antelope/ceilometermiddleware.yaml index 50e5cda971..e531672634 100644 --- a/deliverables/antelope/ceilometermiddleware.yaml +++ b/deliverables/antelope/ceilometermiddleware.yaml @@ -14,3 +14,4 @@ releases: branches: - name: stable/2023.1 location: 3.1.0 +release-notes: https://docs.openstack.org/releasenotes/ceilometermiddleware/2023.1.html diff --git a/deliverables/antelope/cinderlib.yaml b/deliverables/antelope/cinderlib.yaml index 71ec086ff4..fdc6f00868 100644 --- a/deliverables/antelope/cinderlib.yaml +++ b/deliverables/antelope/cinderlib.yaml @@ -13,3 +13,4 @@ releases: branches: - name: stable/2023.1 location: 5.1.0 +release-notes: https://docs.openstack.org/releasenotes/cinderlib/2023.1.html diff --git a/deliverables/antelope/kayobe.yaml b/deliverables/antelope/kayobe.yaml index e58703c561..44429cba30 100644 --- a/deliverables/antelope/kayobe.yaml +++ b/deliverables/antelope/kayobe.yaml @@ -45,3 +45,4 @@ releases: branches: - name: stable/2023.1 location: 14.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/kayobe/2023.1.html diff --git a/deliverables/antelope/keystone.yaml b/deliverables/antelope/keystone.yaml index bffc5b4d53..8eea62d236 100644 --- a/deliverables/antelope/keystone.yaml +++ b/deliverables/antelope/keystone.yaml @@ -20,3 +20,4 @@ releases: branches: - name: stable/2023.1 location: 23.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/keystone/2023.1.html diff --git a/deliverables/antelope/keystoneauth.yaml b/deliverables/antelope/keystoneauth.yaml index 741839ccdc..9a730b81b5 100644 --- a/deliverables/antelope/keystoneauth.yaml +++ b/deliverables/antelope/keystoneauth.yaml @@ -24,4 +24,6 @@ branches: - name: stable/2023.1 location: 5.1.2 cycle-highlights: - - Keystone auth has a new plugin for OAuth 2.0 Device Authorization Grant + - Keystone auth has a new plugin for OAuth 2.0 Device Authorization + Grant +release-notes: https://docs.openstack.org/releasenotes/keystoneauth/2023.1.html diff --git a/deliverables/antelope/keystonemiddleware.yaml b/deliverables/antelope/keystonemiddleware.yaml index be630fd99b..c82895b396 100644 --- a/deliverables/antelope/keystonemiddleware.yaml +++ b/deliverables/antelope/keystonemiddleware.yaml @@ -14,3 +14,4 @@ releases: branches: - name: stable/2023.1 location: 10.2.0 +release-notes: https://docs.openstack.org/releasenotes/keystonemiddleware/2023.1.html diff --git a/deliverables/antelope/kolla-ansible.yaml b/deliverables/antelope/kolla-ansible.yaml index 2acd868b94..d138f9f56d 100644 --- a/deliverables/antelope/kolla-ansible.yaml +++ b/deliverables/antelope/kolla-ansible.yaml @@ -31,3 +31,4 @@ releases: branches: - name: stable/2023.1 location: 16.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/kolla-ansible/2023.1.html diff --git a/deliverables/antelope/kolla.yaml b/deliverables/antelope/kolla.yaml index 4df9a0aa3f..d5565a85ce 100644 --- a/deliverables/antelope/kolla.yaml +++ b/deliverables/antelope/kolla.yaml @@ -29,3 +29,4 @@ releases: branches: - name: stable/2023.1 location: 16.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/kolla/2023.1.html diff --git a/deliverables/antelope/magnum-ui.yaml b/deliverables/antelope/magnum-ui.yaml index a070500f6e..7006394c27 100644 --- a/deliverables/antelope/magnum-ui.yaml +++ b/deliverables/antelope/magnum-ui.yaml @@ -18,3 +18,4 @@ releases: branches: - name: stable/2023.1 location: 12.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/magnum-ui/2023.1.html diff --git a/deliverables/antelope/openstack-ansible.yaml b/deliverables/antelope/openstack-ansible.yaml index 599de21e4c..13cefa055a 100644 --- a/deliverables/antelope/openstack-ansible.yaml +++ b/deliverables/antelope/openstack-ansible.yaml @@ -31,3 +31,4 @@ releases: branches: - name: stable/2023.1 location: 27.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/openstack-ansible/2023.1.html diff --git a/deliverables/antelope/osc-placement.yaml b/deliverables/antelope/osc-placement.yaml index dd257af7aa..e1851f0463 100644 --- a/deliverables/antelope/osc-placement.yaml +++ b/deliverables/antelope/osc-placement.yaml @@ -14,3 +14,4 @@ releases: branches: - name: stable/2023.1 location: 4.1.0 +release-notes: https://docs.openstack.org/releasenotes/osc-placement/2023.1.html diff --git a/deliverables/antelope/python-designateclient.yaml b/deliverables/antelope/python-designateclient.yaml index c8e7273a7a..cf35e0b848 100644 --- a/deliverables/antelope/python-designateclient.yaml +++ b/deliverables/antelope/python-designateclient.yaml @@ -18,3 +18,4 @@ releases: branches: - name: stable/2023.1 location: 5.2.0 +release-notes: https://docs.openstack.org/releasenotes/python-designateclient/2023.1.html diff --git a/deliverables/antelope/python-glanceclient.yaml b/deliverables/antelope/python-glanceclient.yaml index 0fbf1e305f..ae51735454 100644 --- a/deliverables/antelope/python-glanceclient.yaml +++ b/deliverables/antelope/python-glanceclient.yaml @@ -18,3 +18,4 @@ releases: branches: - name: stable/2023.1 location: 4.3.0 +release-notes: https://docs.openstack.org/releasenotes/python-glanceclient/2023.1.html diff --git a/deliverables/antelope/python-keystoneclient.yaml b/deliverables/antelope/python-keystoneclient.yaml index c13132dd3a..049c06d182 100644 --- a/deliverables/antelope/python-keystoneclient.yaml +++ b/deliverables/antelope/python-keystoneclient.yaml @@ -14,3 +14,4 @@ releases: branches: - name: stable/2023.1 location: 5.1.0 +release-notes: https://docs.openstack.org/releasenotes/python-keystoneclient/2023.1.html diff --git a/deliverables/antelope/sahara.yaml b/deliverables/antelope/sahara.yaml index 13ca607043..c0af610ef0 100644 --- a/deliverables/antelope/sahara.yaml +++ b/deliverables/antelope/sahara.yaml @@ -19,3 +19,4 @@ releases: branches: - name: stable/2023.1 location: 18.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/sahara/2023.1.html diff --git a/deliverables/bobcat/heat-agents.yaml b/deliverables/bobcat/heat-agents.yaml index 77fd45b59b..8ea57ff877 100644 --- a/deliverables/bobcat/heat-agents.yaml +++ b/deliverables/bobcat/heat-agents.yaml @@ -19,3 +19,4 @@ releases: branches: - name: stable/2023.2 location: 7.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/heat-agents/2023.2.html diff --git a/deliverables/bobcat/magnum-ui.yaml b/deliverables/bobcat/magnum-ui.yaml index ff04645044..168dbc788c 100644 --- a/deliverables/bobcat/magnum-ui.yaml +++ b/deliverables/bobcat/magnum-ui.yaml @@ -18,3 +18,4 @@ releases: branches: - name: stable/2023.2 location: 13.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/magnum-ui/2023.2.html diff --git a/deliverables/bobcat/mistral-lib.yaml b/deliverables/bobcat/mistral-lib.yaml index 50454ef1f4..5fab6727e7 100644 --- a/deliverables/bobcat/mistral-lib.yaml +++ b/deliverables/bobcat/mistral-lib.yaml @@ -14,3 +14,4 @@ releases: branches: - name: stable/2023.2 location: 2.9.0 +release-notes: https://docs.openstack.org/releasenotes/mistral-lib/2023.2.html diff --git a/deliverables/bobcat/senlin.yaml b/deliverables/bobcat/senlin.yaml index 44331adcac..30bb45f6de 100644 --- a/deliverables/bobcat/senlin.yaml +++ b/deliverables/bobcat/senlin.yaml @@ -18,3 +18,4 @@ releases: branches: - name: stable/2023.2 location: 16.0.0.0rc1 +release-notes: https://docs.openstack.org/releasenotes/senlin/2023.2.html diff --git a/deliverables/zed/keystoneauth.yaml b/deliverables/zed/keystoneauth.yaml index c844219660..9ac2642c55 100644 --- a/deliverables/zed/keystoneauth.yaml +++ b/deliverables/zed/keystoneauth.yaml @@ -19,3 +19,4 @@ releases: branches: - name: stable/zed location: 5.0.0 +release-notes: https://docs.openstack.org/releasenotes/keystoneauth/zed.html