Skip to content

Commit b1848e3

Browse files
authored
Merge pull request #52987 from Wiharris/OSDOCS-4568
OSDOCS-4568 - RNs Compliance Operator 0.1.59
2 parents b490112 + 51db3b1 commit b1848e3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

modules/compliance-supported-profiles.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,15 @@ The Compliance Operator provides the following compliance profiles:
8686
|0.1.47+
8787
|link:https://www.pcisecuritystandards.org/document_library?document=pci_dss[PCI Security Standards ® Council Document Library]
8888
|`x86_64`
89+
`ppc64le`
8990

9091
|ocp4-pci-dss-node
9192
|PCI-DSS v3.2.1 Control Baseline for Red Hat OpenShift Container Platform 4
9293
|0.1.47+
9394
|link:https://www.pcisecuritystandards.org/document_library?document=pci_dss[PCI Security Standards ® Council Document Library]
9495
|`x86_64`
95-
96+
`ppc64le`
97+
9698
|ocp4-high
9799
|NIST 800-53 High-Impact Baseline for Red Hat OpenShift - Platform level
98100
|0.1.52+

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ These release notes track the development of the Compliance Operator in the {pro
1313

1414
For an overview of the Compliance Operator, see xref:../../security/compliance_operator/compliance-operator-understanding.adoc#understanding-compliance-operator[Understanding the Compliance Operator].
1515

16+
[id="compliance-operator-release-notes-0-1-59"]
17+
== OpenShift Compliance Operator 0.1.59
18+
19+
The following advisory is available for the OpenShift Compliance Operator 0.1.59:
20+
21+
* link:https://access.redhat.com/errata/RHBA-2022:8538[RHBA-2022:8538 - OpenShift Compliance Operator bug fix update]
22+
23+
24+
[id="compliance-operator-0-1-59-new-features-and-enhancements"]
25+
=== New features and enhancements
26+
27+
The Compliance Operator now supports Payment Card Industry Data Security Standard (PCI-DSS) `ocp4-pci-dss` and `ocp4-pci-dss-node` profiles on the `ppc64le` architecture.
28+
29+
[id="compliance-operator-0-1-59-bug-fixes"]
30+
=== Bug fixes
31+
32+
* Previously, the Compliance Operator did not support the Payment Card Industry Data Security Standard (PCI DSS) `ocp4-pci-dss` and `ocp4-pci-dss-node` profiles on different architectures such as `ppc64le`. Now, the Compliance Operator supports `ocp4-pci-dss` and `ocp4-pci-dss-node` profiles on the `ppc64le` architecture. (link:https://issues.redhat.com/browse/OCPBUGS-3252[*OCPBUGS-3252*])
33+
34+
* Previously, after the recent upgrade to version 0.1.57, the `rerunner` service account (SA) was no longer owned by the cluster service version (CSV), which caused the SA to be removed during the operator upgrade. Now, the CSV owns the `rerunner` SA in 0.1.59, and upgrades from any previous version will not result in a missing SA. (link:https://issues.redhat.com/browse/OCPBUGS-3452[*OCPBUGS-3452*])
35+
36+
* In 0.1.57, the operator started the controller metrics endpoint listening on port `8080`. This resulted in `TargetDown` alerts since cluster monitoring expected port is `8383`. With 0.1.59, the operator starts the endpoint listening on port `8383` as expected. (link:https://issues.redhat.com/browse/OCPBUGS-3097[*OCPBUGS-3097*])
37+
1638
[id="compliance-operator-release-notes-0-1-57"]
1739
== OpenShift Compliance Operator 0.1.57
1840

0 commit comments

Comments
 (0)