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 030bddf Bump Kubernetes version to v1.32.10 (#319)
030bddf is described below
commit 030bddfdeeab9821d36ba1f936a441fb6ab98239
Author: Kit Chan <[email protected]>
AuthorDate: Sat Nov 22 06:48:52 2025 -0800
Bump Kubernetes version to v1.32.10 (#319)
* Bump Kubernetes version to v1.32.10
Updated Kubernetes version in Minikube setup.
* Update Kubernetes version in README
---
.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 2a92187..bb09f5b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
uses: manusa/[email protected]
with:
minikube version: 'v1.37.0'
- kubernetes version: 'v1.32.8'
+ kubernetes version: 'v1.32.10'
driver: 'docker'
container runtime: 'docker'
github token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 885258c..3986b0a 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.37.0 / Kubernetes 1.32.8
+- Tested on Minikube 1.37.0 / Kubernetes 1.32.10