Releases: typesafehub/conductr-cli
Various enhancements and performance improvement
bndl
now command provides--with-defaults
argument #476bndl
now usespath-beg
instead ofpath
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 forv3
release of Continuous Delivery bundle #465
Package cacert using certifi
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
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
Conduct run fail-fast when encountering error
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
#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
This is done by upgrade to dcos modules 0.4.16
#438
Sandbox with ConductR binaries hosted on public repo
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
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.