From 8d49786d52a3f14feea9dd858ca379df9a899d2c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 20 Mar 2025 11:52:11 -0700 Subject: [PATCH] Add releasenote to tag the Tempest for 2025.1 release Also, updating the doc for the same. Change-Id: Icdca63643f4b19c155645be65b3ca4c4ff703f34 --- doc/source/supported_version.rst | 1 + ...tempest-2024-2-release-e706f62c7e841bd0.yaml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 releasenotes/notes/tempest-2024-2-release-e706f62c7e841bd0.yaml diff --git a/doc/source/supported_version.rst b/doc/source/supported_version.rst index 0adfebddba..3ffa68aad2 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.1 * 2024.2 * 2024.1 * 2023.2 diff --git a/releasenotes/notes/tempest-2024-2-release-e706f62c7e841bd0.yaml b/releasenotes/notes/tempest-2024-2-release-e706f62c7e841bd0.yaml new file mode 100644 index 0000000000..86af60c527 --- /dev/null +++ b/releasenotes/notes/tempest-2024-2-release-e706f62c7e841bd0.yaml @@ -0,0 +1,17 @@ +--- +prelude: > + This release is to tag Tempest for OpenStack 2025.1 release. + This release marks the start of 2025.1 release support in Tempest. + After this release, Tempest will support below OpenStack Releases: + + * 2025.1 + * 2024.2 + * 2024.1 + * 2023.2 + + Current development of Tempest is for OpenStack 2025.2 development + cycle. Every Tempest commit is also tested against master during + the 2025.2 cycle. However, this does not necessarily mean that using + Tempest as of this tag will work against a 2025.2 (or future release) + cloud. + To be on safe side, use this tag to test the OpenStack 2025.1 release.