Uh oh!
There was an error while loading. Please reload this page.
feat: Remove the urllib3 pinning - #2482
Conversation
k8s-ci-robot
commented
Dec 11, 2025
Welcome @sathieu! |
HenriBlacksmith
commented
Dec 15, 2025
It should probably take #2477 into account? |
sathieu
commented
Dec 16, 2025
2.6.1 has been released which reverts the breaking change. Ref: #2477 (comment) |
HenriBlacksmith
commented
Dec 16, 2025
Yes, to be clearer my suggestion is to yank/disallow 2.6.0 in the requirements |
I wonder when it will be released... |
sathieu
commented
Dec 29, 2025
@HenriBlacksmith I've excluded 2.6.0, sorry for the delay. |
yliaog
commented
Dec 29, 2025
could you please add the fix (!= 2.6.0) to the main branch too, so it can be included in 1.35 release. |
yliaog
commented
Dec 29, 2025
/assign |
yliaog
commented
Dec 30, 2025
/lgtm |
k8s-ci-robot
commented
Dec 30, 2025
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sathieu, yliaog 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 |
Uh oh!
There was an error while loading. Please reload this page.
sathieu
commented
Dec 30, 2025
Done in #2491 |
sathieu
commented
Jan 1, 2026
Thanks for merging @yliaog. Any ETA of a new 34.x (or 35.x) version? |
yliaog
commented
Jan 2, 2026
started 1.35 release in PR: #2492, the release will go through alpha, beta, and GA. It will complete in ~2 weeks. |
acornett21
commented
Jan 7, 2026
@yliaog Are you saying there will be no 1.34 version with this fix? |
hoerup
commented
Jan 7, 2026
gonmmarques
commented
Mar 4, 2026
I have the same question, any feedback? Thanks |
yliaog
commented
Mar 11, 2026
there is no plan for another 1.34 release, does 1.35 work for you? |
acornett21
commented
Mar 11, 2026
1.35 does not work for my use case, since I need to release an application that has go and python k8s dependencies, and having mixed versions causes various/numerous issues. At a later point, this application will get updated to 1.35, but skipping 1.34 really isn't an option. I've been waiting 3+ months for a backport with many users waiting, which has been extremely frustrating. |
What type of PR is this?
/kind feature
/kind regression
What this PR does / why we need it:
The PR removes the version pinning for the urllib3 library.
Same as #2461, for release-34 branch
Which issue(s) this PR fixes:
Fixes#2458#2424
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: