Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.16.0-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://github.com/onepanelio/core/releases/download/v0.16.0-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 support for visualization sidecars (#691)
- feat: upgrade argo to v2.11.6 (#704)
- feat: update argo to 2.11.6 (#713)
- feat: Terminate Workflow action will still execute exitHandler tasks (#719)
- feat: remove is valid token endpoint (#722)
- feat: Update CVAT env vars + add TensorBoard (#730)
- feat: add metrics database support to workflow executions (#736)
- feat: add metrics API to core (#738)
- feat: Sidecars UI (#206)
- feat: add metrics ui (#208)
- feat: Hide columns so that metrics is display before templates (#212)
- feat: update workflow metrics when workflow completes (#213)
- feat: update argo manifests to 2.11.6 (#95)
- feat: improve istio stability (#98)
Fixes
- fix: puts back IsValidToken endpoint for backwards compatibility (#731)
- fix: issue where workspace label selection wasn't working. (#733)
- fix: issue where previous metrics migration was using incorrect format (#739)
- fix: view overflow on workflows/workspaces lists (#207)
- fix: compilation issue with mat options (#209)
- fix: metrics UI display issues (#210)
- fix: regression where workflow info node was embedded instead of separate (#211)
- fix: removed source argo component from manifest (#84)
- fix: added missing vars for argo (#97)
Docs
- docs: Update comments (#96)
Other
- chore: Removing ensureWorkflowRunsOnDedicatedNode function. (#718)
- chore: Adding migration for new CVAT image. (#728)
- style: Recognize new lines in param values (#214)
Contributors
- Vafilor Vafilor
- rushtehrani rushtehrani
- aleksandrmelnikov aleksandrmelnikov