Bug 1802934
Summary: | Cluster-logging-operator couldn't upgrade from 4.3.1 to 4.3.2 due to `olm.skipRange: ‘>=4.2.0 <4.3.0’` in the csv file. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qiaoling Tang <qitang> | |
Component: | Logging | Assignee: | Jeff Cantrill <jcantril> | |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.3.z | CC: | anli, aos-bugs, jokerman, wking | |
Target Milestone: | --- | |||
Target Release: | 4.3.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1802935 (view as bug list) | Environment: | ||
Last Closed: | 2020-03-10 23:53:52 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: | 1802935 | |||
Bug Blocks: |
Description
Qiaoling Tang
2020-02-14 06:59:28 UTC
The elasticsearch CSV wasn't fixed. elasticsearch-operator/4.3/elasticsearch-operator.v4.3.0.clusterserviceversion.yaml: olm.skipRange: ">=4.2.0 <4.3.0" elasticsearch-operator/4.4/elasticsearch-operator.v4.4.0.clusterserviceversion.yaml: olm.skipRange: ">=4.1.0 <4.4.0-202002210654" cluster-logging/4.3/cluster-logging.v4.3.0.clusterserviceversion.yaml: olm.skipRange: ">=4.1.0 <4.3.4-202002210552" cluster-logging/4.4/cluster-logging.v4.4.0.clusterserviceversion.yaml: olm.skipRange: ">=4.1.0 <4.4.0-202002210654" (In reply to Anping Li from comment #4) > The elasticsearch CSV wasn't fixed. > > elasticsearch-operator/4.3/elasticsearch-operator.v4.3.0. > clusterserviceversion.yaml: olm.skipRange: ">=4.2.0 <4.3.0" EO resolved by https://bugzilla.redhat.com/show_bug.cgi?id=1803145 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-2020:0676 |