Skip to content

v0.13.1-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vafilor Vafilor released this 09 Oct 17:26
· 639 commits to master since this release
0e1e48d

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https:/onepanelio/core/releases/download/v0.13.1-rc.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:/onepanelio/core/releases/download/v0.13.1-rc.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: Add cluster admin (#87)

Fixes

  • fix: Use correct group for workspaces resource (#647)
  • fix: Fix group for workflows resource (#185)

Contributors