Skip to content

v0.2.28

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:32
· 588 commits to main since this release
6829399

[Publish](https://github.com/duplocloud/duploctl/actions/runs/9368960635)

Added

  • Support for Storage Class
  • Support for PVC
  • Added support for create and delete user
  • start, stop, restart for hosts with --wait
  • Allow code to programmatically return the config from update_kubeconfig when save is false.
  • more docs for the wiki
  • A new check to make sure CHANGELOG.md is updated before merging a PR.
  • version command now shows server version

Fixed

  • Kubernetes commands with JIT were not getting the CA when using GCP.

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.28

PIP Sdist:
The dowload below named duplocloud_client-0.2.28.tar.gz is the sdist of the package.

pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.28/duplocloud_client-0.2.28.tar.gz

PIP From Source:
Install directly from the version tag on GitHub.

pip install git+https://github.com/duplocloud/[email protected]

Dockerhub:
duplocloud/duploctl:v0.2.28

docker pull duplocloud/duploctl:v0.2.28

Install CLI to Path Linux:

curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.2.28/duploctl-0.2.28-linux-amd64.tar.gz | tar xvz - -C /usr/local/bin

Homebrew single binary:

brew install duplocloud/tap/duploctl

Homebrew with PIP:

brew install duplocloud/tap/duploctl --with-pip

Build: https://github.com/duplocloud/duploctl/actions/runs/9368960635