Skip to content

Commit da73ff1

Browse files
authored
Prepare release notes for v9.0.0 (#2466)
1 parent cc95254 commit da73ff1

File tree

9 files changed

+141
-56
lines changed

9 files changed

+141
-56
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
# CHANGELOG
44
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/).
55

6+
## [9.0.0](https://github.com/elastic/ecs/compare/v8.17.0...v9.0.0)
7+
8+
### Schema Changes
9+
10+
#### Breaking changes
11+
12+
* Remove deprecated fields from previous major release; `process.pgid`, `service.node.role`, and inherited users. #2410
13+
14+
#### Bugfixes
15+
16+
* Fix link rendering issues and usage of http in links. #2423
17+
* Fix link rendering for additional fields. #2458
18+
19+
#### Added
20+
21+
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas. #2441
22+
23+
#### Improvements
24+
25+
* Define base encoding of `x509.serial_number`. #2383
26+
* Restrict the encoding of `x509.serial_number` to base 16. #2398
27+
* Promote beta fields to GA. #2411
28+
* Set synthetic_source_keep = none on fields that represent sets. #2422
29+
* Increase ignore_above value for url.query. #2424
30+
31+
### Tooling and Artifact Changes
32+
33+
#### Added
34+
35+
* Add mapping between ECS and OpenTelemetry. #2415
36+
637
## [8.17.0](https://github.com/elastic/ecs/compare/v8.16.0...v8.17.0)
738

839
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Thanks, you're awesome :-) -->
1414

1515
#### Bugfixes
1616

17-
* Fix link rendering issues and usage of http in links. #2423
18-
* Fix link rendering for additional fields. #2458
19-
2017
#### Added
2118

2219
#### Improvements
@@ -35,41 +32,6 @@ Thanks, you're awesome :-) -->
3532

3633
#### Deprecated
3734

38-
39-
## 9.0.0 (Feature Freeze)
40-
41-
### Schema Changes
42-
43-
#### Breaking changes
44-
45-
* Remove deprecated fields from previous major release; `process.pgid`, `service.node.role`, and inherited users. #2410
46-
47-
#### Bugfixes
48-
49-
* Fix link rendering issues and usage of http in links. #2423
50-
51-
#### Added
52-
53-
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas. #2441
54-
55-
#### Improvements
56-
57-
* Increase ignore_above value for url.query. #2424
58-
* Set synthetic_source_keep = none on fields that represent sets. #2422
59-
* Promote beta fields to GA. #2411
60-
* Restrict the encoding of `x509.serial_number` to base 16. #2398
61-
* Define base encoding of `x509.serial_number`. #2383
62-
63-
### Tooling and Artifact Changes
64-
65-
#### Added
66-
67-
* Add mapping between ECS and OpenTelemetry. #2415
68-
69-
#### Improvements
70-
71-
* Update data_stream.yml with top level type: group. #2414
72-
7335
<!-- All empty sections:
7436
7537
## Unreleased

docs/docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cross_links:
88
- logstash-docs-md
99
toc:
1010
- toc: reference
11+
- toc: release-notes
1112
subs:
1213
es: "Elasticsearch"
1314
kib: "Kibana"

docs/release-notes/8.17.asciidoc

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
navigation_title: "Breaking changes"
3+
---
4+
5+
# ECS breaking changes [ecs-breaking-changes]
6+
Breaking changes can impact your Elastic applications, potentially disrupting normal operations.
7+
Before you upgrade, carefully review the ECS breaking changes and take the necessary steps to mitigate any issues.
8+
9+
% ## Next version [ecs-nextversion-breaking-changes]
10+
11+
% ::::{dropdown} Title of breaking change
12+
% Description of the breaking change.
13+
% For more information, check [PR #](PR link).
14+
% **Impact**<br> Impact of the breaking change.
15+
% **Action**<br> Steps for mitigating deprecation impact.
16+
% ::::
17+
18+
## 9.0.0 [ecs-9-0-0-breaking-changes]
19+
20+
21+
:::::{dropdown} Remove previously deprecated fields
22+
:name: remove-deprecated-fields-9.0.0
23+
24+
We've removed fields that were marked as deprecated in the previous major version of ECS.
25+
26+
The removed fields are: `process.parent.pgid`, `process.pgid`, `service.node.role`,
27+
`service.origin.node.role`, `service.target.node.role`.
28+
29+
For more information, check [#2410](https://github.com/elastic/ecs/pull/2410).
30+
:::::

docs/release-notes/deprecations.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
navigation_title: "Deprecations"
3+
---
4+
5+
# ECS deprecations [ecs-deprecations]
6+
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.
7+
8+
Review the deprecated functionality for ECS.
9+
While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.
10+
11+
% ## Next version [ecs-versionnext-deprecations]
12+
13+
% ::::{dropdown} Deprecation title
14+
% Description of the deprecation.
15+
% For more information, check [PR #](PR link).
16+
% **Impact**<br> Impact of deprecation.
17+
% **Action**<br> Steps for mitigating deprecation impact.
18+
% ::::
19+
20+
## 9.0.0 [ecs-9-0-0-deprecations]
21+
22+
None at this time

docs/release-notes/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
navigation_title: "ECS"
3+
mapped_pages:
4+
- https://www.elastic.co/guide/en/ecs/current/releasenotes.html
5+
---
6+
7+
# ECS release notes [ecs-release-notes]
8+
9+
Review the changes, fixes, and more in each version of ECS.
10+
11+
To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).
12+
13+
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
14+
15+
% ## version.next [ecs-next-release-notes]
16+
17+
% ### Features and enhancements [ecs-next-features-enhancements]
18+
% *
19+
20+
% ### Fixes [ecs-next-fixes]
21+
% *
22+
23+
## 9.0.0 [ecs-9-0-0-release-notes]
24+
25+
### Features and enhancements [ecs-9-0-0-features-enhancements]
26+
27+
* Define base encoding of `x509.serial_number`. [#2383](https://github.com/elastic/ecs/pull/2383)
28+
* Restrict the encoding of `x509.serial_number` to base 16. [#2398](https://github.com/elastic/ecs/pull/2398)
29+
* Promote beta fields to GA. [#2411](https://github.com/elastic/ecs/pull/2411)
30+
* Add mapping between ECS and OpenTelemetry. [#2415](https://github.com/elastic/ecs/pull/2415)
31+
* Set synthetic_source_keep = none on fields that represent sets. [#2422](https://github.com/elastic/ecs/pull/2422)
32+
* Increase ignore_above value for url.query. [#2424](https://github.com/elastic/ecs/pull/2424)
33+
* Add `origin_referrer_url` and `origin_url` fields, which indicate the origin information to the file, process and dll schemas. [#2441](https://github.com/elastic/ecs/pull/2441)
34+
35+
### Fixes [ecs-9-0-0-fixes]
36+
37+
* Fix link rendering issues and usage of http in links. [#2423](https://github.com/elastic/ecs/pull/2423)
38+
* Fix link rendering for additional fields. [#2458](https://github.com/elastic/ecs/pull/2458)

docs/release-notes/known-issues.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
navigation_title: "Known issues"
3+
---
4+
5+
# ECS known issues [ecs-known-issues]
6+
7+
Known issues are significant defects or limitations that may impact your implementation.
8+
These issues are actively being worked on and will be addressed in a future release.
9+
Review known issues to help you make informed decisions, such as upgrading to a new version.
10+
11+
12+
## 9.0.0
13+
14+
None at this time

docs/release-notes/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
toc:
2+
- file: index.md
3+
- file: known-issues.md
4+
- file: breaking-changes.md
5+
- file: deprecations.md

0 commit comments

Comments
 (0)