v0.2.36
Fixed
- Fixed CronJob Update by adding missing logic to set
isAnyHostAllowed
. This is due to a the object returned from theGET
request being slightly different to the object expected in thePUT/POST
request.
What's Changed
Pull Requests
- DUPLO-25186: Add logic to set IsAnyHostAllowed by @ddiaz-duplo in #105
New Contributors
- @ddiaz-duplo made their first contribution in #105
Full Changelog: v0.2.35...v0.2.36
Installation
PIP PyPi:
duplocloud-client
pip install duplocloud-client==0.2.36
PIP Sdist:
The dowload below named duplocloud_client-0.2.36.tar.gz
is the sdist of the package.
pip install https://github.com/duplocloud/duploctl/releases/download/v0.2.36/duplocloud_client-0.2.36.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.36
docker pull duplocloud/duploctl:v0.2.36
Install CLI to Path Linux:
curl -s -L https://github.com/duplocloud/duploctl/releases/download/v0.2.36/duploctl-0.2.36-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