Skip to content

OCPBUGS-60154: Update olmv1.go cluster-logging to 6.3.0#30063

Closed
bentito wants to merge 1 commit intoopenshift:mainfrom
bentito:patch-1
Closed

OCPBUGS-60154: Update olmv1.go cluster-logging to 6.3.0#30063
bentito wants to merge 1 commit intoopenshift:mainfrom
bentito:patch-1

Conversation

@bentito
Copy link
Copy Markdown
Contributor

@bentito bentito commented Aug 5, 2025

cluster-logging 6.2.2 set maxOCPVersion <= 4.20 so hopefully this bump to 6.3.0 will help

cluster-logging 6.2.2 set `maxOCPVersion` <= 4.20 so hopefully this bump to 6.3.0 will help
@openshift-ci openshift-ci Bot requested review from joelanford and tmshort August 5, 2025 19:00
const (
packageName = "cluster-logging"
version = "6.2.2"
version = "6.3.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@bentito
Copy link
Copy Markdown
Contributor Author

bentito commented Aug 6, 2025

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.

@bentito bentito closed this Aug 6, 2025
@camilamacedo86
Copy link
Copy Markdown
Contributor

Hi @bentito

lets keep open if they add we can merge this one instead
What do you think about adding the OCBUG as well in the title, since we know it is related to that one?

@bentito bentito reopened this Aug 6, 2025
@bentito
Copy link
Copy Markdown
Contributor Author

bentito commented Aug 6, 2025

opened back up

@bentito bentito changed the title Update olmv1.go cluster-logging to 6.3.0 OCPBUGS-60154: Update olmv1.go cluster-logging to 6.3.0 Aug 6, 2025
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Aug 6, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@bentito: This pull request references Jira Issue OCPBUGS-60154, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.20.0) matches configured target version for branch (4.20.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @Xia-Zhao-rh

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

cluster-logging 6.2.2 set maxOCPVersion <= 4.20 so hopefully this bump to 6.3.0 will help

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.

@openshift-ci openshift-ci Bot requested a review from Xia-Zhao-rh August 6, 2025 17:12
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 6, 2025

@bentito: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-single-node-upgrade ece8cd1 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-openstack-ovn ece8cd1 link false /test e2e-openstack-ovn
ci/prow/e2e-hypershift-conformance ece8cd1 link false /test e2e-hypershift-conformance
ci/prow/e2e-azure ece8cd1 link false /test e2e-azure
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout ece8cd1 link false /test e2e-metal-ipi-ovn-kube-apiserver-rollout
ci/prow/e2e-metal-ipi-ovn-dualstack-local-gateway ece8cd1 link false /test e2e-metal-ipi-ovn-dualstack-local-gateway
ci/prow/e2e-aws-disruptive ece8cd1 link false /test e2e-aws-disruptive
ci/prow/e2e-metal-ipi-serial-ovn-ipv6-1of2 ece8cd1 link false /test e2e-metal-ipi-serial-ovn-ipv6-1of2
ci/prow/e2e-metal-ipi-ovn-dualstack ece8cd1 link false /test e2e-metal-ipi-ovn-dualstack
ci/prow/e2e-aws-ovn-kube-apiserver-rollout ece8cd1 link false /test e2e-aws-ovn-kube-apiserver-rollout

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@camilamacedo86
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2025
@camilamacedo86
Copy link
Copy Markdown
Contributor

/approve

1 similar comment
@tmshort
Copy link
Copy Markdown
Contributor

tmshort commented Aug 12, 2025

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 12, 2025

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@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.

Details

In response to this:

cluster-logging 6.2.2 set maxOCPVersion <= 4.20 so hopefully this bump to 6.3.0 will help

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants