Skip to content

Commit c867ed9

Browse files
authored
Merge pull request #85808 from StephenJamesSmith/TELCODOCS-2128
TELCODOCS-2128 Create Release Notes topic for KMM
2 parents af0a15c + 56ea131 commit c867ed9

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

_topic_maps/_topic_map.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,11 @@ Topics:
34673467
File: psap-node-feature-discovery-operator
34683468
- Name: Kernel Module Management Operator
34693469
File: kmm-kernel-module-management
3470+
- Name: Kernel Module Management Operator release notes
3471+
Dir: release-notes
3472+
Topics:
3473+
- Name: Release notes for Kernel Module Management Operator 2.2
3474+
File: kmm-release-notes
34703475
---
34713476
Name: Hardware accelerators
34723477
Dir: hardware_accelerators
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="kmm-release-notes-v2-2"]
3+
= Kernel Module Management Operator release notes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: kmm-release-notes-v2-2
6+
7+
toc::[]
8+
9+
[id="kmm-2-2"]
10+
== Release notes for Kernel Module Management Operator 2.2
11+
12+
=== New features
13+
14+
// TELCODOCS-2022
15+
* 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:../kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
16+
17+
// TELCODOCS-2028
18+
* 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.
19+
20+
// TELCODOCS-1994
21+
* 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:../kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
22+
23+
// TELCODOCS-1977
24+
* 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:../kmm-kernel-module-management.adoc#kmm-example-cr_kernel-module-management-operator[Example Module CR].
25+
26+

modules/kmm-example-module-cr.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
:_mod-docs-content-type: REFERENCE
66
[id="kmm-example-cr_{context}"]
7-
87
= Example Module CR
98

109
The following is an annotated `Module` example:

0 commit comments

Comments
 (0)