Skip to content

Releases: enspirit/emb

0.29.0

14 Apr 13:04

Choose a tag to compare

  • Honor .dockerignore when listing sources for docker/image builds
    • builderInput.src (surfaced in resources build --dry-run --json) now excludes files matched by .dockerignore in the build context
    • Uses @balena/dockerignore for docker-spec-compliant pattern matching
    • Only affects source enumeration — the CLI build path already relied on the docker daemon to apply .dockerignore

Full Changelog: 0.28.1...0.29.0

0.28.1

14 Apr 12:38

Choose a tag to compare

Release 0.28.1

Full Changelog: 0.28.0...0.28.1

0.28.0

14 Apr 12:19

Choose a tag to compare

Release 0.28.0

What's Changed

  • Flavor-aware rebuild triggers for resources by @llambeau in #34

Full Changelog: 0.27.1...0.28.0

0.27.1

12 Apr 20:57

Choose a tag to compare

Release 0.27.1

Full Changelog: 0.27.0...0.27.1

0.27.0

12 Apr 20:49

Choose a tag to compare

Release 0.27.0

Full Changelog: 0.26.0...0.27.0

0.26.0

12 Apr 20:03

Choose a tag to compare

  • Task scripts now fail fast on the first failing command
    • Multiline scripts run through bash -eo pipefail -c instead of sh
    • Intermediate non-zero exits now abort the script (previously ignored)
    • Pipelines propagate failures via pipefail (e.g. false | true now fails)
    • Breaking: requires bash on PATH (previously /bin/sh was used)

Full Changelog: 0.25.6...0.26.0

0.25.6

10 Apr 15:57

Choose a tag to compare

Release 0.25.6

Full Changelog: 0.25.5...0.25.6

0.25.5

08 Apr 14:29

Choose a tag to compare

Release 0.25.5

Full Changelog: 0.25.4...0.25.5