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
4 changes: 2 additions & 2 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions modules/windows-containers-release-notes-10-19-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions modules/windows-containers-release-notes-10-19-1.adoc
Original file line number Diff line number Diff line change
@@ -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])
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Original file line number Diff line number Diff line change
Expand Up @@ -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]