Bug 2104503
| Summary: | Update ose-machine-config-operator images to be consistent with ART | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Sinny Kumari <skumari> | |
| Component: | Machine Config Operator | Assignee: | Sinny Kumari <skumari> | |
| Machine Config Operator sub component: | Machine Config Operator | QA Contact: | Rio Liu <rioliu> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | medium | |||
| Priority: | medium | CC: | jerzhang, mkrejci, sregidor | |
| Version: | 4.11 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.12.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2104510 (view as bug list) | Environment: | ||
| Last Closed: | 2023-01-17 19:51:26 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: | ||||
| Bug Blocks: | 2104510 | |||
|
Description
Sinny Kumari
2022-07-06 13:39:05 UTC
Verified using IPI AWS version:
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.12.0-0.nightly-2022-07-11-054352 True False 65m Cluster version is 4.12.0-0.nightly-2022-07-11-054352
Verification steps:
]$ cv=`oc get clusterversions.config.openshift.io -o jsonpath='{.items[*].status.desired.version}'`
]$ commitid=`oc adm release info --commits $cv | grep machine-config | awk '{print $3}'`
# go.mod file for this version
]$ curl -Lks "https://raw.githubusercontent.com/openshift/machine-config-operator/$commitid/go.mod"
Verify that golang version is 1.18
]$ curl -Lks "https://raw.githubusercontent.com/openshift/machine-config-operator/$commitid/go.mod" | grep go | head
go 1.18
We move the BZ to VERIFIED status.
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.12.0 bug fix and 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:7399 |