From fae8817655a8ad1250d40e5b4f9a938cbb9c960a Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 13 Dec 2022 23:00:09 +0000 Subject: [PATCH] Bump k3s-root version to v0.12.1 Adds support for loading compressed kernel modules Signed-off-by: Brad Davidson --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 4021e4545f..1ccc29e7f1 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -54,7 +54,7 @@ if [ -z "$VERSION_KUBE_ROUTER" ]; then VERSION_KUBE_ROUTER="v0.0.0" fi -VERSION_ROOT="v0.12.0" +VERSION_ROOT="v0.12.1" if [[ -n "$GIT_TAG" ]]; then if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then