Skip to content

Releases: Azure/dalec

v0.12.6

28 Feb 23:33
Compare
Choose a tag to compare

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

21 Feb 20:09
Compare
Choose a tag to compare

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

21 Feb 18:23
Compare
Choose a tag to compare

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

20 Feb 23:05
Compare
Choose a tag to compare
  • Go SDK: Improve ergonomics of extension fields #537

Full Changelog: v0.12.2...v0.12.3

v0.12.2

14 Feb 18:43
Compare
Choose a tag to compare

What's Changed

  • Preserve extension fields when marshalling/unmarshalling by @cpuguy83 in #511

Full Changelog: v0.12.1...v0.12.2

v0.12.1

14 Feb 00:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

13 Feb 00:07
Compare
Choose a tag to compare

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

09 Jan 00:51
Compare
Choose a tag to compare

What's Changed

  • Fix build-arg substitution unintentionally stripping quotes from test commands

Full Changelog: v0.11.3...v0.11.4

v0.11.3

03 Jan 17:51
Compare
Choose a tag to compare

What's Changed

  • fix: make sure fill defualts and expand args for all types by @cpuguy83 in #481

New Contributors

Full Changelog: v0.11.2...v0.11.3

v0.11.2

14 Dec 00:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2