github onepanelio/onepanel v1.0.1-rc.1

latest releases: v1.0.2, v1.0.2-rc.1, v1.0.1...
pre-release2 years ago

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.1-rc.1/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/v1.0.1-rc.1/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: make sure fqdn ends in domain (#108)
  • feat: upgrade gpu drivers (#129)

Fixes

  • fix: workflow volumes don't delete on failed workflow (#953)
  • fix: add model serving url to output for microk8s (#109)
  • fix: lock down minio gateway version (#128)
  • fix: storage typo (#155)

Docs

  • docs: update minio-tenant.yaml example (#151)
  • docs: update binary links to use latest (#152)
  • docs: create nodegroup command missing "" (#153)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.