Releases: google/turbinia
Releases · google/turbinia
20220504
- Generate timelines for each enumerated docker container individually
- Tracking/storing bulk request group_name and reason (incident ID) for requests
- Fix server-side task timeout issue causing server crash
- Several changes to partition enumeration to make it more stable and transparent
- Updated build uses new dfVFS version which fixes partition enumeration path_spec errors
- Update FilesystemTimelineTask to use updated dfVFS interface
- Updates to GKE management script to make running version explicit
- Fixes for Job allow/deny lists and Yara rules to work with CLI flags
- Refactoring PubSub client to use discover API client
- Fixes so analysis Tasks can run inside enumerated containers
- Fix Evidence auto-upload from turbiniactl
20220325
Several Turbinia server stability fixes.
20220321
20220216
- Management scripts and documentation for deploying Turbinia into GKE
- Bulk request status for multiple Evidence processing can now be queried with
turbiniactl status -g <group id>
- Recipes now accessible within pypi package without setting explicit
RECIPE_FILE_DIR
config variable or providing full path - Recipe handling refactored into client module to simplify setup for alternate clients (e.g. dfTimewolf)
- Server-side Task timeouts allows the client to recover/return from fatal Worker/Task errors
- Several bug fixes and error handling improvements
20220113
- Support for making bulk requests (processing multiple Evidence objects of the same type with a single turbiniactl command)
- New FileSystemTimelineJob for creating timelines using dfimagetools
- New quick triage recipes for MacOS/Linux and updated Windows recipe
- New script for managing GKE Turbinia infrastructure
- GKE Monitoring setup
- Logs stored centrally using Filestore
- Hadoop analyzer processing new artifact type
- Log_dir and logging refactoring to save output per-request
- dfDewey configuration in main config pushed through environment
- Internal refactoring for component dependency isolation
- Critical fixes for hanging Tasks and disk resource leaks that caused Task crashes along with several other bug fixes
20211018
- New GKE deployment support
- Several new Tasks: Crontab analyzer, Loki scanner, dfDewey, Windows/Linux/Wordpress password crackers
- Support for encrypted disks for Analyzer Tasks using image_export
- Better load-balancing in PSQ based worker
- Documentation updates
20210902
20210831
20210826
20210610
- no more processing of the hashes.json as evidence
- logging setup done in separate setup() function so not on import anymore
- jupyter analysis task fixed
- large output files (eg the strings results) excluded from e2e test results