Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 18:51
· 68 commits to main since this release
80c5a58

Publish

Fixed

  • Now waiting for a service to update works with HPA enabled
  • running just duploctl gave an error, now it outputs like any other command
  • better debuggin logs when --loglevel DEBUG is set

What's Changed

Pull Requests

  • Duplo 34549 updating a service and waiting issue with hpa kelly ferrone by @kferrone in #172

Full Changelog: v0.3.4...v0.3.5

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.3.5

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

pip install https://github.com/duplocloud/duploctl/releases/download/v0.3.5/duplocloud_client-0.3.5.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.3.5

docker pull duplocloud/duploctl:v0.3.5

Install CLI to Path Linux:

curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.3.5/duploctl-0.3.5-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