Skip to content

Releases: onepanelio/onepanel

v1.0.2

29 Oct 18:54
c984ff3
Compare
Choose a tag to compare

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.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/onepanel/releases/download/v1.0.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: updated go migration data to have metadata (#957)
  • feat: cache artifactRepositoryType (#958)
  • feat: create namespace implementation (#959)
  • feat: cvat 1.6.0 workspace migration (#960)
  • feat: update api to 1.0.2, fix multi-namespace issues with login (#307)
  • feat: search more than just the onepanel namespace (#111)

Fixes

  • fix: pin down postgres version to 13.4 (#131)

Other

  • clean: remove unused modeldb manifests (#132)

Contributors

v1.0.2-rc.1

28 Oct 23:21
c984ff3
Compare
Choose a tag to compare
v1.0.2-rc.1 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.2-rc.1/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/onepanel/releases/download/v1.0.2-rc.1/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: updated go migration data to have metadata (#957)
  • feat: cache artifactRepositoryType (#958)
  • feat: create namespace implementation (#959)
  • feat: cvat 1.6.0 workspace migration (#960)
  • feat: update api to 1.0.2, fix multi-namespace issues with login (#307)
  • feat: search more than just the onepanel namespace (#111)

Fixes

  • fix: pin down postgres version to 13.4 (#131)

Other

  • clean: remove unused modeldb manifests (#132)

Contributors

v1.0.1

07 Oct 19:51
700b3bd
Compare
Choose a tag to compare

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.1/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/onepanel/releases/download/v1.0.1/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 onepanel serving url to workspaces (#955)
  • feat: make sure fqdn ends in domain (#108)
  • feat: show current context when deleting deployments (#110)
  • feat: upgrade gpu drivers (#129)
  • feat: update kfserving image (#130)

Fixes

  • fix: workflow volumes don't delete on failed workflow (#953)
  • fix: add model serving url to output for microk8s (#109)
  • fix: lock down minio gateway version (#128)
  • fix: storage typo (#155)

Docs

  • docs: update minio-tenant.yaml example (#151)
  • docs: update binary links to use latest (#152)
  • docs: create nodegroup command missing "" (#153)

Contributors

v1.0.1-rc.1

10 Sep 22:46
c922b70
Compare
Choose a tag to compare
v1.0.1-rc.1 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.1-rc.1/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/onepanel/releases/download/v1.0.1-rc.1/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: make sure fqdn ends in domain (#108)
  • feat: upgrade gpu drivers (#129)

Fixes

  • fix: workflow volumes don't delete on failed workflow (#953)
  • fix: add model serving url to output for microk8s (#109)
  • fix: lock down minio gateway version (#128)
  • fix: storage typo (#155)

Docs

  • docs: update minio-tenant.yaml example (#151)
  • docs: update binary links to use latest (#152)
  • docs: create nodegroup command missing "" (#153)

Contributors

v1.0.0

18 Aug 16:24
5705bfa
Compare
Choose a tag to compare

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.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/onepanel/releases/download/v1.0.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: auth updates (#921)
  • feat: check if kfserving is set up (#925)
  • feat: added pagination to listing files (#930)
  • feat: added migrations to update filesyncer to version 1.0.0 (#933)
  • feat: separate files api and support presigned urls (#938)
  • feat: add optional logic to capture the entire node (#940)
  • feat: Inference Service API (#943)
  • feat: add model support (#294)
  • feat: link to model details page (#296)
  • feat: added support for pagination in file browser (#297)
  • feat: add support for pre-signed urls in core-ui (#301)
  • feat: add checkbox to allow using full node resources or not for workspaces (#302)
  • feat: detect microk8s provider in apply/app status (#99)
  • feat: additional validation of parameters to prevent placeholders (#100)
  • feat: optional database configuration (#101)
  • feat: enable kfserving and code clean up (#102)
  • feat: add support to expose minio (#104)
  • feat: support kfserving without https (#106)
  • feat: upgrade istio to v1.9.1 (#120)
  • feat: add kfserving (#124)
  • feat: updated manifests to support exposing minio (#125)
  • feat: local kfserving (#126)
  • feat: onepanel-access-token header (#127)
  • feat: clean up remote microk8s (#140)

Fixes

  • fix: use in-cluster url for ONEPANEL_API_URL (#922)
  • fix: s3 not listing files in file browser (#934)
  • fix: issue where wrong namespace was parsed in certain cases (#936)
  • fix: alert with no error message for workflow templates (#295)
  • fix: issue where navigation past root was possible for workflows (#299)
  • fix: model tab not always loading (#300)
  • fix: issue where some clusters took a while to get an external ip (#103)
  • fix: kfserving requires cert-manager (#105)

Docs

  • docs: added stable version for eksctl (#139)

Other

  • chore: rename model serving flag (#107)
  • chore: removed hide option as that is now handled by cli (#122)

Contributors

v1.0.0-rc.3

12 Aug 22:51
5705bfa
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.0-rc.3/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/onepanel/releases/download/v1.0.0-rc.3/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: auth updates (#921)
  • feat: check if kfserving is set up (#925)
  • feat: added pagination to listing files (#930)
  • feat: added migrations to update filesyncer to version 1.0.0 (#933)
  • feat: separate files api and support presigned urls (#938)
  • feat: add optional logic to capture the entire node (#940)
  • feat: Inference Service API (#943)
  • feat: add model support (#294)
  • feat: link to model details page (#296)
  • feat: added support for pagination in file browser (#297)
  • feat: add support for pre-signed urls in core-ui (#301)
  • feat: add checkbox to allow using full node resources or not for workspaces (#302)
  • feat: detect microk8s provider in apply/app status (#99)
  • feat: additional validation of parameters to prevent placeholders (#100)
  • feat: optional database configuration (#101)
  • feat: enable kfserving and code clean up (#102)
  • feat: add support to expose minio (#104)
  • feat: support kfserving without https (#106)
  • feat: upgrade istio to v1.9.1 (#120)
  • feat: add kfserving (#124)
  • feat: updated manifests to support exposing minio (#125)
  • feat: local kfserving (#126)
  • feat: onepanel-access-token header (#127)
  • feat: clean up remote microk8s (#140)

Fixes

  • fix: use in-cluster url for ONEPANEL_API_URL (#922)
  • fix: s3 not listing files in file browser (#934)
  • fix: issue where wrong namespace was parsed in certain cases (#936)
  • fix: alert with no error message for workflow templates (#295)
  • fix: issue where navigation past root was possible for workflows (#299)
  • fix: model tab not always loading (#300)
  • fix: issue where some clusters took a while to get an external ip (#103)
  • fix: kfserving requires cert-manager (#105)

Docs

  • docs: added stable version for eksctl (#139)

Other

  • chore: rename model serving flag (#107)
  • chore: removed hide option as that is now handled by cli (#122)

Contributors

v1.0.0-rc.2

03 Aug 16:02
147c937
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.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/onepanel/releases/download/v1.0.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: auth updates (#921)
  • feat: check if kfserving is set up (#925)
  • feat: added pagination to listing files (#930)
  • feat: added migrations to update filesyncer to version 1.0.0 (#933)
  • feat: separate files api and support presigned urls (#938)
  • feat: add optional logic to capture the entire node (#940)
  • feat: add model support (#294)
  • feat: link to model details page (#296)
  • feat: added support for pagination in file browser (#297)
  • feat: add support for pre-signed urls in core-ui (#301)
  • feat: add checkbox to allow using full node resources or not for workspaces (#302)
  • feat: detect microk8s provider in apply/app status (#99)
  • feat: additional validation of parameters to prevent placeholders (#100)
  • feat: optional database configuration (#101)
  • feat: enable kfserving and code clean up (#102)
  • feat: add support to expose minio (#104)
  • feat: support kfserving without https (#106)
  • feat: upgrade istio to v1.9.1 (#120)
  • feat: add kfserving (#124)
  • feat: updated manifests to support exposing minio (#125)
  • feat: local kfserving (#126)
  • feat: clean up remote microk8s (#140)

Fixes

  • fix: use in-cluster url for ONEPANEL_API_URL (#922)
  • fix: s3 not listing files in file browser (#934)
  • fix: issue where wrong namespace was parsed in certain cases (#936)
  • fix: alert with no error message for workflow templates (#295)
  • fix: issue where navigation past root was possible for workflows (#299)
  • fix: model tab not always loading (#300)
  • fix: issue where some clusters took a while to get an external ip (#103)
  • fix: kfserving requires cert-manager (#105)

Docs

  • docs: added stable version for eksctl (#139)

Other

  • chore: removed hide option as that is now handled by cli (#122)

Contributors

v1.0.0-rc.1

20 Jul 20:37
023fb50
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.0-rc.1/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/onepanel/releases/download/v1.0.0-rc.1/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: auth updates (#921)
  • feat: check if kfserving is set up (#925)
  • feat: added pagination to listing files (#930)
  • feat: added migrations to update filesyncer to version 1.0.0 (#933)
  • feat: add model support (#294)
  • feat: link to model details page (#296)
  • feat: added support for pagination in file browser (#297)
  • feat: detect microk8s provider in apply/app status (#99)
  • feat: additional validation of parameters to prevent placeholders (#100)
  • feat: optional database configuration (#101)
  • feat: enable kfserving and code clean up (#102)
  • feat: upgrade istio to v1.9.1 (#120)
  • feat: add kfserving (#124)

Fixes

  • fix: use in-cluster url for ONEPANEL_API_URL (#922)
  • fix: s3 not listing files in file browser (#934)
  • fix: alert with no error message for workflow templates (#295)

Docs

  • docs: added stable version for eksctl (#139)

Other

  • chore: removed hide option as that is now handled by cli (#122)

Contributors

v0.21.0

15 Apr 18:10
9f05ab1
Compare
Choose a tag to compare

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.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/onepanel/releases/download/v0.21.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: added deep learning desktop workspace (#913)
  • feat: added step to label your nodes in microk8s (#108)

Fixes

  • fix: added handling for failed state (#286)
  • fix: issue where labeling nodes was being shown for all providers (#109)

Contributors

v0.21.0-rc.1

14 Apr 18:23
9f05ab1
Compare
Choose a tag to compare
v0.21.0-rc.1 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.21.0-rc.1/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/onepanel/releases/download/v0.21.0-rc.1/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: added deep learning desktop workspace (#913)

Fixes

  • fix: added handling for failed state (#286)

Contributors