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`.