Skip to content

Commit

Permalink
feat: support for minikube v1.35.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa authored Jan 16, 2025
1 parent 6b02f03 commit 5b10116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Minikube
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: v1.32.0
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: v1.32.0
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=registry --addons=metrics-server'
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: v1.32.0
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=ingress'
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
container runtime: ${{ matrix.container_runtime }}
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.34.0
minikube version: v1.35.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Minikube
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.13.0
with:
minikube version: 'v1.34.0'
minikube version: 'v1.35.0'
kubernetes version: 'v1.32.0'
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Interact with the cluster
Expand Down

0 comments on commit 5b10116

Please sign in to comment.