github onepanelio/onepanel v0.15.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.15.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.15.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 to list labels for resources (#684)
  • feat: update latest migrations to use file format (#689)
  • feat: support for login endpoint (#693)
  • feat: Adding migration to reduce the number of volumes in CVAT workspace template (#700)
  • feat: label filter for resources (#196)
  • feat: added error page and centralized permissions logic into a service. (#197)
  • feat: fix display issues with listing pages (#200)
  • feat: update api to use new auth (#201)
  • feat: added comment used in init to be output to params.yaml (#82)

Fixes

  • fix: removed is_system flag (#697)
  • fix: concurrency issues with token (#698)
  • fix: Set TENSORBOARD_PROXY_URL so TensorBoard can easily be used in JupyterLab (#699)
  • fix: issue where terminated workspace labels were being selected (#702)
  • fix: rename LogIn request to GetAccessToken (#705)
  • fix: issue where new migration ran before all others, causing issues (#709)
  • fix: Only inject one sys-send-status task (#711)
  • fix: add backwards compatibility for auth token requests (#715)
  • fix: issue with saving workspace template description (#198)
  • fix: no domain for local development (#199)
  • fix: wrong namespace for permissions request (#202)
  • fix: Add space between executions number and label (#203)
  • fix: Update EnvoyFilter to exclude calling API from API istio-proxy (#94)

Other

  • chore: Update CLI messages (#83)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.