Skip to content

Commit

Permalink
Merge pull request #167 from kiwigrid/dependabot/pip/src/kubernetes-2…
Browse files Browse the repository at this point in the history
…3.3.0

Bump kubernetes from 22.6.0 to 23.3.0 in /src
#patch
  • Loading branch information
jekkel authored Mar 2, 2022
2 parents 231d155 + b3eecae commit fa4dad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- build
strategy:
matrix:
k8s: [ v1.14.10, v1.15.12, v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2 ]
k8s: [ v1.14.10, v1.15.12, v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7, v1.21.2, v1.22.5, v1.23.3 ]
name: "Test on k8s ${{ matrix.k8s }}"
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kubernetes==22.6.0
kubernetes==23.3.0
requests==2.27.1

0 comments on commit fa4dad0

Please sign in to comment.