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

shukitchan 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 cc5eeee  Update Minikube and Kubernetes versions (#361)
cc5eeee is described below

commit cc5eeee2217199217c4b0127efe2a6111242f994
Author: Kit Chan <[email protected]>
AuthorDate: Sun May 3 09:40:51 2026 -0700

    Update Minikube and Kubernetes versions (#361)
    
    * Update Minikube and Kubernetes versions
    
    * Update tested Minikube and Kubernetes versions
---
 .github/workflows/build.yml | 4 ++--
 README.md                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index edabb27..6c4ca20 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,8 +30,8 @@ jobs:
       - name: Setup Minikube
         uses: manusa/[email protected]
         with:
-          minikube version: 'v1.37.0'
-          kubernetes version: 'v1.32.10'
+          minikube version: 'v1.38.1'
+          kubernetes version: 'v1.35.3'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index b48e22f..4f98bfc 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.37.0 / Kubernetes 1.32.10
+- Tested on Minikube 1.38.1 / Kubernetes 1.35.3
 

Reply via email to