Skip to content

Update ECS version to 9.0 #3212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,10 +1048,10 @@ contents:
path: docs/asciidoc
- title: Elastic Common Schema (ECS) Reference
prefix: en/ecs
# Please do not update current to 8.18
current: 8.17
branches: [ 8.17, 8.16, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0 ]
live: [ 8.17, 1.12 ]
# Please do not update current to 9.1
current: 9.0
branches: [ 9.0, 8.17, 8.16, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0 ]
live: [ 9.0 ]
index: docs/index.asciidoc
chunk: 2
tags: Elastic Common Schema (ECS)/Reference
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/9.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bare_version never includes -alpha or -beta
:prev-major-version: 8.x
:prev-major-last: 8.17
:major-version-only: 9
:ecs_version: 8.17
:ecs_version: 9.0
:esf_version: master
:ece-version-link: current
//////////
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/master.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bare_version never includes -alpha or -beta
:prev-major-version: 8.x
:prev-major-last: 8.18
:major-version-only: 9
:ecs_version: 8.17
:ecs_version: 9.0
:esf_version: master
:ece-version-link: current
//////////
Expand Down