All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2023-04-07
-
Add
containerdsupport in the same way we support grabbing container metadata from docker. (#106) -
Build releases for arm64. (#107)
1.1.1 - 2022-01-24
- Fix
cgroupsupport on non-amd64 architectures. (#96)
1.1.0 - 2022-01-24
- Added
cgroupoptional parser. When enabled, this will annotate audit events with the cgroup v2 root path. If running on an older system with only cgroup v1, this falls back to the pid cgroup path. (#95)
1.0.0 - 2020-06-18
- You can now run
go-audit -versionto check the build version.