This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new e0dedbc  Upgrade minikube (#318)
e0dedbc is described below

commit e0dedbce9394407656af8558021f6bf43f8f356b
Author: Kit Chan <[email protected]>
AuthorDate: Fri Nov 21 00:11:40 2025 -0800

    Upgrade minikube (#318)
    
    * Update Minikube version to v1.37.0
    
    * Update Minikube version in README
---
 .github/workflows/build.yml | 2 +-
 README.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 87e6551..2a92187 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
       - name: Setup Minikube
         uses: manusa/[email protected]
         with:
-          minikube version: 'v1.36.0'
+          minikube version: 'v1.37.0'
           kubernetes version: 'v1.32.8'
           driver: 'docker'
           container runtime: 'docker'
diff --git a/README.md b/README.md
index 0e962a6..885258c 100644
--- a/README.md
+++ b/README.md
@@ -40,5 +40,5 @@ 
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
 - Other Packages
   - luasocket 3.0.0
   - redis-lua 2.0.4
-- Tested on Minikube 1.36.0 / Kubernetes 1.32.8
+- Tested on Minikube 1.37.0 / Kubernetes 1.32.8
 

Reply via email to