Changes in k3d
- New flag
k3d create --agent-arg <arg>
(thanks to @misakwa, #96 )- let's you pass additional flags through to the k3s agent
- Update build to latest Go version
- typo fix (thanks to @daxmc99 , #109)
- improved logging with proper log levels (thanks to @nlamirault , #112)
Changes in general toolchain
- allow passing
TAG
to the install script to install a specific releases (thanks to @splattael , #105 )