Releases: Azure/dalec
Releases · Azure/dalec
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
v0.12.4
This was released before changes actually got pushed to the branch and is the same as 0.12.3
Full Changelog: v0.12.3...v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
Notable changes
- Add support for specifying multiple base images to use in the spec by @cpuguy83 in #492
- Add recover for panics from handlers by @cpuguy83 in #504
- Make matches a slice of regexes instead of a single regex by @bchuo in #518
- Allow for target-defined artifacts by @MorrisLaw in #502
- Add support for adding users and groups in spec by @cpuguy83 in #514
- feat: Multiple postinstall symlinks pointing to the same thing by @pmengelbert in #495
- Improve json schema with better null handling and other fixes by @cpuguy83 in #525
- Allow build args in target image config by @pmengelbert in #491
Full Changelog: v0.11.4...v0.12.0
v0.11.4
What's Changed
- Fix build-arg substitution unintentionally stripping quotes from test commands
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
New Contributors
- @MorrisLaw made their first contribution in #488
Full Changelog: v0.11.2...v0.11.3