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

Release Date: 2022-01-26 // over 2 years ago
  • โž• Added

    • ๐Ÿ›  Ability to change mounted secret file mode. fixes #1434

    ๐Ÿ”„ Changed

    • Permission errors related to reading ~/.earthly/config.yml and .env files are now treated as errors rather than silently ignored (and assuming the file does not exist).
    • ๐Ÿ— Speedup from pre-emptive execution of build steps prior to them being referenced in the build graph.

    ๐Ÿ›  Fixed

    • earthly panic when running with SUDO_USER pointing to a user the current user did not have read/write permission; notably encountered when running under circleci.

    โœ‚ Removed

    • โœ‚ Removed --git-url-instead-of flag, which has been replaced by earthly config git ...