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 ffc923a Upgrade Minikube (#296)
ffc923a is described below
commit ffc923a98fe3707ec3653d78d56bcc478c3845a6
Author: Kit Chan <[email protected]>
AuthorDate: Mon Aug 11 06:06:13 2025 -0700
Upgrade Minikube (#296)
---
.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 3f67a26..6ef93bd 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.35.0'
+ minikube version: 'v1.36.0'
kubernetes version: 'v1.32.7'
driver: 'docker'
container runtime: 'docker'
diff --git a/README.md b/README.md
index 8dada9d..20bf660 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.7
+- Tested on Minikube 1.36.0 / Kubernetes 1.32.7