Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 8, 2026

Dependabot updated go.mod to use grpc-health-probe v0.4.43, but after rebasing to pick up #1869, the hardcoded version in release/goreleaser.opm.Dockerfile remained at v0.4.42.

Changes:

  • Updated ARG GRPC_HEALTH_PROBE_VERSION from v0.4.42 to v0.4.43 in release/goreleaser.opm.Dockerfile

This ensures the container image build uses the same grpc-health-probe version as the Go module dependency.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 8, 2026
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jan 8, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 8, 2026

Hi @copilot. Thanks for your PR.

I'm waiting for a operator-framework 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.

Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.42 to 0.4.43 Update goreleaser.opm.Dockerfile for grpc-health-probe v0.4.43 Jan 8, 2026
Copilot AI requested a review from grokspawn January 8, 2026 12:09
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (dependabot/go_modules/github.com/grpc-ecosystem/grpc-health-probe-0.4.43@ceb0602). Learn more about missing BASE report.

Additional details and impacted files
@@                                             Coverage Diff                                             @@
##             dependabot/go_modules/github.com/grpc-ecosystem/grpc-health-probe-0.4.43    #1873   +/-   ##
===========================================================================================================
  Coverage                                                                            ?   57.50%           
===========================================================================================================
  Files                                                                               ?      136           
  Lines                                                                               ?    12934           
  Branches                                                                            ?        0           
===========================================================================================================
  Hits                                                                                ?     7438           
  Misses                                                                              ?     4341           
  Partials                                                                            ?     1155           

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

@grokspawn
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 8, 2026
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 8, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 8, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: grokspawn

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 Jan 8, 2026
@grokspawn
Copy link
Contributor

@copilot you need to take this pr out of draft to merge it

Copy link
Contributor Author

Copilot AI commented Jan 8, 2026

@copilot you need to take this pr out of draft to merge it

I don't have the ability to change the PR draft status through my available tools. The PR draft status needs to be changed manually through the GitHub UI or by a user with the appropriate permissions using the GitHub CLI or API.

Copilot AI requested a review from grokspawn January 8, 2026 12:37
@grokspawn grokspawn marked this pull request as ready for review January 8, 2026 12:37
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 8, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit b89bf53 into dependabot/go_modules/github.com/grpc-ecosystem/grpc-health-probe-0.4.43 Jan 8, 2026
18 checks passed
@grokspawn grokspawn deleted the copilot/sub-pr-1871 branch January 8, 2026 12:44
openshift-merge-bot bot pushed a commit that referenced this pull request Jan 8, 2026
#1871)

* Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.42 to 0.4.43

Bumps [github.com/grpc-ecosystem/grpc-health-probe](https://github.com/grpc-ecosystem/grpc-health-probe) from 0.4.42 to 0.4.43.
- [Release notes](https://github.com/grpc-ecosystem/grpc-health-probe/releases)
- [Commits](grpc-ecosystem/grpc-health-probe@v0.4.42...v0.4.43)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-health-probe
  dependency-version: 0.4.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update goreleaser.opm.Dockerfile for grpc-health-probe v0.4.43 (#1873)

* Initial plan

* Update goreleaser.opm.Dockerfile to use grpc-health-probe v0.4.43

Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>
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. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants