The effortless CI/CD framework that runs anywhere v0.6.26 Release Notes

Release Date: 2022-10-13 // over 1 year ago
  • โž• Added

    • ๐Ÿ— Build failures now show the file and line number of the failing command
    • Introduced EARTHLY_GIT_AUTHOR and EARTHLY_GIT_CO_AUTHORS ARGS

    ๐Ÿ›  Fixed

    • โฑ Some network operations were being incorrectly executed with a timeout of 0.
    • Upon earthly ls failure it will display the failure reason

    ๐Ÿ”„ Changed

    • ๐Ÿ— Loading Docker images as part of WITH DOCKER is now faster through the use of an embedded registry in Buildkit. This functionality was previously hidden (VERSION --use-registry-for-with-docker) and was only auto-enabled for Earthly Satellite users. It is now enabled by default for all builds. #1268