Skip to content

Commit

Permalink
Use correct version of Kubernetes Python module to match CSM Kubernet…
Browse files Browse the repository at this point in the history
…es version
  • Loading branch information
mharding-hpe committed Mar 15, 2024
1 parent 47c5626 commit 3590896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Dependencies
- Use appropriate version of `kubernetes` Python module to match CSM 1.6 Kubernetes version

## [2.16.0] - 2024-03-15
### Changed
Expand Down
3 changes: 2 additions & 1 deletion constraints.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ itsdangerous==2.1.2
Jinja2==3.0.3
jmespath==1.0.1
jsonschema==4.17.3
kubernetes==26.1.0
# CSM 1.6 uses Kubernetes 1.22, so use client v22.x to ensure compatability
kubernetes==22.6.0
liveness==0.0.0-liveness
MarkupSafe==2.1.3
oauthlib==3.2.2
Expand Down

0 comments on commit 3590896

Please sign in to comment.