Skip to content

Commit

Permalink
Update Kubernetes Python client version to match CSM 1.6 Kubernetes v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
mharding-hpe committed Aug 27, 2024
1 parent c657fc3 commit 2967822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2967822

Please sign in to comment.