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
- feat: docker healthcheck by @cugu in #1106
- fix: set-app-url by @cugu in #1107
- feat: scheduler by @cugu in #1108
- feat: scheduler example by @cugu in #1109
- fix: docker latest image by @cugu in #1110
- refactor: subcommands by @cugu in #1111
- feat: docker entrypoint with environment variables by @cugu in #1112
- fix: goreleaser docker by @cugu in #1113
- fix: docker entrypoint permissions by @cugu in #1114
- fix: server setup by @cugu in #1115
- fix: relative day display by @cugu in #1116
- fix: relative day display by @cugu in #1117
Full Changelog: v0.13.7...v0.14.0