From 29a5f4ddf7d749395c8478605d12763571024c65 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Tue, 21 Nov 2023 17:33:43 -0400 Subject: [PATCH] Prepare v1.4.0 changelog (#29) --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c4cd8..07add40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Updated syscall tables for Linux v6.5 to add cachestat. - ### Deprecated ### Removed @@ -20,6 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [1.4.0] + +### Added + +- Added system call argument filtering. [#28](https://github.com/elastic/go-seccomp-bpf/pull/28) + +### Changed + +- Updated syscall tables for Linux v6.6 to add cachestat, fchmodat2, map_shadow_stack. [#27](https://github.com/elastic/go-seccomp-bpf/pull/27) [#30](https://github.com/elastic/go-seccomp-bpf/pull/30) + ## [1.3.0] - 2022-11-27 ### Changed @@ -52,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/elastic/go-seccomp-bpf/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/elastic/go-seccomp-bpf/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/elastic/go-seccomp-bpf/v1.3.0...v1.4.0 +[1.3.0]: https://github.com/elastic/go-seccomp-bpf/v1.2.0...v1.3.0 [1.2.0]: https://github.com/elastic/go-seccomp-bpf/v1.1.0...v1.2.0 [1.1.0]: https://github.com/elastic/go-seccomp-bpf/v1.0.0...v1.1.0 [1.0.0]: https://github.com/elastic/go-seccomp-bpf/v1.0.0