Skip to content
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

Stage 3 changes for RFC 0012 - orchestrator field set #1417

Merged
merged 3 commits into from
May 17, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions schemas/orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down