Skip to content

Commit

Permalink
Bump k3s-root to v0.14.0
Browse files Browse the repository at this point in the history
Also remove the wg-add script that has been unused since v1.26 dropped the legacy wireguard backend

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jul 9, 2024
1 parent 4204248 commit 047664b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
3 changes: 1 addition & 2 deletions scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ case ${OS} in
linux)
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/k3s-io/runc ${RUNC_DIR}
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${VERSION_ROOT}/k3s-root-${ARCH}.tar | tar xf -
cp scripts/wg-add.sh bin/aux
;;
windows)
git clone --single-branch --branch=${VERSION_HCSSHIM} --depth=1 https://github.com/microsoft/hcsshim ${HCSSHIM_DIR}
;;
*)
echo "[ERROR] unrecognized opertaing system: ${OS}"
echo "[ERROR] unrecognized operating system: ${OS}"
exit 1
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ -z "$VERSION_KUBE_ROUTER" ]; then
VERSION_KUBE_ROUTER="v0.0.0"
fi

VERSION_ROOT="v0.13.0"
VERSION_ROOT="v0.14.0"

DEPENDENCIES_URL="https://raw.githubusercontent.com/kubernetes/kubernetes/${VERSION_K8S}/build/dependencies.yaml"
VERSION_GOLANG="go"$(curl -sL "${DEPENDENCIES_URL}" | yq e '.dependencies[] | select(.name == "golang: upstream version").version' -)
Expand Down
34 changes: 0 additions & 34 deletions scripts/wg-add.sh

This file was deleted.

0 comments on commit 047664b

Please sign in to comment.