Skip to content

Commit

Permalink
Prepare v2.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed May 4, 2022
1 parent 227948a commit 391bb9b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

### Changed

### Removed

### Deprecated

## [2.3.0]

### Added

- Add ECS mappings for more audit anomaly events. [#70](https://github.com/elastic/go-libaudit/pull/70)
- Add `BacklogWaitTimeActual` status field, which is available since Linux 5.9 [#93](https://github.com/elastic/go-libaudit/pull/93/files)
- Add ECS normalizations for `TIME_ADJNTPVAL` and `TIME_INJOFFSET`. [#98](https://github.com/elastic/go-libaudit/pull/98)
Expand All @@ -22,8 +32,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Removed support for resolving syscall numbers to names for the ia64 architecture. [#96](https://github.com/elastic/go-libaudit/pull/96)

### Deprecated

## [2.2.0]

### Added
Expand Down Expand Up @@ -216,7 +224,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Linux kernel.
- Added auparse package for parsing audit logs.

[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/elastic/go-libaudit/compare/v2.3.0
[2.2.0]: https://github.com/elastic/go-libaudit/compare/v2.2.0
[2.1.0]: https://github.com/elastic/go-libaudit/compare/v2.1.0
[2.0.2]: https://github.com/elastic/go-libaudit/releases/tag/v2.0.2
[2.0.1]: https://github.com/elastic/go-libaudit/releases/tag/v2.0.1
Expand Down

0 comments on commit 391bb9b

Please sign in to comment.