Skip to content

0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 21:45
· 864 commits to main since this release
8693fce
Configure all lading programs through files (#99)

Previously we allowed for some lading programs to be configured through
command-line flags. This makes lading challenging to use in contexts where
file-based configuration is more convenient, so we now have every lading binary
read a config file from under `/etc/lading`.

Signed-off-by: Brian L. Troutwine <[email protected]>