From 13028ba603f127e080026a401a261a46c2e3dfdc Mon Sep 17 00:00:00 2001 From: Michael Ryan Peter Date: Fri, 12 Dec 2025 16:59:26 -0500 Subject: [PATCH] OCPBUGS#66961: Update 4.13.61 RNs for OLM NP support --- release_notes/ocp-4-13-release-notes.adoc | 10 ++++++++++ snippets/olmv0-and-v1-rn-np-support.adoc | 23 ----------------------- snippets/olmv0-rn-np-support.adoc | 14 +++++++------- 3 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 snippets/olmv0-and-v1-rn-np-support.adoc diff --git a/release_notes/ocp-4-13-release-notes.adoc b/release_notes/ocp-4-13-release-notes.adoc index ac651b4a5dfc..9caf8ec086bb 100644 --- a/release_notes/ocp-4-13-release-notes.adoc +++ b/release_notes/ocp-4-13-release-notes.adoc @@ -4627,6 +4627,16 @@ $ oc adm release info 4.13.61 --pullspecs [id="ocp-4-13-61-enhancements_{context}"] ==== Enhancements +:olm-np-z-stream: 61 +* {empty} ++ +-- +include::snippets/olmv0-rn-np-support.adoc[] +-- +(link:https://issues.redhat.com/browse/OCPBUGS-60525[OCPBUGS-60525] and link:https://issues.redhat.com/browse/OCPBUGS-60521[OCPBUGS-60521]) + +:!olm-np-z-stream: + * With this update, the deprecated 'Id' property has been replaced with the `storageAccountId` in the storage profile, as Microsoft Azure drops support for the `Id` property. You must now use `properties.storageProfile.osDiskImage.source.storageAccountId` when creating image gallery versions. This update ensures your deployment process remains uninterrupted and avoids potential failures caused by the upcoming change. (link:https://issues.redhat.com/browse/OCPBUGS-62848[OCPBUGS-62848]) [id="ocp-4-13-61-updating_{context}"] diff --git a/snippets/olmv0-and-v1-rn-np-support.adoc b/snippets/olmv0-and-v1-rn-np-support.adoc deleted file mode 100644 index 21adcffa8eeb..000000000000 --- a/snippets/olmv0-and-v1-rn-np-support.adoc +++ /dev/null @@ -1,23 +0,0 @@ -// Text snippet included in the following modules: -// -// * release_notes/ocp-4-20-release-notes.adoc (4.20.0) -// * release_notes/ocp-4-19-release-notes.adoc (4.19.10) -// * release_notes/ocp-4-18-release-notes.adoc (4.18.23) - -// Similar to the technology preview admonition, set the `{olm-np-z-stream}` attritbute before including the snippet in the appropriate z-stream feature release notes. Unlike the TP snippet, close it after the include. - -:_mod-docs-content-type: SNIPPET - -In {product-title} {product-version}.{olm-np-z}, {olmv0-first} and {olmv1} support the inclusion of network policy manifests in the resource bundles of Operators. These tailored network policies protect against data leaks and harden against many attack vectors on {product-title} clusters. - -[TIP] -==== -If your current version of OLM does not support tailored network policies, a notification is displayed in the following locations: - -* The {hybrid-console} -* The web console of the affected cluster - -Update to {product-title} {product-version}.{olm-np-z-stream} or later to enable OLM support for tailored network policies. -==== - -For more information, including the planned timeline for releasing Red Hat-provided Operators with tailored network policies, see link:https://access.redhat.com/articles/7133113[Operators shipping with network policies may require OCP cluster upgrade before they can be upgraded (Red Hat Knowledgebase)]. diff --git a/snippets/olmv0-rn-np-support.adoc b/snippets/olmv0-rn-np-support.adoc index e57c06ca1438..e70491228825 100644 --- a/snippets/olmv0-rn-np-support.adoc +++ b/snippets/olmv0-rn-np-support.adoc @@ -11,18 +11,18 @@ :_mod-docs-content-type: SNIPPET -In {product-title} {product-version}.{olm-np-z-stream}, {olmv0-first} supports the inclusion of network policy manifests in the resource bundles of Operators. These tailored network policies protect against data leaks and harden against many attack vectors on {product-title} clusters. +In {product-title} {product-version}.{olm-np-z-stream}, Operator Lifecycle Manage (OLM) allows Operators to include network policy manifests in their resource bundles. These tailored network policies protect against data leaks and harden against many attack vectors on {product-title} clusters. [TIP] ==== - If your current version of OLM does not support tailored network policies, a - notification is displayed in the following locations: +If your current version of OLM does not support tailored network policies, a +notification is displayed in the following locations: - * The {hybrid-console} - * The web console of the affected cluster +* The {hybrid-console} +* The web console of the affected cluster - Update to {product-title} {product-version}.{olm-np-z-stream} or later to - enable OLM support for tailored network policies. +Update to {product-title} {product-version}.{olm-np-z-stream} or later to +enable OLM support for tailored network policies. ==== For more information, including the planned timeline for releasing Red Hat-provided Operators with tailored network policies, see link:https://access.redhat.com/articles/7133113[Operators shipping with network policies may require OCP cluster upgrade before they can be upgraded (Red Hat Knowledgebase)].