Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 1.2 KB

Changelog

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

Added

  • 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

Fixed

  • Fix cgroup support on non-amd64 architectures. (#96)

1.1.0 - 2022-01-24

Added

  • 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

Added

  • You can now run go-audit -version to check the build version.