mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 03:47:04 +01:00
WMCO 10.21.0 release notes
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
// 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-20-0_{context}"]
|
||||
= Release notes for Red Hat Windows Machine Config Operator 10.20.0
|
||||
|
||||
Issued: 21 October 2025
|
||||
|
||||
// The components of the Red Hat Windows Machine Config Operator (WMCO) 10.20.0 were released in TBD.
|
||||
|
||||
[id="wmco-10-20-0-new-features"]
|
||||
== New features and improvements
|
||||
|
||||
[id="wmco-10-20-0-new-features-kubernetes"]
|
||||
=== Kubernetes upgrade
|
||||
|
||||
The WMCO now uses Kubernetes version 1.33.
|
||||
|
||||
[id="wmco-10-20-0-bug-fixes"]
|
||||
== Bug fixes
|
||||
|
||||
* 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])
|
||||
|
||||
* 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])
|
||||
|
||||
* 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.
|
||||
// Hide until the Jira is set to Security: None. (link: //issues.redhat.com/browse/OCPBUGS-59637[OCPBUGS-59637])
|
||||
|
||||
* 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])
|
||||
33
modules/windows-containers-release-notes-10-21-0.adoc
Normal file
33
modules/windows-containers-release-notes-10-21-0.adoc
Normal file
@@ -0,0 +1,33 @@
|
||||
// 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-21-0_{context}"]
|
||||
= Release notes for Red Hat Windows Machine Config Operator 10.21.0
|
||||
|
||||
Issued: 03 February 2026
|
||||
|
||||
// The components of the Red Hat Windows Machine Config Operator (WMCO) 10.21.0 were released in TBD.
|
||||
|
||||
[id="wmco-10-21-0-new-features"]
|
||||
== New features and improvements
|
||||
|
||||
[id="wmco-10-21-0-new-features-kubernetes"]
|
||||
=== Kubernetes upgrade
|
||||
|
||||
The WMCO now uses Kubernetes version 1.34.
|
||||
|
||||
[id="wmco-10-21-0-new-features-wicd"]
|
||||
=== WICD can access only the node its running on
|
||||
|
||||
The Windows Instance Config Daemon (WICD) on each Windows node now has permission to access only the node that it is installed on. The WICD having write access to only one node increases cluster security.
|
||||
|
||||
[id="wmco-10-21-0-bug-fixes"]
|
||||
== Bug fixes
|
||||
|
||||
* Before this update, during secret reconciliations, secret change data was being added to the logs on each reconciliation loop. As a result, the secret change data was persisting, causing the logs to grow in size with unrelated data. With this release, only the current secret change data is being logged. As a result, the size and complexity of the logs is reduced. (link:https://issues.redhat.com/browse/OCPBUGS-61122[*OCPBUGS-61122*])
|
||||
|
||||
* Before this update, the `hybridOverlay` service was not using the trusted CA bundle when connecting to {product-title}, because the `--k8s-cacert` option was missing from the service command. Because of this, users could encounter trust issues or failures when the `hybridOverlay` service attempted to communicate securely with {product-title} clusters using custom or internal CAs. With this release, 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:https://issues.redhat.com/browse/OCPBUGS-64719[*OCPBUGS-64719*])
|
||||
|
||||
* Before this update, an error message regarding a cache not being started was being printed to the logs at WMCO start up. This error had no impact on functionality. The check causing the error message has been removed, and it will no longer log the error. (link:https://issues.redhat.com/browse/OCPBUGS-62815[*OCPBUGS-62815*])
|
||||
@@ -8,4 +8,4 @@ toc::[]
|
||||
|
||||
This release of the Windows Machine Config Operator (WMCO) provides bug fixes for running Windows compute nodes in an {product-title} cluster.
|
||||
|
||||
include::modules/windows-containers-release-notes-10-20-0.adoc[leveloffset=+1]
|
||||
include::modules/windows-containers-release-notes-10-21-0.adoc[leveloffset=+1]
|
||||
|
||||
Reference in New Issue
Block a user