-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[go1.24] webhook: alter regex to account for x509sha1 GODEBUG removal #129430
base: master
Are you sure you want to change the base?
[go1.24] webhook: alter regex to account for x509sha1 GODEBUG removal #129430
Conversation
go1.24 removes the x509sha1 GODEBUG variable, and with it the support for SHA-1 signed certs. This commit alters the regex in unit tests to account for that and prep for go1.24. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: MadhavJivrajani The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/lgtm will leave approval for @liggitt |
LGTM label has been added. Git tree hash: 61ae506a52127e744c6afa6c9e689d0c9a5c296d
|
/triage accepted |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
go1.24 removes the x509sha1 GODEBUG variable, and with it the support for SHA-1 signed certs. This commit alters the regex in unit tests to account for that and prep for go1.24.
See #129224 and #125689
Which issue(s) this PR fixes:
NA
Special notes for your reviewer:
NA
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/assign @dims @liggitt