Skip to content

bump: minikube version and add k8s version 1.32.0 #2640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
java: [ 17, 21 ]
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3' ]
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3', '1.32.0' ]
it-category: [ 'baseapi', 'dependent', 'workflow' ]
uses: ./.github/workflows/integration-tests.yml
with:
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
java: [ 17, 21 ]
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3' ]
kubernetes: [ 'v1.29.11','1.30.7', '1.31.3', '1.32.0' ]
it-category: [ 'baseapi' ]
httpclient: [ 'vertx', 'jdk', 'jetty' ]
uses: ./.github/workflows/integration-tests.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Setup Minikube-Kubernetes
uses: manusa/[email protected]
with:
minikube version: v1.33.0
kubernetes version: v1.31.3
minikube version: v1.34.0
kubernetes version: v1.32.0
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Minikube
uses: manusa/[email protected]
with:
minikube version: 'v1.33.0'
minikube version: 'v1.34.0'
kubernetes version: '${{ inputs.kube-version }}'
driver: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading