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 c7e72bd Upgrade k8s (#297)
c7e72bd is described below
commit c7e72bd82064e488a87dce0775c118a156d2d8a7
Author: Kit Chan <[email protected]>
AuthorDate: Mon Aug 18 00:28:19 2025 -0700
Upgrade k8s (#297)
* 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 6ef93bd..adb2df6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: 'v1.36.0'
- kubernetes version: 'v1.32.7'
+ kubernetes version: 'v1.32.8'
driver: 'docker'
container runtime: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 20bf660..9e137f6 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.36.0 / Kubernetes 1.32.7
+- Tested on Minikube 1.36.0 / Kubernetes 1.32.8