Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@cugu cugu released this 29 Nov 22:53
· 2 commits to main since this release
86f4aa1

This release is the first with full docker support. Docker images are built automatically and available at https://github.com/SecurityBrewery/catalyst/pkgs/container/catalyst. Additionally scheduled reactions have been added that can execute actions on a cron like schedule.

Important

The API and database in this release are fully backward compatible.
The CLI subcommands set-feature-flags and set-app-url have been removed and are available as flags on the serve command e.g. catalyst serve --http 0.0.0.0:8080 --flags "demo" --app-url "https://try.catalyst.security-brewery.com"

What's Changed

Full Changelog: v0.13.7...v0.14.0