Skip to content

Commit a0a31cb

Browse files
committed
wait to use *stack variable after merging this PR
1 parent 484e93d commit a0a31cb

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

config/assembler.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ references:
7171
apm-agent-rum-js:
7272
apm-aws-lambda:
7373
apm-k8s-attacher:
74-
beats: *stack
7574
ecs-dotnet:
7675
ecs-logging-go-logrus:
7776
ecs-logging-go-zap:
@@ -82,7 +81,6 @@ references:
8281
ecs-logging-python:
8382
ecs-logging-ruby:
8483
ecs-logging:
85-
ecs: *stack
8684
elastic-otel-dotnet:
8785
elastic-otel-java:
8886
elastic-otel-node:
@@ -92,9 +90,26 @@ references:
9290
integration-docs:
9391
integrations:
9492
logstash-docs-md:
95-
logstash: *stack
9693
opentelemetry:
97-
94+
95+
# stack aligned gated
96+
# TODO we can use *stack after merging this PR
97+
#beats: *stack
98+
#ecs: *stack
99+
#logstash: *stack
100+
beats:
101+
current: 9.0
102+
next: 9.1
103+
edge: main
104+
ecs:
105+
current: 9.0
106+
next: 9.1
107+
edge: main
108+
logstash:
109+
current: 9.0
110+
next: 9.1
111+
edge: main
112+
98113
# @elastic/admin-docs
99114
cloud-on-k8s:
100115
cloud:

0 commit comments

Comments
 (0)