Add support for requirement labels feature
This release introduces support for defining container requirements from composition labels.
Supported labels are
io.balena.features.requires.sw.supervisor
that should be set to a version rangeio.balena.features.requires.sw.l4t
that should be set to a version rangeio.balena.features.requires.arch.sw
that should be set to a valid architecture (amd64, aarch64, armv7hf, rpi, i386)io.balena.features.requires.hw.device-type
that should be set to a valid device type slug (not validated at the moment).
List of commits
42c50ef (Add support for new requirement labels feature, 2025-03-03)
d24d78d (Fix package release action for macOS, 2025-03-12)