Skip to content

v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vafilor Vafilor released this 20 Jul 20:37
· 48 commits to master since this release
023fb50

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