Skip to content

Releases: onepanelio/onepanel

v0.12.0-rc.6

24 Aug 23:27
9e4eb59
Compare
Choose a tag to compare
v0.12.0-rc.6 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0-rc.6/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.12.0-rc.6/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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: increase workspace template heights and set default description (#154)
  • feat: conditionally display services in UI (#155)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: display correct hosts file path on windows 10 (#70)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: allow service account to list namespaces (#80)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)
  • feat: minikube installation instructions (#59)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: issue where default description for workspace templates was nginx (#156)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: Issue where duplicate entries appeared in params.yaml (#66)
  • fix: error check for modeldb and non s3 cloud storage (#67)
  • fix: issue with using gcs as a cloud storage provider (#68)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: Update notes about environment variables (#157)
  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)
  • docs: Quick start updates (#54)
  • docs: Workflow documentation updates (#56)

Contributors

v0.12.0-rc.4

21 Aug 16:34
abba7b5
Compare
Choose a tag to compare
v0.12.0-rc.4 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0-rc.4/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.12.0-rc.4/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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: increase workspace template heights and set default description (#154)
  • feat: conditionally display services in UI (#155)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: display correct hosts file path on windows 10 (#70)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: issue where default description for workspace templates was nginx (#156)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: Issue where duplicate entries appeared in params.yaml (#66)
  • fix: error check for modeldb and non s3 cloud storage (#67)
  • fix: issue with using gcs as a cloud storage provider (#68)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)
  • docs: Quick start updates (#54)
  • docs: Workflow documentation updates (#56)

Contributors

v0.12.0-rc.2

20 Aug 17:24
f797e93
Compare
Choose a tag to compare
v0.12.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/core/releases/download/v0.12.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.12.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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: increase workspace template heights and set default description (#154)
  • feat: conditionally display services in UI (#155)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: issue where default description for workspace templates was nginx (#156)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: Issue where duplicate entries appeared in params.yaml (#66)
  • fix: error check for modeldb and non s3 cloud storage (#67)
  • fix: issue with using gcs as a cloud storage provider (#68)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)
  • docs: Quick start updates (#54)
  • docs: Workflow documentation updates (#56)

Contributors

v0.12.0-rc.1

18 Aug 21:20
df1421c
Compare
Choose a tag to compare
v0.12.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/core/releases/download/v0.12.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/core/releases/download/v0.12.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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: increase workspace template heights and set default description (#154)
  • feat: conditionally display services in UI (#155)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: issue where default description for workspace templates was nginx (#156)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: Issue where duplicate entries appeared in params.yaml (#66)
  • fix: error check for modeldb and non s3 cloud storage (#67)
  • fix: issue with using gcs as a cloud storage provider (#68)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)

Contributors

v0.12.0-rc.0

14 Aug 21:39
5a66ef2
Compare
Choose a tag to compare
v0.12.0-rc.0 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0-rc.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.12.0-rc.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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)

Contributors

v0.12.0-rc.5

24 Aug 20:18
0ffa3ae
Compare
Choose a tag to compare
v0.12.0-rc.5 Pre-release
Pre-release

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.12.0-rc.5/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.12.0-rc.5/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: setup unit tests with database (#374)
  • feat: Add support for ResourceRequirements in node pools (#393)
  • feat: Add GCS support (#400)
  • feat: Add onepanel-auth-token header for container API authentication (#417)
  • feat: add components API (#421)
  • feat: Mount namespace config for system containers (#427)
  • feat: add workflow execution metadata fields (#437)
  • feat: add API support to filter workflow templates by a label (#439)
  • feat: Adding "parameters" to workflow template API response. (#443)
  • feat: Add link to workspace templates repository (#138)
  • feat: fields with a visibility of 'private' are no longer displayed (#147)
  • feat: Add description UI element for workspace templates (#150)
  • feat: Support HTML in hints (#151)
  • feat: confirm workspace delete and increase default textarea size (#152)
  • feat: add uid to ui for workspace and workflow templates (#153)
  • feat: increase workspace template heights and set default description (#154)
  • feat: conditionally display services in UI (#155)
  • feat: Add troubleshooting info (#57)
  • feat: support gcs artifact repository (#58)
  • feat: Support resource limits in nodePoolOptions (#59)
  • feat: Add cli support for components (#60)
  • feat: display correct hosts file path on windows 10 (#70)
  • feat: support gcs artifact repository (updates) (#73)
  • feat: added manifests for modeldb component (#75)
  • feat: upgrade argo to 2.9.4 (#78)
  • feat: Add configmap role rule for default svc account (#79)
  • feat: allow service account to list namespaces (#80)
  • feat: added documentation for modeldb's s3 bucket CORS (#50)

Fixes

  • fix: migration issue where workflow name clashed because of unix time… (#382)
  • fix: Update CVAT template to Comment out filesyncer to avoid crashing (#399)
  • fix: get workspaces now returns up-to-date node pool options (#410)
  • fix: goose binary errors (#412)
  • fix: Adding omitempty to prevent artifact keys from showing up if not set (#422)
  • fix: Use consistent naming convention for GCS artifactRepository secret key (#425)
  • fix: revert disable terminate buttons as it is not ready yet. (#136)
  • fix: missing edit labels button in workflow execution (#139)
  • fix: template status bars had failed and terminated swapped visually (#140)
  • fix: issue where invalid characters had a pink background color (#148)
  • fix: issue where default description for workspace templates was nginx (#156)
  • fix: no artifact repository emitted an empty key in params.yaml (#65)
  • fix: Issue where duplicate entries appeared in params.yaml (#66)
  • fix: error check for modeldb and non s3 cloud storage (#67)
  • fix: issue with using gcs as a cloud storage provider (#68)
  • fix: permissions for onepanel and workflow templates (#72)
  • fix: Add resource quotas support (#74)
  • fix: envoy filter checks ignore auth header, if present (#76)

Docs

  • docs: Update notes about environment variables (#157)
  • docs: updated cvat quick guide to use latest images (#39)
  • docs: update cvat_quick_guide.md (#44)
  • docs: added ModelDB documentation (#49)
  • docs: Quick start updates (#54)
  • docs: Workflow documentation updates (#56)

Contributors

v0.11.0

30 Jun 05:33
0ffa3ae
Compare
Choose a tag to compare

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.11.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.11.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.

Breaking changes

A new provider field was added to params.yaml under the application field. Please add this field in order to upgrade from a previous version to v0.11.0 as follows:

application:
...
  # The kubernetes cluster where Onepanel will be deployed.
  # Valid values: minikube, microk8s, aks, eks, gke
  provider: <your-provider>
...

Changelog

Features

  • feat: Adding Pytorch and Tensorflow to workflow templates, as runnable workflow executions. (#335)
  • feat: Centralize authorization to one endpoint (#346)
  • feat: Allow users to define their own VolumeClaimTemplates (#350)
  • feat: Runtime variables and system config change reload (#352)
  • feat: Authorize against Workspace CRD (#359)
  • feat: runtime params (#364)
  • feat: added endpoint to list node pools (#369)
  • feat: add auth checks for displaying workflow/space actions (#122)
  • feat: add auth checks for displaying workflow/space actions (#125)
  • feat: Update auth checks to check against new Workspace CRD (#129)
  • feat: local deployments with istio (#50)
  • feat: remove local field (#67)
  • feat: Exposing containerRuntimeExecutor for params.yaml. (#68)
  • feat: Add Workspace CRD (#69)

Fixes

  • fix: Shared memory in Workspaces (#351)
  • fix: migrations crash (#356)
  • fix: reference to parameters can now be defined as workspace.parameters (#357)
  • fix: login redirect (#120)
  • fix: remove overflow scroll, which is giving the scroll bars. (#121)
  • fix: use correct logo for info button (#123)
  • fix: issue where workflow template headers and content were not aligned (#126)
  • fix: Disable node pool update if no access (#127)
  • fix: issue where no workflow executions caused a crash. (#128)
  • fix: Show different messages and perform different actions depending on auth errors (#130)
  • fix: workspace issues (#131)
  • fix: missing error messages for workspace template create/edit (#132)
  • fix: added error message for workspace creation if error is not a 409 (#133)
  • fix: core.344 manifests.cache.issue (#52)
  • fix: core.375 app.status.ip.address (#55)

Docs

  • docs: added detailed troubleshooting section (#26)
  • docs: adjust images in quickstart.md (#28)
  • docs: add upgrading docs (#29)
  • docs: core.316 include.istio (#30)
  • docs: Update SEO (#31)
  • docs: add params docs (#32)
  • docs: Adding documentation for containerRuntimeExecutor parameter. (#33)
  • docs: Tips on secret management (#35)
  • docs: Add doc for shared storage, base model, and inference (#36)
  • docs: Add section on optional artifacts (#37)

Other

  • chore: update release command (#339)
  • refactor: clean up client code (#343)
  • refactor: removed fqdn from header for workspaces (#66)

Contributors

v0.10.0

05 Jun 20:11
b68de30
Compare
Choose a tag to compare

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

v0.9.0

25 May 20:42
3ee8497
Compare
Choose a tag to compare

Documentation

See Documentation

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.9.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.9.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

v0.5.0

20 Mar 18:41
63b8446
Compare
Choose a tag to compare

Documentation

See Documentation

CLI Installation

macOS

Download the binary
curl -sLO https://github.com/onepanelio/cli/releases/download/v0.5.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

Linux

Download the binary
curl -sLO https://github.com/onepanelio/cli/releases/download/v0.5.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