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 c2eea74  Upgrade for minikube/k8s 1.33.1/1.30.1 (#233)
c2eea74 is described below

commit c2eea749d8b3605a3d2ce006c6bd93f1ebd69bf1
Author: Kit Chan <[email protected]>
AuthorDate: Tue May 28 09:37:34 2024 -0700

    Upgrade for minikube/k8s 1.33.1/1.30.1 (#233)
    
    * Update build.yml
    
    * Update README.md
---
 .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 e776014..a170a2c 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.33.0'
-          kubernetes version: 'v1.30.0'
+          minikube version: 'v1.33.1'
+          kubernetes version: 'v1.30.1'
           driver: 'docker'
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 3fe23cd..e002da9 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.0 / Kubernetes 1.30.0 
+- Tested on Minikube 1.33.1 / Kubernetes 1.30.1
 

Reply via email to