From 91766781d456bb13f632fafa4cd92f3025d55c38 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Mon, 17 May 2021 16:24:46 -0500 Subject: [PATCH] Stage 3 changes for RFC 0012 - `orchestrator` field set (#1417) * remove beta attribute from field set * update changelog --- CHANGELOG.next.md | 2 ++ docs/field-details.asciidoc | 2 -- experimental/generated/ecs/ecs_nested.yml | 1 - generated/ecs/ecs_nested.yml | 1 - schemas/orchestrator.yml | 2 -- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 432214ca61..9947f6e2f2 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -19,6 +19,8 @@ Thanks, you're awesome :-) --> #### Added +* Remove `beta` from `orchestrator` field set. #1417 + #### Improvements * Fix ecs GitHub repo link source branch #1393 diff --git a/docs/field-details.asciidoc b/docs/field-details.asciidoc index f6d20c5893..b0f96b297d 100644 --- a/docs/field-details.asciidoc +++ b/docs/field-details.asciidoc @@ -4788,8 +4788,6 @@ type: keyword Fields that describe the resources which container orchestrators manage or act upon. -beta::[ These fields are in beta and are subject to change.] - [discrete] ==== Orchestrator Field Details diff --git a/experimental/generated/ecs/ecs_nested.yml b/experimental/generated/ecs/ecs_nested.yml index 43661a6843..83244a4a5b 100644 --- a/experimental/generated/ecs/ecs_nested.yml +++ b/experimental/generated/ecs/ecs_nested.yml @@ -7390,7 +7390,6 @@ observer: title: Observer type: group orchestrator: - beta: These fields are in beta and are subject to change. description: Fields that describe the resources which container orchestrators manage or act upon. fields: diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index 5c3f2fac5a..7913e8897a 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -6043,7 +6043,6 @@ observer: title: Observer type: group orchestrator: - beta: These fields are in beta and are subject to change. description: Fields that describe the resources which container orchestrators manage or act upon. fields: diff --git a/schemas/orchestrator.yml b/schemas/orchestrator.yml index e63105e3ce..e90577ca70 100644 --- a/schemas/orchestrator.yml +++ b/schemas/orchestrator.yml @@ -3,8 +3,6 @@ title: Orchestrator group: 2 short: Fields relevant to container orchestrators. - beta: > - These fields are in beta and are subject to change. description: > Fields that describe the resources which container orchestrators manage or act upon.