Skip to content

Releases: Azure/dalec

v0.4.0

23 May 22:48
b8a0e9d
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Notable changes

  • Support for Azure Linux 3 Preview (azlinux3, which is the successor to mariner2)
  • mariner2/container (and the new azlinux3/container) now defaults to use an empty rootfs as the base instead of distroless
  • Added support for config files, config directories, docs and license file,s and systemd units in RPMs

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 May 15:45
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Notable Changes

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Mar 15:55
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

One spec change on this release, for the build source, inline dockerfiles have been moved to just use the source field, which now support an "inline" source type.
In the future we may bring back the ability to provide a dockerfile as a separate item from the build source but have opted for simplicity right now.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Feb 23:14
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

The first release of Dalec.
WIth this release we think we can hit a large number of uses cases and have early-adopters start giving Dalec a try.
See the docs folder for getting started with Dalec!

The spec is by no means complete.
In v0.1.0 the only artifact type supported is binaries, we plan to add more in the future.

We are also considering some (breaking) changes on the spec, especially in relation to how sources work.
While we expect what is available to work and work pretty well, early adopters beware that spec breakages may still occur.
You can pin your specs to the version of dalec it was written to support with, e.g. # syntax=ghcr.io/azure/dalec/frontend:0.1.0

Please report issues you run into!