Skip to content

Commit

Permalink
prepare v1.2.0 release (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey authored Apr 7, 2023
1 parent 8d05861 commit 7b17642
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b17642

Please sign in to comment.