From 40cbb9aee9d8e319dc2bd8605d879d72546238f9 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 1 Jul 2025 11:21:48 -0300 Subject: [PATCH] chore: add note about correctly sequencing the versions on https://issues.redhat.com/projects/RHIDP?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released-unreleased as prereq for using the python queries Signed-off-by: Nick Boldt --- modules/release-notes/README.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/release-notes/README.adoc b/modules/release-notes/README.adoc index ba51ef017d..e6f1061f6f 100644 --- a/modules/release-notes/README.adoc +++ b/modules/release-notes/README.adoc @@ -5,15 +5,18 @@ The general purpose release notes content is single-sourced from link:https://issues.redhat.com/browse/RHIDP[the JIRA project]. .Prerequisites + +* In https://issues.redhat.com/projects/RHIDP?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released-unreleased all the Versions must be in sequential order or else the fixversion/affectsversion fields in queries won't work with the `>` and `<` operators and you may end up with **NO ISSUES FOUND**. ++ * In link:https://issues.redhat.com/secure/Dashboard.jspa?selectPageId=12364101#SIGwKWmOqDCVBoapBCJiDqhoiKInaroYEg9j2PldSYMUcQVVVdrFHVDUxs1uBtQolXVZgDTdZwjXSCNOA1u11Xeog9Xjb100DUNCh2jwi0TVgzWteeg2FC1TmbT1TUrftGiFHa2CjQtp2TX1DnIGgGCIgEKI+iQfrUlV2AvkJQA[the JIRA project]: ** *Fix Version/s* is set. ** *Release Notes Text* is set using following format: a level 0 title followed by descriptive content, such as: -+ ++ .*Release Notes Text* sample ---- = Configurable PVC mounting for containers -Previously, the default Persistent Volume Claim (PVC) could only be mounted to the Backstage container. With this update, you can now configure which container(s) the PVC should be mounted to, providing greater flexibility in storage management. +Previously, the default Persistent Volume Claim (PVC) could only be mounted to the Backstage container. With this update, you can now configure which container(s) the PVC should be mounted to, providing greater flexibility in storage management. ---- ** *Release Notes Type* is set to `Enhancement`, `Feature`, `Removed Functionality`, `Deprecated Functionality`, `Developer Preview`, `Technology Preview`, `Known Issue`, or `Bug Fix`. ** *Release Notes Status* is set to `Done`.