v0.4.13
Download binaries at https://crashoverride.com/downloads
New Features
-
_OP_EXIT_CODE
key which reports external commands exit code such as forchalk docker build
. (#417) -
_OP_CLOUD_SYS_VENDOR
key for reporting sys vendor file content used to identity cloud provider. (#418) -
FAILED_KEYS
and_OP_FAILED_KEYS
- metadata keys which chalk could not collect metadata for. (#422) Each key contains:code
- short identifiable code of a known errormessage
- exact encountered error/exception messagedescription
- human-readable description of the error with additional context how to potentially resolve it
-
_NETWORK_PARTIAL_TRACEROUTE_IPS
- collect local network subnet IPs even when running inside docker network-namespaced (not using--network=host
) container (#425) -
DOCKERFILE_PATH_WITHIN_VCTL
key reports the path of aDockerfile
relative to the VCS' project root. (#426)
Commits since the previous tag: v0.4.12...v0.4.13