From f4a4c3c76a7528cbdb8057e53d4515aea38331a0 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Tue, 18 Jan 2022 21:34:22 -0800 Subject: [PATCH] version: bump to kubernetes 1.23 Current latest release is 1.23.1. Let's update to this version for our integration testing. Fixes: #3477 Signed-off-by: Eric Ernst --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index aed5dc1a9b..ab364dab19 100644 --- a/versions.yaml +++ b/versions.yaml @@ -209,7 +209,7 @@ externals: uscan-url: >- https://github.com/kubernetes/kubernetes/tags .*/v?([\d\.]+)\.tar\.gz - version: "1.22.0-00" + version: "1.23.1-00" libseccomp: description: "High level interface to Linux seccomp filter"