mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
fix: bump krkn-lib to 6.1.2 to resolve kubernetes 36.x incompatibility (#1442)
krkn-lib 6.1.0 declared kubernetes>=34.1.0 (unbounded), allowing pip to resolve to kubernetes 36.x which renamed call_api() parameter response_type to response_types_map, breaking SA token creation, service patching, and node metrics queries. krkn-lib 6.1.2 pins kubernetes>=35.0.0,<36.0.0, preventing the incompatible version from being installed. Fixes #1441 Signed-off-by: ddjain <darjain@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ jaraco-context>=6.1.0 # Fixes GHSA-58pv-8j8x-9vj2
|
||||
cbor2<5.7.0 # Pinned by arcaflow-plugin-sdk
|
||||
lxml==6.1.0
|
||||
kubernetes>=35.0.0,<36.0.0
|
||||
krkn-lib==6.1.0
|
||||
krkn-lib==6.1.2
|
||||
numpy==1.26.4
|
||||
pandas==2.2.0
|
||||
openshift-client==1.0.21
|
||||
|
||||
Reference in New Issue
Block a user