Skip to content

Update ES clients to use stackcurrent and stacklivemain variables #2385

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

Merged
merged 2 commits into from
Feb 28, 2022
Merged
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
31 changes: 14 additions & 17 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ contents:
sections:
- title: Java Client
prefix: java-api-client
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16 ]
live: [ main, 8.1, 8.0, 7.17, 7.16 ]
live: *stacklivemain
index: docs/index.asciidoc
chunk: 1
tags: Clients/Java
Expand All @@ -507,9 +507,9 @@ contents:
path: client
- title: JavaScript Client
prefix: javascript-api
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16, 6.x, 5.x ]
live: [ main, 8.1, 8.0, 7.17, 7.16 ]
live: *stacklivemain
index: docs/index.asciidoc
chunk: 1
tags: Clients/JavaScript
Expand All @@ -520,9 +520,9 @@ contents:
path: docs/
- title: Ruby Client
prefix: ruby-api
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16 ]
live: [ main, 8.1, 8.0, 7.17, 7.16 ]
live: *stacklivemain
index: docs/index.asciidoc
chunk: 1
tags: Clients/Ruby
Expand All @@ -533,9 +533,9 @@ contents:
path: docs/
- title: Go Client
prefix: go-api
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16 ]
live: [ main, 8.1, 8.0, 7.17, 7.16 ]
live: *stacklivemain
index: .doc/index.asciidoc
chunk: 1
tags: Clients/Go
Expand All @@ -546,11 +546,9 @@ contents:
path: .doc/
- title: .NET Clients
prefix: net-api
# The elasticsearch-net repo only keeps .x branches. Do not
# bump these with the rest of the stack.
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16, 7.x, 6.x, 5.x, 2.x, 1.x ]
live: [ main, 8.1, 8.0, 7.17, 7.16, 7.x ]
live: *stacklivemain
index: docs/index.asciidoc
tags: Clients/.Net
subject: Clients
Expand All @@ -561,10 +559,9 @@ contents:
path: docs/
- title: PHP Client
prefix: php-api
current: 7.16
# need to keep 7.x until all tooling is switched over to 7.16
current: *stackcurrent
branches: [ master, 8.1, 8.0, 7.17, 7.16, 7.x, 6.x, 5.x, 2.x, 1.x, 0.4 ]
live: [ master, 8.1, 8.0, 7.17, 7.16, 7.x ]
live: *stacklivemain
index: docs/index.asciidoc
chunk: 1
tags: Clients/PHP
Expand All @@ -591,9 +588,9 @@ contents:
path: docs/
- title: Python Client
prefix: python-api
current: 7.16
current: *stackcurrent
branches: [ {main: master}, 8.1, 8.0, 7.17, 7.16 ]
live: [ main, 8.1, 8.0, 7.17, 7.16 ]
live: *stacklivemain
index: docs/guide/index.asciidoc
chunk: 1
tags: Clients/Python
Expand Down