v1.0.1-rc.1
Pre-release
Pre-release
Documentation
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
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
- Vafilor Vafilor
- inohmonton99 inohmonton99