github onepanelio/onepanel v0.10.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.10.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.10.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: workflow template created at is selected when listing workflow executions (#310)
  • feat: Workflow Template now gets a modifiedAt date, and total versi… (#306)
  • feat: hard-coded artifacts key format with the new config. (#290)
  • feat: add cvat migration template (#286)
  • feat: Updated workspace list to include created at and started/pau… (#118)
  • feat: loading indicator when updating an edited workflow template (#116)
  • feat: Add confirmation when leaving workflow template create/edit after modified (#114)
  • feat: allow expanding text editor (#113)
  • feat: added workflow template versions to workflow executions list. (#111)
  • feat: confirmation dialog when user leaves page and has made changes to workspace template (#110)
  • feat: add version and modifiedAt to Workflow Template info box (#108)
  • feat: remove cloud settings (#44)
  • feat: handle EKS Elastic Load Balancer not having an IP, but a hostname (#43)
  • feat: upgrade Argo to v2.8.1 (#62)
  • feat: add permissions to support migrations (#61)
  • feat: removed application.cloud vars (#60)
  • feat: added artifactRepository.s3.keyFormat to a customizable varia… (#59)

Fixes

  • fix: Slack notify YAML indentation (#326)
  • fix: sys param priority (#309)
  • fix: keep label listing order the same (#305)
  • fix: issue where workflow template count included system workflow tem… (#303)
  • fix: workspace update waits for correct success condition (#298)
  • fix: issue where workspace labels did not take into account archived … (#295)
  • fix: confirmation dialog when trying to edit or save a workflow template (#115)
  • fix: make version display consistent (#112)
  • fix: issue where a pausing workspace showed incorrect paused time. (#109)
  • fix: make workflow template and workspace list labels display correctly (#107)
  • fix: issue where changing workspace status (pause/resume/terminate) w… (#106)
  • fix: always treat workflow parameter values as strings (#105)
  • fix: workspace list fixes (#104)
  • fix: issue where an error from server gave no visual indication (if i… (#103)
  • fix: issue where workspace template alert caused a console error. (#102)
  • fix: issue where workspace upgrading spinner color was blue and not g… (#101)
  • fix: issue where workspace create editor did not stop loading indicat… (#100)
  • fix: display correct status command (#47)
  • fix: standardize version and tags (#45)

Docs

  • docs: Added information for how to get the list of supported k8s versions in Azure (#22)
  • docs: contributing PR info (#21)
  • docs: add PR info to contributing doc (#20)
  • docs: add doc for superuser (#18)

Other

  • chore: update gen-release-md command and README (#328)
  • chore: generate release MD script (#312)
  • chore: develop -> dev for images. (#46)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.