mirror of https://github.com/k3s-io/k3s
Bump k3s-root version to v0.12.1
Adds support for loading compressed kernel modules Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/6699/head v1.23.15+k3s1
parent
e41a76520c
commit
50cab3b326
|
@ -51,7 +51,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
|
||||
|
|
Loading…
Reference in New Issue