Skip to content

Commit

Permalink
Finalize changelog for 8.10. (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisberkhout authored Sep 12, 2023
1 parent a5ff8f1 commit f6e74a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 0 additions & 18 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- All empty sections:
## Unreleased
Expand Down

0 comments on commit f6e74a8

Please sign in to comment.