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
containerd
support in the same way we support grabbing container metadata from docker. (#106) -
Build releases for arm64. (#107)
1.1.1 - 2022-01-24
- Fix
cgroup
support on non-amd64 architectures. (#96)
1.1.0 - 2022-01-24
- Added
cgroup
optional 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 -version
to check the build version.