-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding release notes for ECS 8.10 (#2274)
- Loading branch information
1 parent
f6e74a8
commit af9c94d
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[[ecs-release-notes-8.10.0]] | ||
=== 8.10.0 | ||
|
||
[[schema-changes-8.10.0]] | ||
[float] | ||
==== Schema changes | ||
|
||
[[schema-added-8.10.0]] | ||
[float] | ||
===== Added | ||
|
||
* Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. {ecs_pull}2219[#2219], {ecs_pull}2225[#2225], {ecs_pull}2246[#2246] | ||
* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. {ecs_pull}2245[#2245] | ||
* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. {ecs_pull}2245[#2245] | ||
|
||
[[schema-improvements-8.10.0]] | ||
[float] | ||
===== Improvements | ||
|
||
* Permit `ignore_above` if explicitly set on a `flattened` field. {ecs_pull}2248[#2248] | ||
|
||
[[tooling-changes-8.10.0]] | ||
[float] | ||
==== Tooling and artifact changes | ||
|
||
[[tooling-improvements-8.10.0]] | ||
[float] | ||
===== Improvements | ||
|
||
* Improved documentation formatting to better follow the contributing guide. {ecs_pull}2226[#2226] | ||
* Bump `gitpython` dependency from 3.1.30 to 3.1.35 for security fixes. {ecs_pull}2251[#2251], {ecs_pull}2264[#2264], {ecs_pull}2265[#2265] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters