From 4af99776e7cd384297f37e12fb3cf924a9b136a9 Mon Sep 17 00:00:00 2001 From: Ghanshyam Maan Date: Fri, 5 Sep 2025 18:24:37 +0000 Subject: [PATCH] Add releasenote to tag the Tempest for 2026.1 release Also, updating the doc for the same. Change-Id: If6bbf27e3e0a67f908c6eb67581b14d126f9aceb Signed-off-by: Ghanshyam Maan --- doc/source/supported_version.rst | 1 + ...tempest-2025-2-release-085c56b9b4cf2c84.yaml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 releasenotes/notes/tempest-2025-2-release-085c56b9b4cf2c84.yaml diff --git a/doc/source/supported_version.rst b/doc/source/supported_version.rst index f38b6ca475..9c03e7f92c 100644 --- a/doc/source/supported_version.rst +++ b/doc/source/supported_version.rst @@ -9,6 +9,7 @@ Compatible OpenStack Releases Tempest master supports the below OpenStack Releases: +* 2025.2 * 2025.1 * 2024.2 * 2024.1 diff --git a/releasenotes/notes/tempest-2025-2-release-085c56b9b4cf2c84.yaml b/releasenotes/notes/tempest-2025-2-release-085c56b9b4cf2c84.yaml new file mode 100644 index 0000000000..cfc6b19b87 --- /dev/null +++ b/releasenotes/notes/tempest-2025-2-release-085c56b9b4cf2c84.yaml @@ -0,0 +1,17 @@ +--- +prelude: > + This release is to tag Tempest for OpenStack 2025.2 release. + This release marks the start of 2025.2 release support in Tempest. + After this release, Tempest will support below OpenStack Releases: + + * 2025.2 + * 2025.1 + * 2024.2 + * 2024.1 + + Current development of Tempest is for OpenStack 2026.1 development + cycle. Every Tempest commit is also tested against master during + the 2026.1 cycle. However, this does not necessarily mean that using + Tempest as of this tag will work against a 2026.1 (or future release) + cloud. + To be on safe side, use this tag to test the OpenStack 2025.2 release.