Skip to content

v3.2.0

Compare
Choose a tag to compare
@rancherio-gh-m rancherio-gh-m released this 04 Nov 18:50
· 832 commits to main since this release
14edd4f

v3.2.0

Features

  • add docker's --gpus flag to enable GPU usage (#395)
  • ported: use either docker-machine ip or host.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)