-
Task
-
Resolution: Done
-
Major
-
ACM 2.13.0
1. spec.complianceConfig row, add deprecationsPresent
https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/governance/governance#operator-policy-yaml-table
deprecationsPresent: DeprecationsPresent specifies how the overall policy compliance is affected by deprecations.
The default value is `Compliant`. If any deprecations are detected
while DeprecationsPresent = NonCompliant,
then the policy compliance will be set to `NonCompliant`.
2. What's new
Deprecation condition was added in operatorpolicy status in . e g:
// code placeholder status: conditions: - lastTransitionTime: "2025-02-13T18:58:13Z" message: | the requested deprecation-operator Package was deprecated. deprecation-operator is end of life. Please don't use this package. reason: PackageDeprecated status: "False" type: NoDeprecations