Skip to content

Releases: Azure/dalec

v0.14.0

03 Apr 22:46
Compare
Choose a tag to compare

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

Full Changelog: v0.13.6...v0.14.0

v0.13.6

29 Mar 14:42
Compare
Choose a tag to compare

What's Changed

  • Fix case where multiple test steps are not being run by @cpuguy83 in #578

Full Changelog: v0.13.5...v0.13.6

v0.13.5

25 Mar 21:36
Compare
Choose a tag to compare

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

  • azlinux: use weak dependency for prebuilt-ca-certificates by @cpuguy83 in #584

Full Changelog: v0.13.4...v0.13.5

v0.13.4

25 Mar 15:15
Compare
Choose a tag to compare

What's Changed

  • rpm: fix issue when installing base deps conflicts with package deps by @cpuguy83 in #583

Full Changelog: v0.13.3...v0.13.4

v0.13.3

24 Mar 17:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

21 Mar 20:31
da2667a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

19 Mar 19:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

14 Mar 23:32
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @HDYA made their first contribution in #532

Full Changelog: v0.12.2...v0.13.0

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