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 d4f128e  Upgrade minikube (#256)
d4f128e is described below

commit d4f128e3c60b4fa6d6bdddd1d1bdc17ef2f9b1b0
Author: Kit Chan <[email protected]>
AuthorDate: Sat Nov 2 17:18:03 2024 -1000

    Upgrade minikube (#256)
    
    * Update build.yml
    
    * Update README.md
---
 .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 ce4565e..10b842f 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.33.1'
+          minikube version: 'v1.34.0'
           kubernetes version: 'v1.30.6'
           driver: 'docker'
           container runtime: 'docker'
diff --git a/README.md b/README.md
index 829b7ce..2305074 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.33.1 / Kubernetes 1.30.6
+- Tested on Minikube 1.34.0 / Kubernetes 1.30.6
 

Reply via email to