v3.2.0
Features
- add docker's
--gpus
flag to enable GPU usage (#395)- plus proper docs on how to make use of it (#392, @markrexwinkel)
- ported: use either
docker-machine ip
orhost.docker.internal
to get the docker VM IP (#399)- used to expose the Kubernetes API on win/mac, if no IP was set explicitly
Bugfixes
- fix: nilpointer exception when exec process in node failed
- fix: do not return 0 (success) when a part of the image import process failed
Infra/Docs/Misc
- CI/CD: add Travis Pipeline to release to AUR (Arch Linux User Repository, #391, @JohnnyCrazy)
- allow setting custom helper image version at build time
- docs: use latest API version for Ingress (#395, @dhoppe)
- docs: add hint on asdf install option in readme (#389, @poikilotherm)
- asdf plugin maintained by @spencergilbert