OCPBUGS-60154: Update olmv1.go cluster-logging to 6.3.0#30063
OCPBUGS-60154: Update olmv1.go cluster-logging to 6.3.0#30063bentito wants to merge 1 commit intoopenshift:mainfrom
Conversation
cluster-logging 6.2.2 set `maxOCPVersion` <= 4.20 so hopefully this bump to 6.3.0 will help
| const ( | ||
| packageName = "cluster-logging" | ||
| version = "6.2.2" | ||
| version = "6.3.0" |
There was a problem hiding this comment.
Cluster Logging and its version do not exist in 4.20
We need a scenario that works for 4.20 and also for 4.19 :-(
So that we can move forward and bump 4.20 catalogs
|
This is not the droid you're looking for. More precisely, the actual problem is not some version of cluster-logging operator that has a better value for maxOCPVersion, it's to find an operator that has maxOCPVersion and with a good value setting maxOCPVersion <= 4.20. Closing this since the approach in this PR, I now understand, can't work. |
|
Hi @bentito lets keep open if they add we can merge this one instead |
|
opened back up |
|
@bentito: This pull request references Jira Issue OCPBUGS-60154, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@bentito: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
/approve |
1 similar comment
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bentito, camilamacedo86, tmshort The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@bentito: This pull request references Jira Issue OCPBUGS-60154. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
cluster-logging 6.2.2 set
maxOCPVersion<= 4.20 so hopefully this bump to 6.3.0 will help