Skip to content

v0.2.35

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 19:55
· 93 commits to main since this release
0df3c43

Publish

Added

  • Include generated Github release notes in the release description
  • Install instructions in the docs
  • Cleaned up pipeline and added test reporting into the PRs
  • Configmaps and secrets can be created with data values --from-file and --from-literal. The result can be displayed with --dry-run. Both are a key=value pair but files can simply default the key to the filename.

Fixed

  • Fixed update_pod_label subcommand functionality for service.
  • fixed many little issues with the docs like misspelled args, unneeded extra ones, and even missing types
  • discovered why Args were not renaming based on the function arg.
  • Case insensitive tenant name comparison.
  • Fixed issue where a services otherDockerConfig was cleared on updates.
  • Fixed issue where ecs update image was removing secrets,commands and env variables

What's Changed

Pull Requests

Full Changelog: v0.2.33...v0.2.35

Installation

PIP PyPi:
duplocloud-client

pip install duplocloud-client==0.2.35

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

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

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

pip install git+https://github.com/duplocloud/duploctl.git@v0.2.35

Dockerhub:
duplocloud/duploctl:v0.2.35

docker pull duplocloud/duploctl:v0.2.35

Install CLI to Path Linux:

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