Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 8.16 release notes #2405

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/release-notes/8.16.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[[ecs-release-notes-8.16.0]]
=== 8.16.0

[[schema-changes-8.16.0]]
[float]
==== Schema changes

[[schema-bugfixes-8.16.0]]
[float]
===== Bugfixes
* Fix broken link in docs for vulnerability.id. {ecs_pull}2328[#2328]

[[schema-added-8.16.0]]
[float]
===== Added

* Added `volume.*` as beta field set. {ecs_pull}2269[#2269]
* Advanced `process.env_vars` to GA. {ecs_pull}2315[#2315]
* Advanced `process.io` and `process.tty` fields to GA. {ecs_pull}2317[#2317]
* Added `threat.indicator.id`. {ecs_pull}2324[#2324]
* Added `process.group` to generated schemas. {ecs_pull}2335[#2335]


[[tooling-changes-8.16.0]]
[float]
==== Tooling and artifact changes

[[tooling-bugfixes-8.16.0]]
[float]
===== Bugfixes
* Fix broken link for vulnerabilty.id {ecs_pull}2328[#2328]

[[tooling-added-8.16.0]]
[float]
===== Added

* Documentation in README.md providing instruction on contributions to ECS during the OTel donation {ecs_pull}2325[#2325]

2 changes: 2 additions & 0 deletions docs/release-notes/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in each release.

* <<ecs-release-notes-8.16.0, {ecs} version 8.16.0>>
* <<ecs-release-notes-8.11.0, {ecs} version 8.11.0>>
* <<ecs-release-notes-8.10.0, {ecs} version 8.10.0>>
* <<ecs-release-notes-8.9.0, {ecs} version 8.9.0>>
Expand All @@ -27,6 +28,7 @@ This section summarizes the changes in each release.
:issue: https://github.com/elastic/ecs/issues/
:pull: https://github.com/elastic/ecs/pull/

include::8.16.asciidoc[]
include::8.11.asciidoc[]
include::8.10.asciidoc[]
include::8.9.asciidoc[]
Expand Down