Skip to content

Releases: daemonless/dbuild

v1.9.3

23 Jun 20:32
v1.9.3
973d95c

Choose a tag to compare

What's Changed

  • feat: generate code for -P parameter of appjail-oci(1) run by @DtxdF in #10
  • feat: add code for AppJail (CLI) by @DtxdF in #11
  • docs: display file names as comments for Director by @DtxdF in #12
  • feat: honor PORTSDIR environment variable in init subcommand by @DtxdF in #13

Full Changelog: v1.9.2...v1.9.3

v1.9.2

19 Jun 07:53

Choose a tag to compare

What's Changed

  • feat(cit): add command mode for one-shot CLI/tool images by @jtrotsky in #9

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

16 Jun 20:00

Choose a tag to compare

Full Changelog: v1.9.0...v1.9.1

dbuild 1.9.0

10 Jun 22:11

Choose a tag to compare

Full Changelog: v1.8.8...v1.9.0

v1.8.8

02 Jun 12:52

Choose a tag to compare

Full Changelog: v1.8.7...v1.8.8

v1.8.7

31 May 08:21

Choose a tag to compare

Full Changelog: v1.8.6...v1.8.7

v1.8.6

30 May 10:03

Choose a tag to compare

What's Changed

dbuild test --puid — PUID/PGID ownership verification. Confirms an image
honors PUID/PGID: the bsd user is remapped and /config is fully
re-chowned, including across a redeploy onto an existing volume. Folded into the
normal test run and default-on for all variants -- opt out with cit: puid: false
or --puid=false.

Also: configurable registry input in the reusable build workflow, build-tools
now installed from a pinned bundle, and fixes to the generated README port
display (#8, thanks @varpon) and table whitespace.

Full Changelog: v1.8.5...v1.8.6

1.8.5

24 Apr 21:05

Choose a tag to compare

Full Changelog: v1.8.4...v1.8.5

v1.8.4

23 Apr 22:36

Choose a tag to compare

Full Changelog: v1.8.3...v1.8.4

v1.8.3

05 Apr 09:53

Choose a tag to compare

What's Changed

Features

  • --no-cache flag for dbuild build
  • Lint warnings for localhost/ image refs in compose and README

Templates & Tooling

  • Trailing whitespace and consecutive blank lines lint check for compose.yaml
  • Fix compose.yaml init template (trailing space, blank line when mlock=false)
  • Local README.j2 in repo root overrides docs: manual
  • PKG_NAME ARG and io.daemonless.pkg-name label in pkg template
  • Migrate remaining workflow bits from daemonless→dbuild
  • Update to mkdocs-zip-bundle-plugin templates
  • Upgrade vmactions/freebsd-vm to v1.4.4
  • Update GitHub Actions dependencies
  • Sort sbom.json keys after merge

Fixes

  • dbuild init generating wrong variants in config.yaml
  • appjail: false/null incorrectly enabling appjail CIT backend
  • Flat artifact layout handling for single-variant images
  • init defaults: appjail true, correct community default

Full Changelog: v1.8.1...v1.8.3