Skip to content

Commit 7d76d1d

Browse files
authored
Prepare v2.6.0 changelog (#168)
1 parent 33356aa commit 7d76d1d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
### Removed
13+
14+
### Deprecated
15+
16+
## [2.6.0]
17+
18+
### Changed
19+
1220
- Fix panic in `parseSockaddr` for malformed socket address. [#152](https://github.com/elastic/go-libaudit/pull/152)
1321
- Set `SOCK_CLOEXEC` when creating the netlink socket to avoid leaking file descriptors. [#165](https://github.com/elastic/go-libaudit/pull/165)
1422
- Update syscall tables. [#167](https://github.com/elastic/go-libaudit/pull/167)
1523
- aucoalesce: Use ECS `event.type: end` instead of `stop` for SERVICE_STOP, DAEMON_ABORT, and DAEMON_END messages. [#159](https://github.com/elastic/go-libaudit/pull/159)
1624

17-
### Removed
18-
19-
### Deprecated
20-
2125
## [2.5.0]
2226

2327
### Added
@@ -273,7 +277,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
273277
Linux kernel.
274278
- Added auparse package for parsing audit logs.
275279

276-
[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.5.0...HEAD
280+
[Unreleased]: https://github.com/elastic/go-libaudit/compare/v2.6.0...HEAD
281+
[2.6.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.6.0
277282
[2.5.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.5.0
278283
[2.4.0]: https://github.com/elastic/go-libaudit/releases/tag/v2.4.0
279284
[2.3.3]: https://github.com/elastic/go-libaudit/releases/tag/v2.3.3

0 commit comments

Comments
 (0)