Skip to content

Commit

Permalink
Update Kubernetes versions (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: jacobtomlinson <[email protected]>
  • Loading branch information
kr8s-bot and jacobtomlinson authored Jan 23, 2025
1 parent 0b64afa commit fbf21e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kr8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.31.4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
# Test the minimal and maximal Python versions only
python-version: ["3.9", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kubectl-ng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
kubernetes-version: ["1.32.0"]
kubernetes-version: ["1.32.1"]
include:
- python-version: '3.10'
kubernetes-version: 1.31.4
Expand Down

0 comments on commit fbf21e8

Please sign in to comment.