Skip to content

Commit 3fc25dd

Browse files
authored
Forward port 9.3 release details (#2581)
* finalize changelog for 9.3 release (#2578) * release notes for 9.3 (#2579)
1 parent f74de85 commit 3fc25dd

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.3.0](https://github.com/elastic/ecs/compare/v9.2.0...v9.3.0)
7+
8+
### Schema Changes
9+
10+
#### Added
11+
12+
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
13+
* Allow entity fields at root level. #2567
14+
* Added `entity.target` for self-nesting. #2567
15+
* Added the target field to be nested under host #2571
16+
17+
#### Improvements
18+
19+
* Added details for implementation of url.query to avoid ambiguity #2488
20+
621
## [9.2.0](https://github.com/elastic/ecs/compare/v9.1.0...v9.2.0)
722

823
### Schema Changes

CHANGELOG.next.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
77
Thanks, you're awesome :-) -->
88

9-
## 9.3.0 (Feature Freeze)
10-
11-
### Schema Changes
12-
13-
#### Added
14-
15-
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
16-
* Allow entity fields at root level. #2567
17-
* Added `entity.target` for self-nesting. #2567
18-
* Added the target field to be nested under host #2571
19-
20-
#### Improvements
21-
22-
* Added details for implementation of url.query to avoid ambiguity #2488
23-
249
## Unreleased
2510

2611
### Schema Changes
@@ -31,15 +16,8 @@ Thanks, you're awesome :-) -->
3116

3217
#### Added
3318

34-
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. #2567
35-
* Allow entity fields at root level. #2567
36-
* Added `entity.target` for self-nesting. #2567
37-
* Added the target field to be nested under host #2571
38-
3919
#### Improvements
4020

41-
* Added details for implementation of url.query to avoid ambiguity #2488
42-
4321
#### Deprecated
4422

4523
### Tooling and Artifact Changes

docs/release-notes/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [ecs-next-fixes]
2121
% *
2222

23+
## 9.3.0 [ecs-9-3-0-release-notes]
24+
25+
### Features and enhancements [ecs-9-3-0-features-enhancements]
26+
27+
* Added details for implementation of url.query to avoid ambiguity [#2488](https://github.com/elastic/ecs/pull/2488)
28+
* Added `cloud` and `orchestrator` as allowed values for `entity.type`. [#2567](https://github.com/elastic/ecs/pull/2567)
29+
* Allow entity fields at root level. [#2567](https://github.com/elastic/ecs/pull/2567)
30+
* Added `entity.target` for self-nesting. [#2567](https://github.com/elastic/ecs/pull/2567)
31+
* Added the target field to be nested under host [#2571](https://github.com/elastic/ecs/pull/2571)
32+
2333
## 9.2.0 [ecs-9-2-0-release-notes]
2434

2535
### Features and enhancements [ecs-9-2-0-features-enhancements]

0 commit comments

Comments
 (0)