Skip to content

Bump current version to 7.16 #2299

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
Dec 7, 2021
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
6 changes: 3 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ contents_title: Elastic Stack and Product Documentation
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 7.15
stacklive: &stacklive [ master, 8.0, 7.16, 7.15, 6.8 ]
stackcurrent: &stackcurrent 7.16
stacklive: &stacklive [ master, 8.0, 7.16, 6.8 ]

stacklivemain: &stacklivemain [ main, 8.0, 7.16, 7.15, 6.8 ]
stacklivemain: &stacklivemain [ main, 8.0, 7.16, 6.8 ]

cloudSaasCurrent: &cloudSaasCurrent ms-65

Expand Down
12 changes: 6 additions & 6 deletions shared/attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
:apm-server-ref-64: https://www.elastic.co/guide/en/apm/server/6.4
:apm-server-ref-70: https://www.elastic.co/guide/en/apm/server/7.0
///////
APM does not build n.x documentation. Links from .x branches should point to master instead
Temporarily reroute APM Agent links to the new APM documentation book
///////
ifeval::["{source_branch}"=="7.x"]
:apm-server-ref: {apm-server-ref-m}
:apm-server-ref-v: {apm-server-ref-m}
:apm-overview-ref-v: {apm-overview-ref-m}
:apm-get-started-ref: {apm-overview-ref-m}
ifeval::["{branch}"=="7.16"]
:apm-server-ref: {apm-guide-ref}
:apm-server-ref-v: {apm-guide-ref}
:apm-overview-ref-v: {apm-guide-ref}
:apm-get-started-ref: {apm-guide-ref}
endif::[]
:apm-agents-ref: https://www.elastic.co/guide/en/apm/agent
:apm-py-ref: https://www.elastic.co/guide/en/apm/agent/python/current
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/7.15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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/7.16.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ bare_version never includes -alpha or -beta
//////////
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::7.15.asciidoc[]
include::7.16.asciidoc[]