Skip to content

Commit b84e990

Browse files
committed
Bump to version 8.17.0
1 parent 0cab608 commit b84e990

File tree

13 files changed

+86
-106
lines changed

13 files changed

+86
-106
lines changed

.backportrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"upstream" : "elastic/elasticsearch",
3-
"targetBranchChoices" : [ "main", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
3+
"targetBranchChoices" : [ "main", "8.x", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v8.16.0$" : "main",
6+
"^v9.0.0$" : "main",
7+
"^v8.17.0$" : "8.x",
78
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
89
}
910
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0"]
59+
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0", "8.17.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004
@@ -76,7 +76,6 @@ steps:
7676
- trigger: elasticsearch-dra-workflow
7777
label: Trigger DRA snapshot workflow
7878
async: true
79-
branches: "main 8.* 7.17"
8079
build:
8180
branch: "$BUILDKITE_BRANCH"
8281
commit: "$BUILDKITE_COMMIT"

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,22 @@ steps:
591591
env:
592592
BWC_VERSION: 8.16.0
593593

594+
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
595+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0
596+
timeout_in_minutes: 300
597+
matrix:
598+
setup:
599+
image:
600+
- rocky-8
601+
- ubuntu-2004
602+
agents:
603+
provider: gcp
604+
image: family/elasticsearch-{{matrix.image}}
605+
machineType: custom-16-32768
606+
buildDirectory: /dev/shm/bk
607+
env:
608+
BWC_VERSION: 8.17.0
609+
594610
- group: packaging-tests-windows
595611
steps:
596612
- label: "{{matrix.image}} / packaging-tests-windows"

.buildkite/pipelines/periodic.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,25 @@ steps:
667667
- signal_reason: agent_stop
668668
limit: 3
669669

670+
- label: 8.17.0 / bwc
671+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.0#bwcTest
672+
timeout_in_minutes: 300
673+
agents:
674+
provider: gcp
675+
image: family/elasticsearch-ubuntu-2004
676+
machineType: n1-standard-32
677+
buildDirectory: /dev/shm/bk
678+
preemptible: true
679+
env:
680+
BWC_VERSION: 8.17.0
681+
retry:
682+
automatic:
683+
- exit_status: "-1"
684+
limit: 3
685+
signal_reason: none
686+
- signal_reason: agent_stop
687+
limit: 3
688+
670689
- label: concurrent-search-tests
671690
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
672691
timeout_in_minutes: 420
@@ -733,7 +752,7 @@ steps:
733752
setup:
734753
ES_RUNTIME_JAVA:
735754
- openjdk17
736-
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0"]
755+
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0", "8.17.0"]
737756
agents:
738757
provider: gcp
739758
image: family/elasticsearch-ubuntu-2004
@@ -781,7 +800,7 @@ steps:
781800
- openjdk21
782801
- openjdk22
783802
- openjdk23
784-
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0"]
803+
BWC_VERSION: ["7.17.25", "8.15.3", "8.16.0", "8.17.0"]
785804
agents:
786805
provider: gcp
787806
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ BWC_VERSION:
3434
- "8.14.3"
3535
- "8.15.3"
3636
- "8.16.0"
37+
- "8.17.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ BWC_VERSION:
22
- "7.17.25"
33
- "8.15.3"
44
- "8.16.0"
5+
- "8.17.0"

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 8.16.0
1+
elasticsearch = 8.17.0
22
lucene = 9.12.0
33

44
bundled_jdk_vendor = openjdk

docs/reference/migration/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include::migration_intro.asciidoc[]
22

3+
* <<migrating-8.17,Migrating to 8.17>>
34
* <<migrating-8.16,Migrating to 8.16>>
45
* <<migrating-8.15,Migrating to 8.15>>
56
* <<migrating-8.14,Migrating to 8.14>>
@@ -18,6 +19,7 @@ include::migration_intro.asciidoc[]
1819
* <<migrating-8.1,Migrating to 8.1>>
1920
* <<migrating-8.0,Migrating to 8.0>>
2021
22+
include::migrate_8_17.asciidoc[]
2123
include::migrate_8_16.asciidoc[]
2224
include::migrate_8_15.asciidoc[]
2325
include::migrate_8_14.asciidoc[]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[migrating-8.17]]
2+
== Migrating to 8.17
3+
++++
4+
<titleabbrev>8.17</titleabbrev>
5+
++++
6+
7+
This section discusses the changes that you need to be aware of when migrating
8+
your application to {es} 8.17.
9+
10+
See also <<release-highlights>> and <<es-release-notes>>.
11+
12+
coming::[8.17.0]
13+
14+
15+
[discrete]
16+
[[breaking-changes-8.17]]
17+
=== Breaking changes
18+
19+
There are no breaking changes in {es} 8.17.
20+

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.17.0>>
910
* <<release-notes-8.16.0>>
1011
* <<release-notes-8.15.2>>
1112
* <<release-notes-8.15.1>>
@@ -73,6 +74,7 @@ This section summarizes the changes in each release.
7374

7475
--
7576

77+
include::release-notes/8.17.0.asciidoc[]
7678
include::release-notes/8.16.0.asciidoc[]
7779
include::release-notes/8.15.2.asciidoc[]
7880
include::release-notes/8.15.1.asciidoc[]

0 commit comments

Comments
 (0)