-
Notifications
You must be signed in to change notification settings - Fork 266
NO-JIRA: Bump openshift/api and openshift/client-go #2319
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using master-branch pseudo-versions violates supply chain stability expectations.
Lines 21 and 23 pin
github.com/openshift/apiandgithub.com/openshift/client-goto recent master-branch pseudo-versions (both from 2026-06-18). These are unvetted pre-release commits, not stable releases. Per the coding guidelines, production dependencies must not use pre-release or yanked versions. Master branch is inherently unstable and lacks the stability guarantees of tagged releases.Consider identifying a stable release version that includes the required KMS changes, or document why stable releases are unavailable and what testing/validation has been performed against these specific commits.
Also applies to: 23-23
🤖 Prompt for AI Agents
Source: Coding guidelines
🧩 Analysis chain
🏁 Script executed:
# First, find and read the go.mod file fd -name go.mod -type fRepository: openshift/library-go
Length of output: 295
🏁 Script executed:
Repository: openshift/library-go
Length of output: 116
🏁 Script executed:
Repository: openshift/library-go
Length of output: 1499
🏁 Script executed:
# Read the go.mod file to see the actual version pinning cat go.modRepository: openshift/library-go
Length of output: 6826
🏁 Script executed:
# Get the commit details for the bump git show a5c48f6f --statRepository: openshift/library-go
Length of output: 50377
🏁 Script executed:
# Get more details about the specific PR mentioned in the commit git log a5c48f6f -1 --format=fullerRepository: openshift/library-go
Length of output: 332
🏁 Script executed:
Repository: openshift/library-go
Length of output: 3821
🏁 Script executed:
Repository: openshift/library-go
Length of output: 135
🏁 Script executed:
Repository: openshift/library-go
Length of output: 309
🏁 Script executed:
Repository: openshift/library-go
Length of output: 522
🏁 Script executed:
Repository: openshift/library-go
Length of output: 1339
🏁 Script executed:
Repository: openshift/library-go
Length of output: 46
🏁 Script executed:
Repository: openshift/library-go
Length of output: 706
🏁 Script executed:
Repository: openshift/library-go
Length of output: 469
🏁 Script executed:
Repository: openshift/library-go
Length of output: 131
🏁 Script executed:
Repository: openshift/library-go
Length of output: 264
🏁 Script executed:
Repository: openshift/library-go
Length of output: 549
🏁 Script executed:
Repository: openshift/library-go
Length of output: 621
🏁 Script executed:
Repository: openshift/library-go
Length of output: 77
🏁 Script executed:
Repository: openshift/library-go
Length of output: 116
🏁 Script executed:
Repository: openshift/library-go
Length of output: 244
🏁 Script executed:
Repository: openshift/library-go
Length of output: 1468
🏁 Script executed:
Repository: openshift/library-go
Length of output: 1654
🏁 Script executed:
Repository: openshift/library-go
Length of output: 46
🏁 Script executed:
Repository: openshift/library-go
Length of output: 46
🏁 Script executed:
Repository: openshift/library-go
Length of output: 2092
🏁 Script executed:
Repository: openshift/library-go
Length of output: 957
Provide justification and evidence for bumping to master-branch commits.
The pseudo-versions (v0.0.0-20260618181827-d22a47a846dc and v0.0.0-20260618131434-17fd91ed6167) indicate unreleased commits from upstream master branches. While the codebase contains extensive KMS-related functionality and integration tests (test/e2e-encryption/encryption_test.go includes KMS verification), the commit message "Bump openshift/api and openshift/client-go" provides no:
Per supply chain security guidelines, non-release versions require explicit justification. Please provide:
Related commits in history
🤖 Prompt for AI Agents