Skip to content

✨ Upgrade boxcutter from v0.11.0 to v0.12.0 - #2594

Merged
openshift-merge-bot[bot] merged 2 commits into
operator-framework:mainfrom
camilamacedo86:bump
Mar 25, 2026
Merged

✨ Upgrade boxcutter from v0.11.0 to v0.12.0#2594
openshift-merge-bot[bot] merged 2 commits into
operator-framework:mainfrom
camilamacedo86:bump

Conversation

@camilamacedo86

Copy link
Copy Markdown
Contributor

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

When k8s.io/client-go has a replace directive, `go list -m` outputs
"k8s.io/client-go v1.5.2 => k8s.io/client-go v0.35.0". Using
`cut -d" " -f2` picks the original version (v1.5.2) instead of the
replacement (v0.35.0), causing kind-verify-versions to fail with
"kindest/node:v1.35 version does not match k8s vv1.5.2" when
running `make verify`.
Replace `cut` with `awk '{print $NF}'` to always select the effective
version.
CopilotAI review requested due to automatic review settings March 25, 2026 16:39
@netlify

netlifyBot commented Mar 25, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit2cc166d
🔍 Latest deploy loghttps://app.netlify.com/projects/olmv1/deploys/69c40fc074c9c80008ae6edc
😎 Deploy Previewhttps://deploy-preview-2594--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@camilamacedo86camilamacedo86 changed the title Upgrade boxcutter from v0.11.0 to v0.12.0🌱 Upgrade boxcutter from v0.11.0 to v0.12.0Mar 25, 2026
@camilamacedo86camilamacedo86 changed the title 🌱 Upgrade boxcutter from v0.11.0 to v0.12.0✨ Upgrade boxcutter from v0.11.0 to v0.12.0Mar 25, 2026

CopilotAI left a comment

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.

Pull request overview

Updates the project’s Go dependency set to consume pkg.package-operator.run/boxcutter v0.12.0, pulling in a refreshed set of transitive Kubernetes/OpenTelemetry/etc. modules and adjusting build tooling to correctly derive the Kubernetes version from client-go.

Changes:

  • Bump pkg.package-operator.run/boxcutter from v0.11.0 to v0.12.0 (and update transitive deps in go.mod/go.sum).
  • Update a number of Kubernetes/OpenTelemetry-related dependency versions as part of the tidy result.
  • Fix Makefile’s K8S_VERSION extraction to handle go list -m output when a module is replaced.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

FileDescription
go.modUpdates Boxcutter + several dependency versions; adjusts Kubernetes-related module requirements.
go.sumRefreshes checksums for updated direct/transitive dependencies.
MakefileUpdates K8S_VERSION parsing to use the effective (post-replace) module version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov

codecovBot commented Mar 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.76%. Comparing base (1d2a4f7) to head (2cc166d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #2594 +/- ##
==========================================
- Coverage 67.82% 67.76% -0.07% 
==========================================
Files 137 137 Lines 9574 9574 ==========================================
- Hits 6494 6488 -6 - Misses 2583 2586 +3 - Partials 497 500 +3 
FlagCoverage Δ
e2e38.08% <ø> (ø)
experimental-e2e50.95% <ø> (-0.08%)⬇️
unit52.86% <ø> (-0.02%)⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tmshort

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@openshift-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Mar 25, 2026
@openshift-ci

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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-ciopenshift-ciBot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 25, 2026
@openshift-merge-bot
openshift-merge-botBot merged commit 4ae0c6f into operator-framework:mainMar 25, 2026
30 of 31 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by an approver from all required OWNERS files.lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@camilamacedo86@tmshort