From 7b1764218b696cd5fd7a746c1deaeb17002fc99b Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Fri, 7 Apr 2023 10:45:52 -0400 Subject: [PATCH] prepare v1.2.0 release (#109) --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0353f6..d34c67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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. -[Unreleased]: https://github.com/slackhq/go-audit/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/slackhq/go-audit/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/slackhq/go-audit/releases/tag/v1.2.0 +[1.1.1]: https://github.com/slackhq/go-audit/releases/tag/v1.1.1 +[1.1.0]: https://github.com/slackhq/go-audit/releases/tag/v1.1.0 [1.0.0]: https://github.com/slackhq/go-audit/releases/tag/v1.0.0