E

Earthly

E
Earthly DevOps v0.8.15

v0.8.15

Added Ability to automatically install BYOC from a Terraform deployment, or manually. Fixed Link-scoped devices will now properly autodetect MTU settings. Better error reporting when cross-target copy references a file that does not exist. #4221 AWS credentials are propogated into WITH DOCKER. #4241 Changed Allow using localhost as a remote address when using satellites. Additional Info This relea…

E
Earthly DevOps v0.8.16

v0.8.16

Changed Removed CLI based account creation #4283 dockerd wrapper cleans up after itself #4267/#4268 Removed all Cloud dependencies, commands, and flags as part of the Earthly Cloud shutdown #4235 Changed v0.8.15 will continue working after the shutdown, but with some error messages interspersed in the output. v0.8.16 does not emit log messages after the cloud shutdown. However, it removes many clo…

E
Earthly DevOps v0.8.14

v0.8.14

Fixed Autocompletion failed to expand ARG names when referencing a target containing a ~. Improved --ticktock performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands. Changed Renamed experimental github command to gha, and introduced new ls and remove subcommands. Removed Removed PIPELINE & TRIGGER keywords and associated code relating to former…

E
Earthly DevOps v0.8.13

v0.8.13

Fixed RUN --no-cache doesn't always work. #2593 ANSI escape codes are now removed from GitHub Action specific output. #4131 Specifying the --ticktock option will no longer show a buildkit version mismatch warning. The --ticktock flag is now used when running the bootstrap command. Caching issue when the experimental --ticktock buildkit scheduler is enabled. Changed Removed deprecated non-streaming…

E
Earthly DevOps v0.8.12

v0.8.12

Added An experimental modification of the buildkit scheduler, which attempts to solve the inconsistent graph state error, which can be enabled locally with earthly --ticktock .... Changed The BYOC (bring your own cloud) commands have been updated to reflect server-side API changes. Fixed The --buildkit-container-name flag was incorrectly being ignored when --no-buildkit-update was set. Additional…

E
Earthly DevOps v0.8.11

v0.8.11

Added Support for using HTTP(S) proxies when connecting to satellites. Fixed Backwards compatability issue where WITH DOCKER would fail with EARTHLY_DOCKERD_CACHE_DATA: parameter not set when using an older version of the earthly in combination with a satellite running v0.8.10. Additional Info This release includes changes to buildkit

E
Earthly DevOps v0.8.10

v0.8.10

Added New Github Actions Workflow commands integration --github-annotations flag or GITHUB_ACTIONS=true env. #2189 Added a new --oidc flag to RUN command which allows authentication to AWS via OIDC. Enable with the VERSION --run-with-aws-oidc feature flag. #3804 Experimental WITH DOCKER --cache-id=<key> feature, which will cache the contents of the docker data root, resulting in faster --load and…

E
Earthly DevOps v0.8.9

v0.8.9

Fixed BUILD --auto-skip was recording failed steps as complete, which would lead to them being skipped on subsequent runs. #4054 Additional Info This release has no changes to buildkit

E
Earthly DevOps v0.8.8

v0.8.8

Added New experimental wildcard-based copy, e.g. COPY ./services/*+artifact/* . which would invoke COPY for ./services/foo+artifact, and ./services/bar+artifact (assuming two services foo and bar, both having a artifact target in their respective Earthfile). Enable with the VERSION --wildcard-copy feature flag. #3966. New built-in ARGs - EARTHLY_GIT_AUTHOR_EMAIL and EARTHLY_GIT_AUTHOR_NAME will co…

E
Earthly DevOps v0.8.7

v0.8.7

Added Warning log when resolving remote references using a git image that doesn't match Buildkit's architecture. New experimental --exec-stats-summary=<path> cli flag, which will display a summary of memory and cpu stats when earthly exits. A notice is now displayed when unnecessary feature flags are set (but already enabled by default by the VERSION number). Thanks to @danqixu for the contributio…