Skip to content

Commit f454eb9

Browse files
authored
Merge pull request #89788 from StephenJamesSmith/TELCODOCS-2221-RN
TELCODOCS-2221-RN: KMM 2.3 release notes.
2 parents 79cb76e + 63d4a73 commit f454eb9

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3512,6 +3512,8 @@ Topics:
35123512
File: psap-node-feature-discovery-operator
35133513
- Name: Kernel Module Management Operator
35143514
File: kmm-kernel-module-management
3515+
- Name: Kernel Module Management Operator release notes
3516+
File: kmm-release-notes
35153517
---
35163518
Name: Hardware accelerators
35173519
Dir: hardware_accelerators
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="kmm-release-notes"]
3+
= Kernel Module Management Operator release notes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: kmm-release-notes
6+
7+
toc::[]
8+
9+
[id="kmm-2-2-RN"]
10+
== Release notes for Kernel Module Management Operator 2.2
11+
=== New features
12+
// TELCODOCS-2022
13+
* KMM is now using the CRI-O container engine to pull container images in the worker pod instead of using HTTP calls directly from the worker container. For more information, see xref:../hardware_enablement/kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
14+
15+
// TELCODOCS-2028
16+
* The Kernel Module Management (KMM) Operator images are now based on `rhel-els-minimal` container images instead of the `rhel-els` images. This change results in a greatly reduced image footprint, while still maintaining FIPS compliance.
17+
18+
// TELCODOCS-1994
19+
* In this release, the firmware search path has been updated to copy the contents of the specified path into the path specified in worker.setFirmwareClassPath (default: /var/lib/firmware). For more information, see xref:../hardware_enablement/kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
20+
21+
// TELCODOCS-1977
22+
* For each node running a kernel matching the regular expression, KMM now checks if you have included a tag or a digest. If you have not specified a tag or digest in the container image, then the validation webhook returns an error and does not apply the module. For more information, see xref:../hardware_enablement/kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
23+
24+
[id="kmm-2-3-RN"]
25+
== Release notes for Kernel Module Management Operator 2.3
26+
=== New features
27+
// TELCODOCS-2221
28+
* In this release, KMM uses version 1.23 of the Golang programming language to ensure test continuity for partners.
29+
30+
// TELCODOCS-2197
31+
* You can now schedule KMM pods by defining taints and tolerations. For more information, see xref:../hardware_enablement/kmm-kernel-module-management.adoc#kmm-using-tolerations-for-kernel-module-scheduling_kernel-module-management-operator[Using tolerations for kernel module scheduling].
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/

0 commit comments

Comments
 (0)