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

Bump current version to 8.13 #2939

Merged
merged 3 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ contents_title: Elastic documentation
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 8.12
stacklive: &stacklive [ 8.12, 7.17 ]
stackcurrent: &stackcurrent 8.13
stacklive: &stacklive [ 8.13, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-103

Expand Down Expand Up @@ -551,7 +551,7 @@ contents:
path: docs
exclude_branches: [ 0.7, 0.6 ]
map_branches:
1.x: *stackcurrent
1.x: main
- title: APM .NET Agent
prefix: dotnet
current: 1.x
Expand Down Expand Up @@ -590,8 +590,8 @@ contents:
path: docs
exclude_branches: [ 2.x, 1.x, 0.x ]
map_branches:
3.x: *stackcurrent
4.x: *stackcurrent
3.x: main
4.x: main
- title: APM PHP Agent
prefix: php
current: 1.x
Expand Down Expand Up @@ -630,7 +630,7 @@ contents:
path: docs
exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ]
map_branches:
6.x: *stackcurrent
6.x: main
- title: APM Ruby Agent
prefix: ruby
current: 4.x
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.12.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ release-state can be: released | prerelease | unreleased
//////////
is-current-version can be: true | false
//////////
:is-current-version: true
:is-current-version: false

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
4 changes: 2 additions & 2 deletions shared/versions/stack/8.13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Keep the :esf_version: attribute value as master.
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: unreleased
:release-state: released

//////////
is-current-version can be: true | false
//////////
:is-current-version: false
:is-current-version: true

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/current.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include::8.12.asciidoc[]
include::8.13.asciidoc[]