1.20.0
This is Litani version 1.20.0.
MacOS
On MacOS, install Litani using Homebrew with
brew install aws/tap/litani
or upgrade (if it's already been installed) with:
brew upgrade litani
Ubuntu
On Ubuntu, install Litani by downloading the *.deb package below for ubuntu-20.04 and install with
# Ubuntu 20.04:
$ apt install -y ./litani-1.20.0.deb
What's Changed
- Update README by @angelonakos in #91
- Prevent file extension from appearing twice in dot dependency diagram by @angelonakos in #93
- Litani dump-run will dump the latest run, if no build is concurrently running by @angelonakos in #95
- Update doc, examples for transform-jobs command by @angelonakos in #96
- Add release workflow for litani by @ronakfof in #94
- Fix tag format in release workflows by @ronakfof in #98
Full Changelog: 1.19.0...1.20.0