Skip to content

Commit

Permalink
Merge branch 'main' into llm-security-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
peasead authored Nov 14, 2024
2 parents 9fc6c66 + 9c55b1d commit 5495b46
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 9 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
# CHANGELOG
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/).

## [8.16.0](https://github.com/elastic/ecs/compare/v8.11.0...v8.16.0)

### Schema Changes

#### Bugfixes
* Fix broken link in docs for vulnerability.id. #2328

#### Added

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

#### Improvements

* Define base encoding of `x509.serial_number`. #2383

### Tooling and Artifact Changes

#### Bugfixes

* Fix broken link for vulnerabilty.id #2328

#### Added

* Documentation in README.md providing instruction on contributions to ECS during the OTel donation #2325

## [8.11.0](https://github.com/elastic/ecs/compare/v8.10.0...v8.11.0)

### Schema Changes
Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ Thanks, you're awesome :-) -->
#### Breaking changes

#### Bugfixes
* Fix broken link in docs for vulnerability.id. #2328

#### Added

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

#### Improvements

* Define base encoding of `x509.serial_number`. #2383
Expand All @@ -37,8 +30,6 @@ Thanks, you're awesome :-) -->

#### Added

* Documentation in README.md providing instruction on contributions to ECS during the OTel donation #2325

#### Improvements

#### Deprecated
Expand Down
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 5495b46

Please sign in to comment.