Skip to content

Commit

Permalink
Merge pull request #105 from Cray-HPE/CASMCMS-8914
Browse files Browse the repository at this point in the history
CASMCMS-8914: Use appropriate version of Python k8s client for CSM 1.6
  • Loading branch information
mharding-hpe authored Feb 22, 2024
2 parents 0e141c6 + a957837 commit c31dd1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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
- Bump `kubernetes` from 11.0.0 to 22.6.0 to match CSM 1.6 Kubernetes version

## [1.18.0] - 01/12/2024
### Fixed
- Changed API behavior to match spec
Expand Down
3 changes: 2 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ itsdangerous==0.24
Jinja2==2.10.3
jsonschema==3.0.0
kafka-python==2.0.2
kubernetes==11.0.0
# CSM 1.6 uses Kubernetes 1.22, so use client v22.x to ensure compatability
kubernetes==22.6.0
lazy-object-proxy==1.3.1
MarkupSafe==1.1.1
mccabe==0.6.1
Expand Down

0 comments on commit c31dd1e

Please sign in to comment.