-
Notifications
You must be signed in to change notification settings - Fork 56
CNF-19617, CNF-21768, CNF-21832, CNF-22018: Sync from upstream (02-Apr-2026) #688
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
Open
jzding
wants to merge
23
commits into
openshift:main
Choose a base branch
from
jzding:upstream-sync-2026-04-02
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9b1e577
Set tls-profiles feature annotation to true in CSV
jzding 099076a
Configure AWS timeout to 2 hours for long jobs
sshnaidm 179c8f8
Merge pull request #195 from sshnaidm/fixjobtimeoutaws
edcdavid a13bcee
Merge pull request #194 from jzding/tls-profile
josephdrichard da824bf
Add T-BC clock class recovery test for upstream link outage
yaronh12 71b624a
Update Dockerfile.krp to use Go version 1.25.7 for the builder stage
edcdavid a5cfda4
Merge pull request #198 from edcdavid/fix-krp
nocturnalastro 06fec1f
Added must-gather collection to CI
yaronh12 963e7f0
Expose system-level and base board hardware details in NodePtpDeviceS…
gtannous-spec 5130c3d
Update Dockerfile builder image
nocturnalastro 4ec2565
Merge pull request #200 from nocturnalastro/update_go_base_image
jzding 0096e6b
Add test coverage for clockClass verification when locking PTP source…
aabughosh 0a19e33
Upgrade to Go 1.25 and update dependencies
jzding 6427ac2
Merge pull request #202 from jzding/tls-adherence
nocturnalastro 93d102f
Merge pull request #185 from yaronh12/test-tbc-cc-upgrade-to-locked-a…
edcdavid da35c41
Merge pull request #192 from yaronh12/add-mustgather-to-ci
edcdavid 9d5a3f2
update OWNERS
jzding 7ae692d
Merge pull request #197 from aabughosh/addlocktest
jzding 158f56c
Merge pull request #201 from gtannous-spec/baseboard-info
gtannous-spec b50744e
Add TLS adherence support
jzding 47793bf
refactor: use nil TLSProfileSpec pointer to signal legacy TLS mode
jzding 08dd224
Merge pull request #203 from jzding/update-owners
nocturnalastro ef75480
Merge pull request #206 from jzding/tls-adherence
jzding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/ptp-operator
Length of output: 3193
Replace deprecated
WithCustomValidatorwithWithValidator.The code uses
WithCustomValidator(), which is deprecated in controller-runtime v0.23.3 (line 84 ofvendor/sigs.k8s.io/controller-runtime/pkg/builder/webhook.gomarks it as deprecated with recommendation to useWithValidatorinstead). Update the webhook registration to use the non-deprecatedWithValidator()method. The same issue exists inapi/v1/ptpconfig_webhook.goline 60.🤖 Prompt for AI Agents