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

Release Date: 2022-02-09 // over 2 years ago
  • ๐ŸŒฒ Log Sharing (experimental)

    ๐ŸŒฒ This version of Earthly includes an experimental log-sharing feature which will ๐Ÿ— upload build-logs to the cloud when enabled.

    To enable this experimental feature, you must first sign up for an earthly account ๐Ÿ“„ by using the earthly account register command, or by visiting https://ci.earthly.dev/

    ๐ŸŒฒ Once logged in, you must explicitly enable log-sharing by running:

    earthly config global.disable_log_sharing false
    

    0๏ธโƒฃ In a future version, log-sharing will be enabled by default for logged-in users; however, you will still be able to disable it, if needed.

    ๐Ÿ‘€ When log-sharing is enabled, you will see a message such as

    Share your build log with this link: https://ci.earthly.dev/logs?logId=dc622821-9fe4-4a13-a1db-12680d73c442
    

    as the last line of earthly output.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ฏ GIT CLONE now works with annotated git tags. #1571
    • CACHE command was not working for versions of earthly installed via homebrew.
    • Autocompletion bug when directory has both an Earthfile and subdir containing an earthfile.
    • Autocompletion bug when directory has two subdirectories where one is a prefix of the other.

    ๐Ÿ”„ Changed

    • earthly account logout raises an error when EARTHLY_TOKEN is set.