Skip to content

Commit 17dd1b5

Browse files
authored
Merge branch 'main' into renovate/actions-checkout-digest
2 parents 2de9714 + a661e2d commit 17dd1b5

File tree

149 files changed

+14726
-4973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+14726
-4973
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"upstream": "elastic/ecs",
33
"branches": [
44
{ "name": "main", "checked": true },
5+
"9.3",
56
"9.2",
67
"9.1",
78
"9.0",

.github/workflows/build_ecs_typescript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
GH_TOKEN: ${{ steps.get_token.outputs.token }}
2424
run: |
2525
curl -L \
26+
--fail \
2627
-X POST \
2728
-H "Accept: application/vnd.github+json" \
2829
-H "Authorization: Bearer ${GH_TOKEN}" \

.github/workflows/docs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
docs-preview:
1313
uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
1414
with:
15+
enable-vale-linting: true
1516
path-pattern: docs/**
1617
permissions:
1718
deployments: write

.github/workflows/stale.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mark stale pull requests
1+
name: Manage stale pull requests
22

33
on:
44
schedule:
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Check PRs"
18-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
18+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
stale-pr-message: |
@@ -29,10 +29,18 @@ jobs:
2929
be extremely helpful if you could take a look at it as well and confirm its
3030
relevance. A simple comment with a nice emoji will be enough `:+1`.
3131
32+
If there is no activity on this PR within the **next 2 weeks**, it will be
33+
automatically closed.
34+
35+
Thank you for your contribution!
36+
close-pr-message: |
37+
This PR has been automatically closed due to inactivity. If you'd like to
38+
continue working on this, feel free to re-open the PR or create a new one.
39+
3240
Thank you for your contribution!
3341
stale-pr-label: 'stale'
3442
ascending: true
35-
days-before-pr-stale: 60
43+
days-before-pr-stale: 30
3644
days-before-issue-stale: -1
37-
days-before-close: -1
45+
days-before-close: 15
3846
operations-per-run: 120

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Thanks, you're awesome :-) -->
3030

3131
#### Improvements
3232

33+
* Increase composable template `total_fields.limit` from 2000 to 2500. #2584
34+
3335
#### Deprecated
3436

3537
<!-- All empty sections:

0 commit comments

Comments
 (0)