Skip to content

Releases: SecurityBrewery/catalyst

v0.13.0

21 Jul 08:24
aba3dfa
Compare
Choose a tag to compare

This release adds reactions to Catalyst as a way to automate your alerts and incidents. Reactions trigger on an event, like a webhook or collection event and perform an action, currently either running a Python script or sending a webhook.

Tip

This release is fully backward compatible.

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

08 Jul 01:33
1106533
Compare
Choose a tag to compare

This is the largest update to Catalyst yet. It is a rewrite of the entire codebase, with a focus on easier setup, and maintainability. The database has been updated to use SQLite via PocketBase instead of the previous ArangoDB. This should make it easier to get started with Catalyst, as you no longer need to set up a separate database. The new version also includes a new UI based on shadcn-vue giving it a cleaner and more modern look. Webhooks have been added, allowing you to send data to other services when certain events occur.

Important

Migration from the previous version is not supported.
You will need to set up a new instance of Catalyst.

Additional Changes

  • Query language moved from CAQL to PocketBase filters and SQL
  • Releases as binaries for macOS, and Linux instead of Docker images
  • Playbooks and automation have been removed but will be added back in a future release
  • The dashboard contains static widgets for now, instead of dynamic widgets
  • SDKs for PocketBase are compatible with Catalyst and available for a range of languages including JavaScript, Dart, and Python

What's Changed

  • refactor: improve setup and maintainability by @cugu in #1067
  • fix: goreleaser ci by @cugu in #1071
  • fix: pr lint scopes by @cugu in #1076
  • build(deps): bump github.com/pocketbase/pocketbase from 0.22.10 to 0.22.14 by @dependabot in #1073
  • build(deps): bump golang.org/x/image from 0.15.0 to 0.18.0 by @dependabot in #1072

Full Changelog: v0.11.2...v0.12.0

v0.12.0-rc.2

07 Jul 22:40
ddaf4fe
Compare
Choose a tag to compare
v0.12.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2

v0.12.0-rc.1

07 Jul 22:23
619c5c6
Compare
Choose a tag to compare
v0.12.0-rc.1 Pre-release
Pre-release

What's Changed

  • refactor: improve setup and maintainability by @cugu in #1067

Full Changelog: v0.11.2...v0.12.0-rc.1

v0.11.2

07 Jul 22:15
f5fcee0
Compare
Choose a tag to compare

What's Changed

  • Dependency updates

Full Changelog: v0.11.1...v0.11.2

v0.11.1

27 Oct 14:20
d4e625a
Compare
Choose a tag to compare

v0.11.0

22 Oct 18:55
e39578a
Compare
Choose a tag to compare
  • Add S3 region config (thanks @missingscrews)
  • Remove backup/restore endpoints
  • Update dependencies

v0.10.3

05 Feb 02:27
7eaa98d
Compare
Choose a tag to compare
Update docker/build-push-action action to v4 (#723)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.10.2

05 Feb 01:02
aee0be7
Compare
Choose a tag to compare

What's Changed

  • Add version flag by @jonas-plum in #674
  • Add playbook editor by @jonas-plum in #702
  • Allow @ in usernames by @jonas-plum in #742

Full Changelog: v0.10.1...v0.10.2

v0.10.1

05 Nov 14:22
Compare
Choose a tag to compare

What's Changed

  • Remove malware playbook in #540
  • Fix automated root task start in #541
  • Split correlated and related tickets in #542
  • Fix detail changes in #543
  • Improve restore in #544
  • Dependency updates

Full Changelog: v0.10.0...v0.10.1