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 dd2e411  Upgrade Kubernetes in build job (#295)
dd2e411 is described below

commit dd2e4116f48256f4e0d65b36eabc4a1c90270ce8
Author: Kit Chan <[email protected]>
AuthorDate: Mon Aug 4 06:55:56 2025 -0700

    Upgrade Kubernetes in build job (#295)
    
    * 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 0b222ac..3f67a26 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
         uses: manusa/[email protected]
         with:
           minikube version: 'v1.35.0'
-          kubernetes version: 'v1.32.5'
+          kubernetes version: 'v1.32.7'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index bdf18e0..8dada9d 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.35.0 / Kubernetes 1.32.5
+- Tested on Minikube 1.35.0 / Kubernetes 1.32.7
 

Reply via email to