diff --git a/CHANGELOG.md b/CHANGELOG.md index e7223fd19d..fa9f43fc4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ # CHANGELOG All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/). +## [8.10.0](https://github.com/elastic/ecs/compare/v8.9.0...v8.10.0) + +### Schema Changes + +#### Added + +* Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. #2219, #2225, #2246 +* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. #2245 +* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. #2245 + +#### Improvements + +* Permit `ignore_above` if explicitly set on a `flattened` field. #2248 + +### Tooling and Artifact Changes + +#### Improvements + +* Improved documentation formatting to better follow the contributing guide. #2226 +* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. #2251, #2264, #2265 + ## [8.9.0](https://github.com/elastic/ecs/compare/v8.8.0...v8.9.0) ### Schema Changes diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 24eadfa004..a1517826ff 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -32,24 +32,6 @@ Thanks, you're awesome :-) --> #### Deprecated -## 8.10.0 (Feature Freeze) - -### Schema Changes - -#### Added -* Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. #2219, #2225, #2246 -* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. #2245 -* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. #2245 - -#### Improvements -* Permit `ignore_above` if explicitly set on a `flattened` field. #2248 - -### Tooling and Artifact Changes - -#### Improvements -* Improved documentation formatting to better follow the contributing guide. #2226 -* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. #2251, #2264, #2265 -