diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 3c1c0bfe2eb6..40098a722df7 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -2880,8 +2880,8 @@ Topics: Topics: - Name: Red Hat OpenShift support for Windows Containers release notes File: windows-containers-release-notes -# - Name: Past releases -# File: windows-containers-release-notes-past + - Name: Past releases + File: windows-containers-release-notes-past - Name: Windows Machine Config Operator prerequisites File: windows-containers-release-notes-prereqs - Name: Windows Machine Config Operator known limitations diff --git a/modules/windows-containers-release-notes-10-19-0.adoc b/modules/windows-containers-release-notes-10-19-0.adoc index 3fdd8f7438e2..bc954e63392c 100644 --- a/modules/windows-containers-release-notes-10-19-0.adoc +++ b/modules/windows-containers-release-notes-10-19-0.adoc @@ -3,10 +3,10 @@ // * windows_containers/wmco_rn/windows-containers-release-notes.adoc :_mod-docs-content-type: CONCEPT -[id="wmco-10-19-0_{context}"] -= Release notes for Red Hat Windows Machine Config Operator 10-19.0 +[id="windows-containers-release-notes-10-19-0_{context}"] += Release notes for Red Hat Windows Machine Config Operator 10.19.0 -The components of the WMCO 10-19.0 were released in link:https://access.redhat.com/errata/RHSA-2025:14048[RHSA-2025:14048]. +The components of the WMCO 10.19.0 were released in link:https://access.redhat.com/errata/RHSA-2025:14048[RHSA-2025:14048]. [id="wmco-10-19-0-new-features_{context}"] == New features and improvements diff --git a/modules/windows-containers-release-notes-10-19-1.adoc b/modules/windows-containers-release-notes-10-19-1.adoc new file mode 100644 index 000000000000..40e412dd3a23 --- /dev/null +++ b/modules/windows-containers-release-notes-10-19-1.adoc @@ -0,0 +1,23 @@ +// Module included in the following assemblies: +// +// * windows_containers/wmco_rn/windows-containers-release-notes.adoc + +:_mod-docs-content-type: CONCEPT +[id="windows-containers-release-notes-10-19-0_{context}"] += Release notes for Red Hat Windows Machine Config Operator 10.19.1 + +Issued: 11 November 2025 + +The components of the WMCO 10.19.1 were released in link:https://access.redhat.com/errata/RHBA-2025:21039[RHBA-2025:21039]. + +[id="wmco-10-19-1-bug-fixes_{context}"] +== Bug fixes + +* Previously, the `hybridOverlay` service was not using the trusted CA bundle when connecting to Kubernetes because the `hybridOverlay` service command was missing the `--k8s-cacert` option. As a consequence, users could have encountered trust issues or failures when the `hybridOverlay` service attempted to communicate securely with Kubernetes clusters using custom or internal CAs. With this fix, the `hybridOverlay` service command now includes the `--k8s-cacert` flag pointing to the trusted CA bundle. As a result, the `hybridOverlay` service uses the trusted CA bundle for secure communication, preventing trust issues and ensuring compatibility with the cluster. +// (link: issues.redhat.com/browse/OCPBUGS-60701[OCPBUGS-60701]) + +* Previously, the WMCO neglected to close SSH connections when finishing node reconciliation. As a consequence, after adding a new Windows node to a cluster, the node SSH server would eventually refuse new connections due to being overwhelmed, causing node management issues. With this fix, the WMCO now properly closes SSH connections. As a result, the node SSH servers no longer refuse new connections due to this problem. (link:https://issues.redhat.com/browse/OCPBUGS-60775[OCPBUGS-60775]) + +* Previously, if an internally used config map needed to be deleted and re-created, a nil error was dereferenced when logging the event. As a consequence, the WMCO pod panicked and restarted. With this fix, the error handling logic has been reworked. As a result, the Operator pod no longer panics. (link:https://issues.redhat.com/browse/OCPBUGS-60792[OCPBUGS-60792]) + +* Previously, during secret reconciliations, secret change data was being added to the logs on each reconciliation loop. As a result, this secret change data was persisting, causing the logs to grow in size with unrelated data. With this fix, only the current secret change data is being logged, reducing the size and complexity of the logs. (link:https://issues.redhat.com/browse/OCPBUGS-61832[OCPBUGS-61832]) diff --git a/windows_containers/wmco_rn/windows-containers-release-notes-past.adoc b/windows_containers/wmco_rn/windows-containers-release-notes-past.adoc index 29cec48738d2..2cf506e0ae10 100644 --- a/windows_containers/wmco_rn/windows-containers-release-notes-past.adoc +++ b/windows_containers/wmco_rn/windows-containers-release-notes-past.adoc @@ -10,3 +10,4 @@ The following release notes are for previous versions of the Windows Machine Con For the current version, see xref:../../windows_containers/wmco_rn/windows-containers-release-notes.adoc#windows-containers-release-notes[{productwinc} release notes]. +include::modules/windows-containers-release-notes-10-19-0.adoc[leveloffset=+1] diff --git a/windows_containers/wmco_rn/windows-containers-release-notes.adoc b/windows_containers/wmco_rn/windows-containers-release-notes.adoc index 03085d136437..5f5b1bcf4c90 100644 --- a/windows_containers/wmco_rn/windows-containers-release-notes.adoc +++ b/windows_containers/wmco_rn/windows-containers-release-notes.adoc @@ -8,4 +8,4 @@ toc::[] This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. -include::modules/windows-containers-release-notes-10-19-0.adoc[leveloffset=+1] +include::modules/windows-containers-release-notes-10-19-1.adoc[leveloffset=+1]