-
Notifications
You must be signed in to change notification settings - Fork 260
Update goreleaser.opm.Dockerfile for grpc-health-probe v0.4.43 #1873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update goreleaser.opm.Dockerfile for grpc-health-probe v0.4.43 #1873
Conversation
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@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. |
b89bf53
into
dependabot/go_modules/github.com/grpc-ecosystem/grpc-health-probe-0.4.43
#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>
Dependabot updated
go.modto use grpc-health-probe v0.4.43, but after rebasing to pick up #1869, the hardcoded version inrelease/goreleaser.opm.Dockerfileremained at v0.4.42.Changes:
ARG GRPC_HEALTH_PROBE_VERSIONfromv0.4.42tov0.4.43inrelease/goreleaser.opm.DockerfileThis 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.