From 29678229f5488a90416935491563051210cf3915 Mon Sep 17 00:00:00 2001 From: "Mitch Harding (the weird one)" Date: Tue, 27 Aug 2024 13:50:30 -0400 Subject: [PATCH] Update Kubernetes Python client version to match CSM 1.6 Kubernetes version --- CHANGELOG.md | 3 +++ constraints.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043f51ea..1ec1bce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Dependencies +- CSM 1.6 moved to Kubernetes 1.24, so use client v24.x to ensure compatability + ## [2.3.1] - 2024-08-15 ### Changed diff --git a/constraints.txt b/constraints.txt index d72ec091..6264346d 100644 --- a/constraints.txt +++ b/constraints.txt @@ -5,8 +5,8 @@ charset-normalizer>=3.2.0,<3.3 google-auth>=2.22,<2.23 idna>=3.4,<3.5 jsonschema>=4.18.6,<4.19 -# CSM 1.6 uses Kubernetes 1.22, so use client v22.x to ensure compatability -kubernetes>=22.6,<22.7 +# CSM 1.6 moved to Kubernetes 1.24, so use client v24.x to ensure compatability +kubernetes>=24.2,<24.3 oauthlib>=3.2.2,<3.3 pip>=23.2.1,<23.3 pyasn1>=0.5.1,<0.6