Skip to content

Commit 77c1c2c

Browse files
authored
Merge pull request #100159 from mburke5678/wmco-420-rn
OSDOCS WMCO 10.20.0 release notes
2 parents c9cd10e + b055206 commit 77c1c2c

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,8 +2895,8 @@ Topics:
28952895
Topics:
28962896
- Name: Red Hat OpenShift support for Windows Containers release notes
28972897
File: windows-containers-release-notes
2898-
- Name: Past releases
2899-
File: windows-containers-release-notes-past
2898+
# - Name: Past releases
2899+
# File: windows-containers-release-notes-past
29002900
- Name: Windows Machine Config Operator prerequisites
29012901
File: windows-containers-release-notes-prereqs
29022902
- Name: Windows Machine Config Operator known limitations

modules/windows-containers-release-notes-10-20-0.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,26 @@
66
[id="windows-containers-release-notes-10-20-0_{context}"]
77
= Release notes for Red Hat Windows Machine Config Operator 10.20.0
88

9-
Issued:
9+
Issued: 21 October 2025
1010

11-
The components of the WMCO 10.20.0 were released in .
11+
// The components of the Red Hat Windows Machine Config Operator (WMCO) 10.20.0 were released in TBD.
1212

1313
[id="wmco-10-20-0-new-features"]
1414
== New features and improvements
1515

1616
[id="wmco-10-20-0-new-features-kubernetes"]
1717
=== Kubernetes upgrade
18-
The WMCO now uses Kubernetes .
18+
19+
The WMCO now uses Kubernetes version 1.33.
1920

2021
[id="wmco-10-20-0-bug-fixes"]
2122
== Bug fixes
22-
* Previously, (link:https://issues.redhat.com/browse/OCPBUGS-46473[*OCPBUGS-46473*])
23+
24+
* Previously, if you made a configuration change that required the WMCO to delete and recreate an internal config map, such as changing the proxy settings of the cluster, the WMCO pod panicked and entered a crash loop due to a nil pointer dereference panic. With this fix, the error handling logic is reworked. As a result, the WMCO pod no longer crashes when an internal config map is recreated. (link:https://issues.redhat.com/browse/OCPBUGS-60688[OCPBUGS-60688])
25+
26+
* 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-61559[OCPBUGS-61559])
27+
28+
* 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. Because of this, users could encounter 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.
29+
// Hide until the Jira is set to Security: None. (link: //issues.redhat.com/browse/OCPBUGS-59637[OCPBUGS-59637])
30+
31+
* 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 eventually would 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-60482[OCPBUGS-60482])

windows_containers/wmco_rn/windows-containers-release-notes-prereqs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
The following information details the supported platform versions, Windows Server versions, and networking configurations for the Windows Machine Config Operator (WMCO). See the vSphere documentation for any information that is relevant to only that platform.
88

9-
[id="wmco-prerequisites-supported-install-10.17.0_{context}"]
9+
[id="wmco-prerequisites-supported-install_{context}"]
1010
== WMCO supported installation method
1111

1212
The WMCO fully supports installing Windows nodes into installer-provisioned infrastructure (IPI) clusters. This is the preferred {product-title} installation method.

windows_containers/wmco_rn/windows-containers-release-notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="windows-containers-release-notes"]
3-
= {productwinc} release notes
42
include::_attributes/common-attributes.adoc[]
3+
[id="windows-containers-release-notes"]
4+
= Release notes
55
:context: windows-containers-release-notes
66

77
toc::[]

0 commit comments

Comments
 (0)