From acc2c141d2dd8578b2f2b87e8cf65ac691cfbe00 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 14 Oct 2024 18:09:55 +0800 Subject: [PATCH] chore: bump k8s version to 1.31.2 Signed-off-by: peefy --- k8s/1.31/kcl.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/1.31/kcl.mod b/k8s/1.31/kcl.mod index a23e8278..4ec4a5fc 100644 --- a/k8s/1.31/kcl.mod +++ b/k8s/1.31/kcl.mod @@ -1,6 +1,6 @@ [package] name = "k8s" edition = "*" -version = "1.31.1" +version = "1.31.2" description = "`k8s` is a KCL module contains all the built-in Kubernetes resource models (the CRDs are not included here)."