github onepanelio/onepanel v0.13.1-rc.1

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.13.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/core/releases/download/v0.13.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: update incoming token to be a JWT token that takes in username (#655)
  • feat: Updating opctl auth token to return the token for the admin service account. (#76)
  • feat: add hmac key to init process (#77)
  • feat: Add cluster admin (#87)
  • feat: added hmac to secrets (#90)

Fixes

  • fix: Use correct group for workspaces resource (#647)
  • fix: Fix group for workflows resource (#185)
  • 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)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.