Skip to content

v0.21.0

Choose a tag to compare

@Vafilor Vafilor released this 15 Apr 18:10
· 77 commits to master since this release
9f05ab1

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.0/opctl-linux-amd64

# Make binary executable
chmod +x opctl-linux-amd64

# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl

# Test installation
opctl version

macOS

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.0/opctl-macos-amd64

# Make binary executable
chmod +x opctl-macos-amd64

# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl

# Test installation
opctl version

Windows

Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.

Changelog

Features

  • feat: added deep learning desktop workspace (#913)
  • feat: added step to label your nodes in microk8s (#108)

Fixes

  • fix: added handling for failed state (#286)
  • fix: issue where labeling nodes was being shown for all providers (#109)

Contributors