Releases: Azure/dalec
v0.14.0
Notable changes
Builds should all now properly respect requested target platform(s).
Deb-based distros now use a single source tarball instead of the multi-orig format.
What's Changed
- Deb and multi-sources structure by @DannyBrito in #557
- Properly pass through target platform by @cpuguy83 in #586
Full Changelog: v0.13.6...v0.14.0
v0.13.6
v0.13.5
Important
This fixes an issues in 0.13.4 that accidentally caused extra packages (e.g. bash) to be installed in azlinux and mariner.
What's Changed
Full Changelog: v0.13.4...v0.13.5
v0.13.4
v0.13.3
v0.13.2
What's Changed
- Pass spec and platform to use for building zip file name by @jeremyrickard in #577
Full Changelog: v0.13.1...v0.13.2
v0.13.1
v0.13.0
What's Changed
- spec: fix "libs" json definition by @cpuguy83 in #542
- deb: Do not create conffiles by @cpuguy83 in #545
- Add Mode field for artifacts by @DannyBrito in #536
- deb: Fix patches when patch is in subdir by @cpuguy83 in #543
- Add support for Rocky and Alma Linux 8/9 by @cpuguy83 in #546
- Breaking: Do not include package name in lib artifact paths by @cpuguy83 in #564
- Add option to disable strip on binaries by @cpuguy83 in #569
New Contributors
Full Changelog: v0.12.2...v0.13.0
v0.12.6
Notable changes
- Fixes issue with patching in deb based distros when the patch is in a subdirectory
- Fix issue with deb based distros when
artifacts.configFIles
references a directory
What's Changed
Full Changelog: v0.12.5...v0.12.6
v0.12.5
Allow root-level dependencies to be merged with target-level dependencies. #535
This does not merge actual lists of dependencies, but allows, for example, the root to delcare a package dependency and then allows each target to add custom repos to satisfy that dependency.
Another example may be a common set of runtime dependencies but have differing build dependencies per target without having to duplicate runtime deps to each target.
Full Changelog: v0.12.3...v0.12.5