The effortless CI/CD framework that runs anywhere v0.6.28 Release Notes
Release Date: 2022-10-26 // over 2 years 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
- โก๏ธ Updated buildkit to include changes up to c717d6aa7543d4b83395e0552ef2eb311f563aab
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 theWORK DIR
command when--use-copy-link
feature was set.