Bug 2021400
| Summary: | Bump documentationBaseURL to 4.10 | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | |
| Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.10 | CC: | aos-bugs, yapei | |
| Target Milestone: | --- | |||
| Target Release: | 4.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2075478 (view as bug list) | Environment: | ||
| Last Closed: | 2022-03-10 16:26:09 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: | ||||
documentationBaseURL has been updated to 4.10
# oc get cm console-config -n openshift-console -o yaml | grep documentationBaseURL
documentationBaseURL: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/
# oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.10.0-0.nightly-2021-11-14-184249 True False 6h20m Cluster version is 4.10.0-0.nightly-2021-11-14-184249
verified on 4.10.0-0.nightly-2021-11-14-184249
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 (Moderate: OpenShift Container Platform 4.10.3 security 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/RHSA-2022:0056 |
Description of problem: documentationBaseURL still points to 4.9 Version-Release number of selected component (if applicable): 4.10.0-0.nightly-2021-11-09-000026 How reproducible: Always Steps to Reproduce: 1. Check documentationBaseURL $ oc get configmap console-config -n openshift-console -o yaml | grep documentationBaseURL documentationBaseURL: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/ # oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.10.0-0.nightly-2021-11-09-000026 True False 46m Cluster version is 4.10.0-0.nightly-2021-11-09-000026 2. 3. Actual results: documentationBaseURL is still pointing to 4.9 Expected results: documentationBaseURL should be updated to 4.10 Additional info: