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 8958f2d  Upgrade k8s support to 1.30.2 (#237)
8958f2d is described below

commit 8958f2d9eb8f2af2c59367c94fcb21472144a3ef
Author: Kit Chan <[email protected]>
AuthorDate: Mon Jul 1 15:25:59 2024 -0700

    Upgrade k8s support to 1.30.2 (#237)
    
    * 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 a170a2c..2b0ce6a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
         uses: manusa/[email protected]
         with:
           minikube version: 'v1.33.1'
-          kubernetes version: 'v1.30.1'
+          kubernetes version: 'v1.30.2'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 91367e7..d060ba7 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.1
+- Tested on Minikube 1.33.1 / Kubernetes 1.30.2
 

Reply via email to