github onepanelio/onepanel v0.18.0-rc.2

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

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.18.0-rc.2/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.18.0-rc.2/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: replace parameter namespace values with runtime value (#829)
  • feat: change "dev" tag to be "latest" for images (#832)
  • feat: update workflow templates to have dynamic node pool label (#845)
  • feat: add {{workspace.uid}} to parameters as a replaceable value (#849)
  • feat: Add GetWorkspaceContainerLogs (#851)
  • feat: Allow default for nodepool option (#855)
  • feat: Update all templates for dynamic node labels and new file syncing (#860)
  • feat: Workspace FileSyncer updates (#865)
  • feat: Add bucket to config response (#869)
  • feat: rename dev to "latest" when pushing up master (#241)
  • feat: add permissions checks to secrets UI (#243)
  • feat: Update starter templates (#244)
  • feat: Better hyperparameter turning starter template (#245)
  • feat: FileSyncer UI (#247)
  • feat: added path copying to workflow artifact output viewer (#248)
  • feat: Add bucket prefix to file sync (#252)
  • feat: use start time from api (#254)
  • feat: dockerized command to build CLI and fixed issue windows build (#92)
  • feat: rename dev to latest (#93)
  • feat: update gcs to use minio (#95)
  • feat: added gcs minio deployment (#113)
  • feat: allow pre-flight requests to containers (#114)

Fixes

  • fix: wrong file for migration rollback (#843)
  • fix: workspace uid was name and not uid and namespace was not replaced (#850)
  • fix: issue where workflow template version did not ignore archived template (#853)
  • fix: Fix Workflow Template comment (#866)
  • fix: move db migrations outside of configmap changes (#872)
  • fix: db not reconnecting (#873)
  • fix: issue where workflow template cloning wasn't working (#242)
  • fix: Fix CVAT training template (#246)
  • fix: remove leading slash in ui (#251)
  • fix: incorrect usage of timestamp from file sync (#256)
  • fix: rename build command --dev flag to --latest (#94)
  • fix: added gcs to list of acceptable artifact repository provider types (#96)

Other

  • chore: Use v0.18.0 for FileSyncer (#867)
  • chore: Update hyperparameter tuning template (#871)
  • chore: removed unused code with file copy (#249)
  • chore: Remove leading slash (#250)
  • chore: rename start -> timestamp based on API update (#255)
  • chore: Update hyperparameter tuning template (#257)
  • chore: Do not inject istio-proxy into MinIO gateway (#115)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.