Skip to content

Add stack and stack_next variables to assembler.yml #1541

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
11 changes: 6 additions & 5 deletions src/tooling/docs-assembler/assembler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environments:
auth: nPocPUG0wiH68jsVeyRSxA
preview: env-507
cookies_win: x
edge:
edge:
uri: https://d34ipnu52o64md.cloudfront.net
path_prefix: docs
content_source: current
Expand All @@ -32,6 +32,7 @@ environments:

named_git_references:
stack: &stack 9.0
stack_next: &stack_next 9.1
cloud-hosted: ms-120

###
Expand Down Expand Up @@ -66,8 +67,8 @@ references:
apm-aws-lambda:
apm-k8s-attacher:
beats:
current: "9.0"
next: main
current: *stack
next: *stack_next
cloud-on-k8s:
cloud:
current: master
Expand Down Expand Up @@ -114,8 +115,8 @@ references:
kibana:
logstash-docs-md:
logstash:
current: "9.0"
next: main
current: *stack
next: *stack_next
opentelemetry:
search-ui:
integration-docs:
Expand Down
Loading