v0.4.11
Download binaries at https://crashoverride.com/downloads
Fixes
docker
run-time host metadata collection was failing for non-build commands such asdocker push
. (#399)procfs
plugin was throwing an exception while parsing/proc/net/dev
to populate_OP_IPV[4/6]_INTERFACES
keys.
(#399)_IMAGE_DIGEST
is sent fordocker push
when buildx is not available. Normally chalk needs to validate type of the manifest in the registry (image or list) which is currently done viabuildx imagetools
. When buildx is missing and the operation wasdocker push
the pushed image can only be image manifest as only buildx supports list manifests. (#401)_REPO_DIGESTS
was reported even when image digest was not known during buildx-enabled docker builds. (#402)METADATA_ID
andMETADATA_HASH
were incorrectly computed for alldocker push
operations. (#403)
Commits since the previous tag: v0.4.10...v0.4.11