github onepanelio/onepanel v0.16.0

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

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.16.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/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: include LF AI Landscape onepanel link (#729)
  • 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: added total results counts to list requests (#765)
  • feat: Support GPU resource limits in Workspaces and Workflows (#770)
  • 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: added workflow template link in workflow execution page (#217)
  • feat: simplify logic for listing resources (#218)
  • feat: Add support to scroll into view a linked Workflow task (#219)
  • feat: Add GKE NVIDIA driver overlay (#88)
  • feat: update argo manifests to 2.11.6 (#95)
  • feat: improve istio stability (#98)
  • feat: update argo manifests to 2.11.8 (#100)
  • feat: add a placeholder for default namespace (#102)
  • feat: Add resources.limits for better GPU support on GKE (#103)

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: github actions (#744)
  • fix: Add migration for changes in TFOD and CVAT template (#756)
  • fix: Move env vars to workspace creation (#757)
  • 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: github actions breaking (#215)
  • fix: added missing Omitted workflow phase (#216)
  • fix: issues where some intervals might not have been cleared. (#220)
  • fix: issue where node info corners were overflowing (#221)
  • fix: removed source argo component from manifest (#84)
  • fix: Using filepath, since it creates platform specific filepath separators. (#85)
  • fix: catch errors with defaultNamespace in params.yaml (#86)
  • fix: added missing vars for argo (#97)
  • fix: issue where workflow-controller-configmap was not in the onepanel namespace (#99)
  • fix: added missing original-authority case. (#104)
  • fix: revert argo update for stability (#106)

Docs

  • docs: Update comments (#96)
  • docs: Add note about reserved namespaces (#101)
  • docs: Update config docs and notes (#84)

Other

  • chore: Removing ensureWorkflowRunsOnDedicatedNode function. (#718)
  • chore: Adding migration for new CVAT image. (#728)
  • build: Bring Go to 1.15.5 in Dockerfile (#740)
  • chore: Add issue templates (#755)
  • style: Recognize new lines in param values (#214)
  • chore: Upgrade GKE nvidia driver installer (#105)
  • chore: Upgrade nvidia-device-plugin daemonset (#107)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.