Skip to content

Update github.com/openshift-online/maestro digest to 2f5431f#125

Closed
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-openshift-online-maestro-digest
Closed

Update github.com/openshift-online/maestro digest to 2f5431f#125
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-openshift-online-maestro-digest

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link
Copy Markdown

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented May 13, 2026

This PR contains the following updates:

Package Type Update Change
github.com/openshift-online/maestro require digest 48b47502f5431f

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux-kflux-prd-rh02
Copy link
Copy Markdown
Author

red-hat-konflux-kflux-prd-rh02 Bot commented May 13, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/google/cel-go v0.26.1 -> v0.27.0
github.com/openshift-online/ocm-sdk-go v0.1.493 -> v0.1.498
golang.org/x/text v0.35.0 -> v0.37.0
k8s.io/apimachinery v0.34.3 -> v0.35.3
k8s.io/client-go v0.34.3 -> v0.35.3
open-cluster-management.io/api v1.2.0 -> v1.2.1-0.20260305152611-5bfebdbc3fdf
open-cluster-management.io/sdk-go v1.2.0 -> v1.2.1-0.20260323031834-e885ccee3f1b
sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.3
github.com/antlr4-go/antlr/v4 v4.13.0 -> v4.13.1
golang.org/x/crypto v0.49.0 -> v0.51.0
golang.org/x/net v0.52.0 -> v0.54.0
golang.org/x/sys v0.42.0 -> v0.44.0
golang.org/x/term v0.41.0 -> v0.43.0
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0
k8s.io/api v0.34.3 -> v0.35.3
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b -> v0.0.0-20250910181357-589584f1c912
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20251002143259-bc988d571ff4
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2-0.20260122202528-d9cc6641c482

@openshift-ci openshift-ci Bot requested review from jsell-rh and ma-hill May 13, 2026 08:05
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mischulee for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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
Copy link
Copy Markdown

openshift-ci Bot commented May 13, 2026

Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR.

I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: adba1f47-6e31-4ddf-8064-6a12ae303ad9

📥 Commits

Reviewing files that changed from the base of the PR and between ca91d63 and e520c90.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated project dependencies including core framework libraries, orchestration platforms, and cloud integration packages to their latest compatible versions for improved stability and maintenance
    • Removed several obsolete dependencies to streamline the project and reduce maintenance burden
    • Modernized the dependency stack to ensure long-term support and enhanced system reliability

Walkthrough

Updated go.mod to bump multiple direct and indirect dependencies. Direct updates include github.com/google/cel-go (v0.26.1 → v0.27.0), github.com/openshift-online/maestro, github.com/openshift-online/ocm-sdk-go, and a coordinated Kubernetes/controller-runtime upgrade (e.g., k8s.io/apimachinery/k8s.io/client-go → v0.35.3 and sigs.k8s.io/controller-runtime → v0.23.3). Several transitive dependencies were advanced (including gopkg.in/evanphx/json-patch.v4, github.com/antlr4-go/antlr/v4, k8s.io/, and sigs.k8s.io/), and some modules were removed from requirements.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the maestro digest to 2f5431f, which is the primary purpose of this dependency update pull request.
Description check ✅ Passed The description clearly details the package update with a table showing the old and new digest values, making it directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/github.com-openshift-online-maestro-digest

Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title fix(deps): update github.com/openshift-online/maestro digest to d9d9f7f fix(deps): update github.com/openshift-online/maestro digest to 6929a8a May 14, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-maestro-digest branch from dffaf46 to ca91d63 Compare May 14, 2026 00:07
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title fix(deps): update github.com/openshift-online/maestro digest to 6929a8a Update github.com/openshift-online/maestro digest to 6929a8a May 14, 2026
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update github.com/openshift-online/maestro digest to 6929a8a Update github.com/openshift-online/maestro digest to 2f5431f May 15, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/main/github.com-openshift-online-maestro-digest branch from ca91d63 to e520c90 Compare May 15, 2026 00:08
@ciaranRoche
Copy link
Copy Markdown
Contributor

Closing: superseded by renovate.json config in #140 (HYPERFLEET-1095). MintMaker will re-create grouped updates on the next Monday cycle.

@red-hat-konflux-kflux-prd-rh02
Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the github.com/openshift-online/maestro 2f5431f update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot deleted the konflux/mintmaker/main/github.com-openshift-online-maestro-digest branch May 15, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant