Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions modules/rn-async-errata.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Module included in the following assemblies:
//
// * release_notes/ocp-4-15-release-notes.adoc


:_mod-docs-content-type: CONCEPT
[id="first-ocp-release-asynchronous-errata-updates_{content}"]
= Asynchronous errata updates

Security, bug fix, and enhancement updates for {product-title} {product-version} are released as asynchronous errata through the Red{nbsp}Hat Network. All {product-title} {product-version} errata is https://access.redhat.com/downloads/content/290/[available on the Red Hat Customer Portal]. See the https://access.redhat.com/support/policy/updates/openshift[{product-title} Life Cycle] for more information about asynchronous errata.

Red{nbsp}Hat Customer Portal users can enable errata notifications in the account settings for Red Hat Subscription Management (RHSM). When errata notifications are enabled, users are notified through email whenever new errata relevant to their registered systems are released.

[NOTE]
====
Red{nbsp}Hat Customer Portal user accounts must have systems registered and consuming {product-title} entitlements for {product-title} errata notification emails to generate.
====

This section will continue to be updated over time to provide notes on enhancements and bug fixes for future asynchronous errata releases of {product-title} {product-version}. Versioned asynchronous releases, for example with the form {product-title} {product-version}.z, will be detailed in subsections. In addition, releases in which the errata text cannot fit in the space provided by the advisory will be detailed in subsections that follow.

[IMPORTANT]
====
For any {product-title} release, always review the instructions on xref:../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[updating your cluster] properly.
====
59 changes: 59 additions & 0 deletions modules/zstream-4-15-61-rn.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
// Module included in the following assemblies:
//
// * release_notes/ocp-4-15-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="zstream-4-15-61-rn_{context}"]
= RHSA-2026:1549 - {product-title} {product-version}.61 fixed issues advisory

[role="_abstract"]
Issued: 05 February 2026

{product-title} release {product-version}.61 is now available. The list of fixed issues that are included in the update is documented in the link:https://access.redhat.com/errata/RHSA-2026:1549[RHSA-2026:1549] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHSA-2026:1540[RHSA-2026:1540] advisory.


Space precluded documenting all of the container images for this release in the advisory.


You can view the container images in this release by running the following command:

[source,terminal]
----
$ oc adm release info 4.15.61 --pullspecs
----

// [id="zstream-4-15-61-enhancements_{context}"]
// == Enhancements
//
//
// This release contains the following enhancements:
//
//
// * With this update, something good happens here.
//
// * Add RN text here
//
//
// [id="zstream-4-15-61-known-issues_{context}"]
// == Known issues
//
//
// This release contains the following known issues:
//
// * Add RN text here


[id="zstream-4-15-61-fixed-issues_{context}"]
== Fixed issues

There are no notable fixed issues for 4.15.61.

// The following issues are fixed for this release:
//
//
// * Add RN text here

[id="zstream-4-15-61-updating_{context}"]
== Updating

To update an {product-title} 4.15 cluster to this latest release, see xref:../updating/updating_a_cluster/updating-cluster-cli.adoc#updating-cluster-cli[Updating a cluster using the CLI].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] OpenShiftAsciiDoc.NoXrefInModules: Do not include xrefs in modules, only assemblies (exception: release notes modules).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exception for RNs.

21 changes: 4 additions & 17 deletions release_notes/ocp-4-15-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2793,24 +2793,11 @@ This issue affects CPU load balancing features because these features depend on

* In hosted control planes for {product-title}, when creating a hosted cluster in a disconnected environment, if you do not set the `hypershift.openshift.io/control-plane-operator-image` annotation explicitly in the `HostedCluster` resource, the hosted cluster deployment fails with an error. (link:https://issues.redhat.com/browse/OCPBUGS-29494[OCPBUGS-29494])

[id="ocp-4-15-asynchronous-errata-updates"]
== Asynchronous errata updates
// asynch release note introduction
include::modules/rn-async-errata.adoc[leveloffset=+1]

Security, bug fix, and enhancement updates for {product-title} {product-version} are released as asynchronous errata through the Red Hat Network. All {product-title} {product-version} errata is https://access.redhat.com/downloads/content/290/[available on the Red Hat Customer Portal]. See the https://access.redhat.com/support/policy/updates/openshift[{product-title} Life Cycle] for more information about asynchronous errata.

Red Hat Customer Portal users can enable errata notifications in the account settings for Red Hat Subscription Management (RHSM). When errata notifications are enabled, users are notified through email whenever new errata relevant to their registered systems are released.

[NOTE]
====
Red Hat Customer Portal user accounts must have systems registered and consuming {product-title} entitlements for {product-title} errata notification emails to generate.
====

This section will continue to be updated over time to provide notes on enhancements and bug fixes for future asynchronous errata releases of {product-title} {product-version}. Versioned asynchronous releases, for example with the form {product-title} {product-version}.z, will be detailed in subsections. In addition, releases in which the errata text cannot fit in the space provided by the advisory will be detailed in subsections that follow.

[IMPORTANT]
====
For any {product-title} release, always review the instructions on xref:../updating/updating_a_cluster/updating-cluster-web-console.adoc#updating-cluster-web-console[updating your cluster] properly.
====
// 4.15.61
include::modules/zstream-4-15-61-rn.adoc[leveloffset=+2]

// 4.15.60 about
include::modules/zstream-4-15-60-about.adoc[leveloffset=+2]
Expand Down