Skip to content
Merged
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
21 changes: 21 additions & 0 deletions modules/zstream-4-14-60-about.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assembly:
//
// * release_notes/ocp-4-14-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="zstream-4-14-60-about_{context}"]
= RHBA-2025:22733 - {product-title} 4.14.60 bug fix and security update

[role="_abstract"]
Issued: 11 December 2025

{product-title} release 4.14.60, which includes security updates, is now available. The list of bug fixes that are included in the update is documented in the link:https://access.redhat.com/errata/RHBA-2025:22733[RHBA-2025:22733] advisory. The RPM packages that are included in the update are provided by the link:https://access.redhat.com/errata/RHBA-2025:22731[RHBA-2025:22731] 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.14.60 --pullspecs
----
12 changes: 12 additions & 0 deletions modules/zstream-4-14-60-bug-fixes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Module included in the following assembly:
//
// * release_notes/ocp-4-14-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="zstream-4-14-60-bug-fixes_{context}"]
= Bug fixes

[role="_abstract"]
The following bug is fixed with this release:

* Before this update, an unsafe process file system in a container prevented a process from starting, and caused network issues. With this release, the unsafe issue in a container is fixed, and the pods start. As a result, the pods do not stay in the initial startup state, and the Border Gateway Protocol (BGP) operation continues. (link:https://issues.redhat.com/browse/OCPBUGS-58892[OCPBUGS-58892])
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* Before this update, an unsafe process file system in a container prevented a process from starting, and caused network issues. With this release, the unsafe issue in a container is fixed, and the pods start. As a result, the pods do not stay in the initial startup state, and the Border Gateway Protocol (BGP) operation continues. (link:https://issues.redhat.com/browse/OCPBUGS-58892[OCPBUGS-58892])
* Before this update, an unsafe process file system in a container prevented a process from starting, and caused network issues. With this release, the unsafe issue in a container is fixed, and the pods start. As a result, the pods do not stay in the initial startup state, and the Border Gateway Protocol (BGP) operation continues. (link:https://issues.redhat.com/browse/OCPBUGS-58892[OCPBUGS-58892])

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JoeAldinger I'll make a note for one of us to change this on the next round. thanks!

10 changes: 10 additions & 0 deletions modules/zstream-4-14-x-updating.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Module included in the following assembly:
//
// * release_notes/ocp-4-14-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="zstream-4-14-x-updating_{context}"]
= Updating

[role="_abstract"]
To update an existing {product-title} {product-version} 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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

RN exception.

15 changes: 12 additions & 3 deletions release_notes/ocp-4-14-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3426,14 +3426,23 @@ This section will continue to be updated over time to provide notes on enhanceme
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.14.60 about
include::modules/zstream-4-14-60-about.adoc[leveloffset=+2]

//4.14.60 bug fixes
include::modules/zstream-4-14-60-bug-fixes.adoc[leveloffset=+3]

//4.14.60 updating
include::modules/zstream-4-14-x-updating.adoc[leveloffset=+3]

//4.14.59 about
include::modules/zstream-4-14-59-about.adoc[leveloffset=+2]

// 4.14.59 fixes
include::modules/zstream-4-14-59-bug-fixes.adoc[leveloffset=+2]
// 4.14.59 bug fixes
include::modules/zstream-4-14-59-bug-fixes.adoc[leveloffset=+3]

// 4.14.59 updating
include::modules/zstream-4-14-59-updating.adoc[leveloffset=+2]
include::modules/zstream-4-14-59-updating.adoc[leveloffset=+3]

// 4.14.58
[id="ocp-4-14-58_{context}"]
Expand Down