Skip to content

Commit

Permalink
CRAYSAT-1849: Update Python k8s version to the latest one supported i…
Browse files Browse the repository at this point in the history
…n CSM 1.6 (#270) (#271)

* CRAYSAT-1849: Update2 Python k8s version to the latest one supported in CSM 1.6

IM: CRAYSAT-1849
Reviewer: Ryan

Co-authored-by: ANNAPOORNA S <[email protected]>
  • Loading branch information
shivaprasad-metimath and annapoorna-s-alt authored Oct 9, 2024
1 parent f8a6292 commit 41a715e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ 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).

## [3.32.5] - 2024-10-03

### Added
- Update the Python kubernetes version to the latest one supported in CSM 1.6

## [3.32.4] - 2024-09-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2020-2023 Hewlett Packard Enterprise Development LP
# (C) Copyright 2020-2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Jinja2==3.1.4
jmespath==0.10.0
json-schema-for-humans==0.40
jsonschema==4.4.0
kubernetes==22.6.0
kubernetes==24.2.0
markdown2==2.4.2
MarkupSafe==2.1.0
marshmallow==3.14.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Jinja2==3.1.4
jmespath==0.10.0
json-schema-for-humans==0.40
jsonschema==4.4.0
kubernetes==22.6.0
kubernetes==24.2.0
markdown2==2.4.2
MarkupSafe==2.1.0
marshmallow==3.14.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inflect >= 0.2.5, < 3.0
Jinja2 >= 3.0, < 4.0
json-schema-for-humans
jsonschema >= 4.0, < 5.0
kubernetes >= 22.0, < 23.0
kubernetes >= 24.0, < 25.0
paramiko >= 2.11.0
parsec == 3.5.0
prettytable >= 0.7.2, < 1.0
Expand Down

0 comments on commit 41a715e

Please sign in to comment.