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

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

    • A summary of context file transfers is now displayed every 15 seconds.
    • ๐Ÿ— Satellite wake command, which can force a satellite to wake up (useful for calling inspect or other non-build related commands).

    ๐Ÿ”„ Changed

    • ๐Ÿณ WITH DOCKER merging of user specific /etc/docker/daemon.json settings data now applies to arrays (previously only dictionaries were supported).
    • ๐Ÿšฆ A final warning will be displayed if earthly is terminated due to a interrupt signal (ctrl-c).

    ๐Ÿ”„ Changed


Previous changes from v0.6.27

  • ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support for all ssh-based key types (e.g. ssh-ed25519), and not only ssh-rsa. #1783

    ๐Ÿ›  Fixed

    • Unable to specify public key to add via the command-line, e.g. running earthly account add-key <key> ignored the key and fellback to an interactive prompt.
    • ๐Ÿ‘ฏ GIT CLONE command was ignoring the WORK DIR command when --use-copy-link feature was set.