github onepanelio/onepanel v0.14.0-rc.0

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.14.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.14.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: update incoming token to be a JWT token that takes in username (#655)
  • feat: revert jwt changes as it creates issues with workflow authentication logic (#660)
  • feat: update cvat (#674)
  • feat: upgrade cvat to v14 (#675)
  • feat: revert jwt api auth changes (#187)
  • feat: add labels to workflow listing (#188)
  • feat: increase node info size and support multiple artifact file browsers (#190)
  • feat: reduce size of view/edit buttons (#194)
  • feat: Updating opctl auth token to return the token for the admin service account. (#76)
  • feat: add hmac key to init process (#77)
  • feat: added cluster autoscalar for eks (#81)
  • feat: Add cluster admin (#87)
  • feat: added hmac to secrets (#90)
  • feat: added serviceaccounts to list of resources accessible by onepanel (#91)
  • feat: revert addition of hmac to secrets (#92)
  • feat: cluster-autoscaler for eks (#93)

Fixes

  • fix: Use correct group for workspaces resource (#647)
  • fix: bad token issue (#656)
  • fix: Update label function to return group and resource (#657)
  • fix: issue with concurrent map access (#658)
  • fix: close db connection when not in use. (#668)
  • fix: use system-wide db connection for auth (#669)
  • fix: change notify slack channel to be org instead of dev (#670)
  • fix: Use sys-uid instead of sys-name for ONEPANEL_RESOURCE_UID (#672)
  • fix: issue where files were not being listed when using gcs (#673)
  • fix: non-generic filesyncer for latest cvat migration (#677)
  • fix: Fix group for workflows resource (#185)
  • fix: add top margin to workflow labels (#189)
  • fix: issue where switching to a not-launched node displayed old artifacts (#191)
  • fix: artifact display issues (#195)
  • fix: Revert "update: added hmac key to config and use it in manifest generation" (#78)
  • fix: Removing in.ExecProvider to prevent the wrong token being grabbed when using EKS clusters. (#80)
  • fix: Adding the new admin yaml files to kustomization, so they get added when apply command is run. (#88)
  • fix: Add pods and pods/log permissions (#89)

Docs

  • docs: Update README (#678)
  • docs: Update cloud provider documentation (#77)
  • docs: Add costs, diagrams and update links (#78)

Other

  • style: Update buttons (#192)
  • style: Update logo (#193)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.