Skip to content

Commit

Permalink
Prepare CHANGELOG.next.md as part of 8.10.0 FF. (elastic#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisberkhout committed Aug 15, 2023
1 parent c48c1da commit 10192e4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ Thanks, you're awesome :-) -->
#### Bugfixes

#### 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

#### Deprecated

Expand All @@ -36,19 +32,22 @@ Thanks, you're awesome :-) -->

#### Deprecated

## 8.9.0 (Feature Freeze)
## 8.10.0 (Feature Freeze)

### Schema Changes

### Bugfixes

#### Added
* Added `process.vpid` for namespaced process ids. #2211
* 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
#### Improvements
* Permit `ignore_above` if explicitly set on a `flattened` field. #2248

#### Deprecated
* Removed `faas.trigger: nested` since we only have one trigger. #2194
### Tooling and Artifact Changes

#### Improvements
* Improved documentation formatting to better follow the contributing guide. #2226

<!-- All empty sections:
Expand Down

0 comments on commit 10192e4

Please sign in to comment.