golang-github-docker-buildx (0.19.3+ds1-1) experimental; urgency=medium * Added new `--call` option replacing experimental `--print`, enabling configuration validation (`--check`), target inspection, and outline display of build parameters. * Introduced new Bake features: - Support for filesystem entitlements via `--allow` (currently warns, will error in v0.20). - Support for HCL/JSON fields using object notation instead of CSV strings (output, cache-from/to, secret, ssh). - New functions (`basename`, `dirname`, `sanitize`) and improved listing via `--list-targets` and `--list-variables`. - Added metrics and warning reporting support for Bake builds. * CLI and UX improvements: - `ls` output more compact; `--no-trunc` restores full output. - `inspect` now shows BuildKit daemon TOML configuration. - Improved and more accurate error and warning messages throughout build and bake commands. - `prune` supports new filters `--max-used-space` and `--min-free-space`. * Compose compatibility updated incrementally to v2.4.4. * Various bug fixes: - Fixed permission issues after running with `sudo`. - Fixed provenance metadata for remote contexts. - Fixed duplicated delegated traces and incorrect build target linking. - Corrected JSON formatting and COMPOSE_PROJECT_NAME handling. - Fixed support for multi-type annotations and local state warnings. -- Reinhard Tartler Sun, 19 Oct 2025 05:50:46 -0400