Skip to content

Commit

Permalink
Add 8.16 release notes (#2405)
Browse files Browse the repository at this point in the history
Add 8.16 release notes
  • Loading branch information
mjwolf authored Nov 13, 2024
1 parent ba56ea8 commit 899f346
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
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

0 comments on commit 899f346

Please sign in to comment.