CLI
- new global flag
--timestamp
to show timestamps in logs
Internal
get-kubeconfig
: only continue on error, if--all
is set (thanks to @ibuildthecloud, #128)- do not run k3s as PID 1; use init (thanks to @ibuildthecloud, #129)
- Exit Code 1 if no clusters were found in
get-kubeconfig
,ls
anddelete
Docs
- example for running k3d on unsupported filesystems (thanks to @zer0def, #124)
- clarify in example section, that k3s uses traefik by default
- add brew install instructions (thanks to @docwhat, #127)
Development / Build Process
- only build with go 1.13 in Travis
- update to golangci-lint v1.20