Bug 1946512
| Summary: | [OCP v48] Unreachable url shows in links section of Compliance Operator over GUI | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Prashant Dhamdhere <pdhamdhe> | |
| Component: | Compliance Operator | Assignee: | Jakub Hrozek <jhrozek> | |
| Status: | CLOSED ERRATA | QA Contact: | xiyuan | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 4.8 | CC: | josorior, mrogers, xiyuan | |
| Target Milestone: | --- | |||
| Target Release: | 4.8.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1953517 (view as bug list) | Environment: | ||
| Last Closed: | 2021-09-07 06:05:14 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1953331, 1990836 | |||
| Bug Blocks: | 1953517, 1953520 | |||
|
Description
Prashant Dhamdhere
2021-04-06 10:06:19 UTC
Fixed upstream: https://github.com/openshift/compliance-operator/pull/614 verification blocking by https://bugzilla.redhat.com/show_bug.cgi?id=1953331 Hi Matt, It is also the same issue: hardcoded to 4.7. https://github.com/openshift/compliance-operator/blob/master/deploy/olm-catalog/compliance-operator/manifests/compliance-operator.clusterserviceversion.yaml#L1405 Once 4.8 released, it is better point to 4.8 doc instead of 4.7 doc. [Bug_Verification]
The Compliance Operator documentation url is reachable and point to latest released OCP version. i.e 4.8
Verified on:
4.8.0-0.nightly-2021-08-23-234834 + compliance-operator.v0.1.39
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.8.0-0.nightly-2021-08-23-234834 True False 179m Cluster version is 4.8.0-0.nightly-2021-08-23-234834
$ oc get csv
NAME DISPLAY VERSION REPLACES PHASE
compliance-operator.v0.1.39 Compliance Operator 0.1.39 Succeeded
elasticsearch-operator.5.1.1-42 OpenShift Elasticsearch Operator 5.1.1-42 Succeeded
$ oc get csv compliance-operator.v0.1.39 -o yaml |grep -A20 "Compliance Operator documentation"
- name: Compliance Operator documentation
url: https://docs.openshift.com/container-platform/latest/security/compliance_operator/compliance-operator-understanding.html <<----
maintainers:
- email: support
name: Red Hat Support
maturity: alpha
provider:
name: Red Hat Inc.
url: www.redhat.com
relatedImages:
- image: registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:10dcd18f4ddf73b295befde8fe720a49d1826d6415b822a4c11a933a8d7a72cb
name: compliance-operator
- image: registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:1317d69bafd867f358b30168ca40dd49835696821d3f4b1244089f8d46dde3bf
name: openscap
- image: registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:10dcd18f4ddf73b295befde8fe720a49d1826d6415b822a4c11a933a8d7a72cb
name: operator
- image: registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:7527f52d9ce5f22fe5453b23eb490ce1f7e64e0cf7112b13a294c4bc442ae35d
name: profile
- image: registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:7527f52d9ce5f22fe5453b23eb490ce1f7e64e0cf7112b13a294c4bc442ae35d
name: openshift-compliance-content-rhel8-7527f52d9ce5f22fe5453b23eb490ce1f7e64e0cf7112b13a294c4bc442ae35d-annotation
version: 0.1.39
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Compliance Operator bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:3214 |