Skip to content

Commit 1f1f440

Browse files
author
Michael Burke
committed
WMCO 10.17.1 Release Notes
1 parent 7210823 commit 1f1f440

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,8 +2824,8 @@ Topics:
28242824
Topics:
28252825
- Name: Red Hat OpenShift support for Windows Containers release notes
28262826
File: windows-containers-release-notes-10-17-x
2827-
# - Name: Past releases
2828-
# File: windows-containers-release-notes-10-17-x-past
2827+
- Name: Past releases
2828+
File: windows-containers-release-notes-10-17-x-past
28292829
- Name: Windows Machine Config Operator prerequisites
28302830
File: windows-containers-release-notes-10-17-x-prereqs
28312831
- Name: Windows Machine Config Operator known limitations

windows_containers/wmco_rn/windows-containers-release-notes-10-17-x-past.adoc

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,28 @@ The following release notes are for previous versions of the Windows Machine Con
1010

1111
For the current version, see xref:../../windows_containers/wmco_rn/windows-containers-release-notes-10-17-x.adoc#windows-containers-release-notes-10-17-x[{productwinc} release notes].
1212

13-
[id="wmco-10-17-"]
13+
[id="wmco-10-17-0"]
1414
== Release notes for Red Hat Windows Machine Config Operator 10.17.0
1515

16-
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.0 were released in
16+
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.0 were released in link:https://access.redhat.com/errata/RHSA-2024:7436[RHSA-2024:7436].
1717

18-
19-
[id="wmco-10-17-past-new-features"]
18+
[id="wmco-10-17-0-new-features"]
2019
=== New features and improvements
2120

22-
[id="wmco-10-17-bug-fixes"]
21+
[id="wmco-10-17-0-new-features-kubernetes"]
22+
==== Kubernetes upgrade
23+
24+
The WMCO now uses Kubernetes 1.30.
25+
26+
[id="wmco-10-17-0-bug-fixes"]
2327
=== Bug fixes
2428

29+
* Previously, if a Windows VM had its PowerShell `ExecutionPolicy` set to `Restricted`, the Windows Instance Config Daemon (WICD) could not run the commands on that VM that are necessary for creating Windows nodes. With this fix, the WICD now bypasses the execution policy on the VM when running PowerShell commands. As a result, the WICD can create Windows nodes on the VM as expected. (link:https://issues.redhat.com/browse/OCPBUGS-30995[*OCPBUGS-30995*])
30+
31+
// Copied from 4.16 release notes.
32+
* Previously, if reverse DNS lookup failed due to an error, such as the reverse DNS lookup services being unavailable, the WMCO would not fall back to using the VM hostname to determine if a certificate signing requests (CSR) should be approved. As a consequence, Bring-Your-Own-Host (BYOH) Windows nodes configured with an IP address would not become available. With this fix, BYOH nodes are properly added if reverse DNS is not available. (link:https://issues.redhat.com/browse/OCPBUGS-36643[*OCPBUGS-36643*])
33+
34+
// Copied from 4.16 release notes.
35+
* Previously, if there were multiple service account token secrets in the WMCO namespace, scaling Windows nodes would fail. With this fix, the WMCO uses only the secret it creates, ignoring any other service account token secrets in the WMCO namespace. As a result, Windows nodes scale properly. (link:https://issues.redhat.com/browse/OCPBUGS-29253[*OCPBUGS-29253*])
36+
2537

windows_containers/wmco_rn/windows-containers-release-notes-10-17-x.adoc

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,12 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88

99

10-
[id="wmco-10-17-0"]
11-
== Release notes for Red Hat Windows Machine Config Operator 10.17.0
10+
[id="wmco-10-17-1"]
11+
== Release notes for Red Hat Windows Machine Config Operator 10.17.1
1212

13-
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.0 were released in link:https://access.redhat.com/errata/RHSA-2024:TBD[RHSA-2024:TBD].
13+
This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 10.17.1 were released in link:https://access.redhat.com/errata/RHSA-2024:TBD[RHSA-2024:TBD].
1414

15-
[id="wmco-10-17-0-new-features"]
16-
=== New features and improvements
17-
18-
[id="wmco-10-17-0-new-features-kubernetes"]
19-
==== Kubernetes upgrade
20-
21-
The WMCO now uses Kubernetes 1.30.
22-
23-
[id="wmco-10-17-0-bug-fixes"]
15+
[id="wmco-10-17-1-bug-fixes"]
2416
=== Bug fixes
2517

26-
* Previously, if a Windows VM had its PowerShell `ExecutionPolicy` set to `Restricted`, the Windows Instance Config Daemon (WICD) could not run the commands on that VM that are necessary for creating Windows nodes. With this fix, the WICD now bypasses the execution policy on the VM when running PowerShell commands. As a result, the WICD can create Windows nodes on the VM as expected. (link:https://issues.redhat.com/browse/OCPBUGS-30995[*OCPBUGS-30995*])
27-
28-
// Copied from 4.16 release notes.
29-
* Previously, if reverse DNS lookup failed due to an error, such as the reverse DNS lookup services being unavailable, the WMCO would not fall back to using the VM hostname to determine if a certificate signing requests (CSR) should be approved. As a consequence, Bring-Your-Own-Host (BYOH) Windows nodes configured with an IP address would not become available. With this fix, BYOH nodes are properly added if reverse DNS is not available. (link:https://issues.redhat.com/browse/OCPBUGS-36643[*OCPBUGS-36643*])
30-
31-
// Copied from 4.16 release notes.
32-
* Previously, if there were multiple service account token secrets in the WMCO namespace, scaling Windows nodes would fail. With this fix, the WMCO uses only the secret it creates, ignoring any other service account token secrets in the WMCO namespace. As a result, Windows nodes scale properly. (link:https://issues.redhat.com/browse/OCPBUGS-29253[*OCPBUGS-29253*])
18+
* Previously, the {product-title} documentation lacked information about WMCO support for the installer-provisioned infrastructure (IPI) and the user-provisioned infrastructure (UPI) installation methods. With this fix, the documentation reports that the IPI method is the preferred installation method and can be used with all platforms. The UPI method is limited to specific use cases. For more information, see xref:../../windows_containers/wmco_rn/windows-containers-release-notes-10-17-x-prereqs.adoc#wmco-prerequisites-supported-install-10.17.0_windows-containers-release-notes-10-17-x-prereqs[WMCO supported installation method].

0 commit comments

Comments
 (0)