diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 74f294c818..4eeedc7e22 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -16,6 +16,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.