Skip to content

Commit 8fd1c6e

Browse files
bmorelli25jrodewig
andauthored
Bump current version to 7.17 (#2333)
* bump current version * Swap 7.16 for 7.17 in attributes * Update live branches * Update Java Transport Client Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
1 parent b3c1eb0 commit 8fd1c6e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

conf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ contents_title: Elastic Stack and Product Documentation
7171
# <key>: &<variable> <value>
7272
# The keys don't really matter, but by convention the are the same as the variable.
7373
variables:
74-
stackcurrent: &stackcurrent 7.16
75-
stacklive: &stacklive [ master, 8.0, 7.17, 7.16, 6.8 ]
74+
stackcurrent: &stackcurrent 7.17
75+
stacklive: &stacklive [ master, 8.0, 7.17, 6.8 ]
7676

77-
stacklivemain: &stacklivemain [ main, 8.0, 7.17, 7.16, 6.8 ]
77+
stacklivemain: &stacklivemain [ main, 8.0, 7.17, 6.8 ]
7878

7979
cloudSaasCurrent: &cloudSaasCurrent ms-68
8080

@@ -653,9 +653,9 @@ contents:
653653
exclude_branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
654654
- title: Java Transport Client (deprecated)
655655
prefix: java-api
656-
current: *stackcurrent
656+
current: 7.17
657657
branches: [ 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
658-
live: *stacklive
658+
live: [7.17, 6.8]
659659
index: docs/java-api/index.asciidoc
660660
tags: Clients/Java
661661
subject: Clients

shared/attributes.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}
22
:ref-bare: https://www.elastic.co/guide/en/elasticsearch/reference
33
:ref-80: https://www.elastic.co/guide/en/elasticsearch/reference/master
4-
:ref-7x: https://www.elastic.co/guide/en/elasticsearch/reference/7.16
4+
:ref-7x: https://www.elastic.co/guide/en/elasticsearch/reference/7.17
55
:ref-70: https://www.elastic.co/guide/en/elasticsearch/reference/7.0
66
:ref-60: https://www.elastic.co/guide/en/elasticsearch/reference/6.0
77
:ref-64: https://www.elastic.co/guide/en/elasticsearch/reference/6.4
@@ -61,7 +61,7 @@ Elastic-level pages
6161
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/2.x
6262
:painless: https://www.elastic.co/guide/en/elasticsearch/painless/{branch}
6363
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/{branch}
64-
:plugins-7x: https://www.elastic.co/guide/en/elasticsearch/plugins/7.16
64+
:plugins-7x: https://www.elastic.co/guide/en/elasticsearch/plugins/7.17
6565
:plugins-6x: https://www.elastic.co/guide/en/elasticsearch/plugins/6.8
6666
:glossary: https://www.elastic.co/guide/en/elastic-stack-glossary/current
6767
:upgrade_guide: https://www.elastic.co/products/upgrade_guide
@@ -430,7 +430,7 @@ Legacy definitions
430430
///////
431431
Temporarily reroute APM Agent links to the new APM documentation book
432432
///////
433-
ifeval::["{branch}"=="7.16"]
433+
ifeval::["{branch}"=="7.17"]
434434
:apm-server-ref: {apm-guide-ref}
435435
:apm-server-ref-v: {apm-guide-ref}
436436
:apm-overview-ref-v: {apm-guide-ref}

shared/versions/stack/7.16.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ release-state can be: released | prerelease | unreleased
2222
//////////
2323
is-current-version can be: true | false
2424
//////////
25-
:is-current-version: true
25+
:is-current-version: false
2626

2727
//////////
2828
hide-xpack-tags defaults to "false" (they are shown unless set to "true")

shared/versions/stack/7.17.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ bare_version never includes -alpha or -beta
1717
//////////
1818
release-state can be: released | prerelease | unreleased
1919
//////////
20-
:release-state: unreleased
20+
:release-state: released
2121

2222
//////////
2323
is-current-version can be: true | false
2424
//////////
25-
:is-current-version: false
25+
:is-current-version: true
2626

2727
//////////
2828
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include::7.16.asciidoc[]
1+
include::7.17.asciidoc[]

0 commit comments

Comments
 (0)