Skip to content

Commit

Permalink
Bump k3s-root version to v0.12.1
Browse files Browse the repository at this point in the history
Adds support for loading compressed kernel modules

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Dec 14, 2022
1 parent e41a765 commit 50cab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50cab3b

Please sign in to comment.