Skip to content

Commit 43a1a61

Browse files
Finalize changelog for 8.10. (#2271)
1 parent f04a998 commit 43a1a61

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
# CHANGELOG
44
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/).
55

6+
## [8.10.0](https://github.com/elastic/ecs/compare/v8.9.0...v8.10.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. #2219, #2225, #2246
13+
* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. #2245
14+
* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. #2245
15+
16+
#### Improvements
17+
18+
* Permit `ignore_above` if explicitly set on a `flattened` field. #2248
19+
20+
### Tooling and Artifact Changes
21+
22+
#### Improvements
23+
24+
* Improved documentation formatting to better follow the contributing guide. #2226
25+
* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. #2251, #2264, #2265
26+
627
## [8.9.0](https://github.com/elastic/ecs/compare/v8.8.0...v8.9.0)
728

829
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,6 @@ Thanks, you're awesome :-) -->
3232

3333
#### Deprecated
3434

35-
## 8.10.0 (Feature Freeze)
36-
37-
### Schema Changes
38-
39-
#### Added
40-
* Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. #2219, #2225, #2246
41-
* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. #2245
42-
* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. #2245
43-
44-
#### Improvements
45-
* Permit `ignore_above` if explicitly set on a `flattened` field. #2248
46-
47-
### Tooling and Artifact Changes
48-
49-
#### Improvements
50-
* Improved documentation formatting to better follow the contributing guide. #2226
51-
* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. #2251, #2264, #2265
52-
5335
<!-- All empty sections:
5436
5537
## Unreleased

0 commit comments

Comments
 (0)