Skip to content

Releases: typesafehub/conductr-cli

Various enhancements and performance improvement

09 Jun 00:25
Compare
Choose a tag to compare
  • bndl now command provides --with-defaults argument #476
  • bndl now uses path-beg instead of path by default #484
  • Increase retry times for check component added by bndl #488
  • Performance improvements for progress bar display #486 #487
  • Improve error reporting when resolvers related errors #485
  • conduct deploy now supports bundle and configuration as input - this is in preparation for v3 release of Continuous Delivery bundle #465

Package cacert using certifi

29 May 00:09
Compare
Choose a tag to compare

Package cacert using certifi

Use cacert.pem supplied by certifi Python package #473:

https://pypi.python.org/pypi/certifi

This will ensure native executables on all platforms has uniform way of loading cacert.

bndl command improvements

  • Refactor bndl arguments #475
  • bndl can now modify volumes of a component and declares volumes from OCI images unless a --no-default-volumes argument is present #470
  • Bundle validation #469
  • Name bndl component after the OCI image instead of generic "oci-image" #472

Fixes

  • Encode/decode text files to UTF-8 #471

`bndl`, OCI feature, and CD feature improvement

24 May 12:56
Compare
Choose a tag to compare

OCI feature improvements

#459 - OCI-in-Docker feature is now a default feature on Linux
#456 - Move OCI image tag to an annotation to free up start-command
#460 - Ensure docker Labels and User keys are forwarded to the appropriate OCI image key
#466 - Ensure that --env arguments are processed for all bundle formats, not just ConductR
#467 - Update mvn-install to use --path-beg for ACL match

bndl command improvements

#462 - Adjust bndl --acl parameter to allow specification of --path, --path-regex, --path-beg, --rewrite

CD feature improvements

#385 - conduct deploy: support tagged deployments

Licensing updates
#468 - Update the verbiage and URL for access-tokens

Bug fixes
#463 - Conduct stop also require similar fail-fast argparse option as Conduct run

Ensure PyInstaller path is cleaned up from ConductR Agent environment variables

17 May 06:29
Compare
Choose a tag to compare

Conduct run fail-fast when encountering error

16 May 08:30
Compare
Choose a tag to compare

Also displays conduct events and conduct logs command to inspect bundle events and logs, and if consolidated logging is enabled, displays the actual bundle events and logs #455

Package cacert file into OSX native executable

08 May 07:45
Compare
Choose a tag to compare

#447 packages cacert file into OSX native executable to ensure SSL cert validation works in the OSX (look for the PR description for further details as to why this is required).

Also improve the error reporting during sandbox image download. Only HTTP 404 will be reported as artefact not found. If HTTPError and URLError occur, these will be reported as error message.

Support connection to non-authenticated DCOS cluster

01 May 00:07
Compare
Choose a tag to compare

This is done by upgrade to dcos modules 0.4.16 #438

Sandbox with ConductR binaries hosted on public repo

26 Apr 06:42
Compare
Choose a tag to compare

Download sandbox image from Lightbend generic repo if Bintray credential is not supplied for ConductR 2.1 onwards #404

Fix for conduct load and bndl integration

24 Apr 18:49
Compare
Choose a tag to compare

This release fixes a bug introduced in 1.2.4 where conduct load would fail if there was a directory in PWD that had the same name as the bundle you were attempting to load. To fix this, we only load directories as bundles if their format can be detected. Otherwise, we attempt to resolve them as we did in prior releases.

Load license fixes

20 Apr 10:54
Compare
Choose a tag to compare
  • Fix error invoking dcos conduct load-license command #426 (fixes #425)
  • Introduce -f option to conduct load-license to ignore cached auth token #427 (fixes #424)