Rename VERSION to OADP_VERSION in konflux.Dockerfile#184
Conversation
Konflux auto-injects VERSION as the Go toolchain version from the builder image (e.g. 1.25), which collides with our VERSION build arg used for buildinfo.Version. This causes the CLI to report the Go version instead of the OADP version. Rename to OADP_VERSION to avoid the collision. Release branches should hardcode the appropriate version (e.g. v1.6.0). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThe PR renames the Dockerfile build argument from ChangesBuild Argument Rename
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 54 minutes and 5 seconds.Comment |
Keep consistent with konflux.Dockerfile change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/cherry-pick oadp-1.6 |
|
@Joeavaikath: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Joeavaikath, shubham-pampattiwar, weshayutin 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 |
|
@Joeavaikath: new pull request created: #185 DetailsIn response to this:
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. |
Rename VERSION to OADP_VERSION in konflux.Dockerfile
Summary
VERSIONas the Go toolchain version from the builder image (e.g.1.25), which collides with ourVERSIONbuild arg used forbuildinfo.Versionldflagsoc oadp versionto reportVersion: 1.25(the Go version) instead of the actual OADP versionOADP_VERSIONto avoid the collisionOADP_VERSION=v1.6.0) after cherry-pickingTest plan
Version: dev(not1.25)oc oadp versionshows correct version🤖 Generated with Claude Code
Summary by CodeRabbit