Skip to content

Tenzir v4.8.1

Compare
Choose a tag to compare
@dominiklohmann dominiklohmann released this 23 Jan 13:35
· 1072 commits to main since this release
v4.8.1
9f1ddde

This patch release contains four additional changes over Tenzir v4.8:

  • The amqp connector plugin was incorrectly packaged and unavailable in some build configurations. The plugin is now available in all builds.
  • Failing to create the virtualenv of the python operator caused subsequent uses of the python operator to silently fail. This no longer happens.
  • The Debian package now depends on python3-venv, which is required for the python operator to create its virtualenv.
  • The velociraptor operator gained a new --profile <profile> option to support multiple configured Velociraptor instances. To opt into using profiles, move your Velociraptor configuration in <configdir>/tenzir/plugin/velociraptor.yaml from <config> to profiles.<profile>.<config>.

See the release notes of Tenzir v4.8 for the full list of changes in this minor release.