v0.3.5
Fixed
- Now waiting for a service to update works with HPA enabled
- running just
duploctlgave an error, now it outputs like any other command - better debuggin logs when
--loglevel DEBUGis set
What's Changed
Pull Requests
Full Changelog: v0.3.4...v0.3.5
Installation
PIP PyPi:
duplocloud-client
pip install duplocloud-client==0.3.5PIP 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.gzPIP 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.5Install 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/binHomebrew single binary:
brew install duplocloud/tap/duploctlHomebrew with PIP:
brew install duplocloud/tap/duploctl --with-pip