Bug 1690708
Summary: | The OLM API group version is inappropriate | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jian Zhang <jiazha> |
Component: | OLM | Assignee: | Evan Cordell <ecordell> |
Status: | CLOSED ERRATA | QA Contact: | Jian Zhang <jiazha> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.1.0 | CC: | chezhang, dyan, jfan, zitang |
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-04 10:46:13 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: |
Description
Jian Zhang
2019-03-20 04:29:44 UTC
This is fixed here: https://github.com/operator-framework/operator-lifecycle-manager/pull/774 The decision from Jessica/Clayton was to make OperatorGroup and PackageManifests v1, and keep the other objects at v1alpha1. [jzhang@dhcp-140-18 ocp43]$ oc get og olm-operators -o yaml |grep api apiVersion: operators.coreos.com/v1 [jzhang@dhcp-140-18 ocp43]$ oc get packagemanifest packageserver -o yaml|grep api apiVersion: packages.operators.coreos.com/v1 [jzhang@dhcp-140-18 ocp43]$ oc get sub packageserver -o yaml|grep api apiVersion: operators.coreos.com/v1alpha1 [jzhang@dhcp-140-18 ocp43]$ oc get ip install-kswwg -o yaml|grep api apiVersion: operators.coreos.com/v1alpha1 [jzhang@dhcp-140-18 ocp43]$ oc get csv etcdoperator.v0.9.4-clusterwide -o yaml|grep apiVersion apiVersion: operators.coreos.com/v1alpha1 [jzhang@dhcp-140-18 ocp43]$ oc get catsrc olm-operators -o yaml|grep apiVersion apiVersion: operators.coreos.com/v1alpha1 Per comment 1, LGTM, verify it. OLM version: io.openshift.build.commit.id=9ba3512c5406b62179968e2432b284e9a30c321e io.openshift.build.commit.url=https://github.com/operator-framework/operator-lifecycle-manager/commit/9ba3512c5406b62179968e2432b284e9a30c321e 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, 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-2019:0758 |