Skip to content

Commit b5d76c7

Browse files
authored
Merge pull request #113004 from GroceryBoyJr/co-191z
OSDOCS-20088: Compliance Operator 1.9.1 z-stream release notes
2 parents 25ea997 + ed5f422 commit b5d76c7

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

modules/compliance-rn-1-9-1.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * security/compliance_operator/compliance-operator-release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="compliance-operator-release-notes-1-9-1_{context}"]
7+
= Release notes for OpenShift Compliance Operator 1.9.1
8+
9+
[role="_abstract"]
10+
Release notes for OpenShift Compliance Operator 1.9.1.
11+
12+
13+
The following Red Hat Security Advisory (RHSA) is available for the OpenShift Compliance Operator 1.9.1:
14+
15+
* link:https://access.redhat.com/errata/RHSA-2026:26571[RHSA-2026:26571 - OpenShift Compliance Operator 1.9.1 bug fix and enhancement update]
16+
17+
[id="compliance-operator-1-9-1-bug-fixes_{context}"]
18+
== Bug fixes
19+
20+
* Before this release, when you created a `TailoredProfile` object that extended a base profile, you could only enable rules that were available in the XCCDF groups in the base profile. With this release, `TailoredProfile` objects can enable any rule available. For more information, see (link:https://redhat.atlassian.net/browse/CMP-4283[CMP-4283]).
21+
22+
* Before this release, the Compliance Operator rule, `ocp4-cis-file-permissions-cni-conf`, checked file permissions for every file under the `/etc/cni/net.d/` directory, including the runtime `cni.lock` file, which could cause incorrect fail results. With this release, the rule checks permissions only for CNI configuration files (`.conf`, `.conflist`, `.json`). For more information, see (link:https://redhat.atlassian.net/browse/CMP-4323[CMP-4323]).
23+
24+
* Before this release, the Compliance Operator defaulted to an `imagePullPolicy` of `Always`, which could cause unnecessary container image pulls from the registry on every pod start. With this release, the default is `IfNotPresent`. For more information, see (link:https://redhat.atlassian.net/browse/CMP-4313[CMP-4313]).
25+
26+
* Before this release, updated DISA STIG reference URLs caused the profile parser to omit STIG reference annotations on `Rule` custom resources. With this release, the parser recognizes the updated URLs and restores those annotations. For more information, see (link:https://redhat.atlassian.net/browse/CMP-4333[CMP-4333]).
27+
28+
* Before this release, updated NERC-CIP reference URLs caused the profile parser to omit NERC-CIP annotations on `Rule` custom resources. With this release, the parser recognizes the updated URLs and restores those annotations. For more information, see (link:https://redhat.atlassian.net/browse/CMP-4349[CMP-4349]).
29+

security/compliance_operator/compliance-operator-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ These release notes track the development of the Compliance Operator in the {pro
1414

1515
// Release note modules (most recent first)
1616

17+
include::modules/compliance-rn-1-9-1.adoc[leveloffset=+1]
18+
1719
include::modules/compliance-rn-1-9-0.adoc[leveloffset=+1]
1820

1921
include::modules/compliance-rn-1-8-2.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)