Releases: enspirit/emb
Releases · enspirit/emb
0.29.0
- Honor
.dockerignorewhen listing sources fordocker/imagebuildsbuilderInput.src(surfaced inresources build --dry-run --json) now excludes files matched by.dockerignorein the build context- Uses
@balena/dockerignorefor 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
Release 0.28.1
Full Changelog: 0.28.0...0.28.1
0.28.0
0.27.1
Release 0.27.1
Full Changelog: 0.27.0...0.27.1
0.27.0
Release 0.27.0
Full Changelog: 0.26.0...0.27.0
0.26.0
- Task scripts now fail fast on the first failing command
- Multiline scripts run through
bash -eo pipefail -cinstead ofsh - Intermediate non-zero exits now abort the script (previously ignored)
- Pipelines propagate failures via
pipefail(e.g.false | truenow fails) - Breaking: requires
bashon PATH (previously/bin/shwas used)
- Multiline scripts run through
Full Changelog: 0.25.6...0.26.0
0.25.6
Release 0.25.6
Full Changelog: 0.25.5...0.25.6
0.25.5
Release 0.25.5
Full Changelog: 0.25.4...0.25.5