Skip to content

Commit 5261ec3

Browse files
author
elasticsearchmachine
committed
Bump to version 8.18.0
1 parent cafa440 commit 5261ec3

File tree

13 files changed

+79
-8
lines changed

13 files changed

+79
-8
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"upstream" : "elastic/elasticsearch",
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" ],
3+
"targetBranchChoices" : [ "main", "8.x", "8.17", "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" : {
66
"^v9.0.0$" : "main",
7-
"^v8.17.0$" : "8.x",
7+
"^v8.18.0$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
1010
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
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.26", "8.16.1", "8.17.0"]
59+
BWC_VERSION: ["7.17.26", "8.16.1", "8.17.0", "8.18.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,22 @@ steps:
607607
env:
608608
BWC_VERSION: 8.17.0
609609

610+
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
611+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0
612+
timeout_in_minutes: 300
613+
matrix:
614+
setup:
615+
image:
616+
- rocky-8
617+
- ubuntu-2004
618+
agents:
619+
provider: gcp
620+
image: family/elasticsearch-{{matrix.image}}
621+
machineType: custom-16-32768
622+
buildDirectory: /dev/shm/bk
623+
env:
624+
BWC_VERSION: 8.18.0
625+
610626
- group: packaging-tests-windows
611627
steps:
612628
- label: "{{matrix.image}} / packaging-tests-windows"

.buildkite/pipelines/periodic.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,25 @@ steps:
686686
- signal_reason: agent_stop
687687
limit: 3
688688

689+
- label: 8.18.0 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.0#bwcTest
691+
timeout_in_minutes: 300
692+
agents:
693+
provider: gcp
694+
image: family/elasticsearch-ubuntu-2004
695+
machineType: n1-standard-32
696+
buildDirectory: /dev/shm/bk
697+
preemptible: true
698+
env:
699+
BWC_VERSION: 8.18.0
700+
retry:
701+
automatic:
702+
- exit_status: "-1"
703+
limit: 3
704+
signal_reason: none
705+
- signal_reason: agent_stop
706+
limit: 3
707+
689708
- label: concurrent-search-tests
690709
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
691710
timeout_in_minutes: 420
@@ -752,7 +771,7 @@ steps:
752771
setup:
753772
ES_RUNTIME_JAVA:
754773
- openjdk17
755-
BWC_VERSION: ["7.17.26", "8.16.1", "8.17.0"]
774+
BWC_VERSION: ["7.17.26", "8.16.1", "8.17.0", "8.18.0"]
756775
agents:
757776
provider: gcp
758777
image: family/elasticsearch-ubuntu-2004
@@ -800,7 +819,7 @@ steps:
800819
- openjdk21
801820
- openjdk22
802821
- openjdk23
803-
BWC_VERSION: ["7.17.26", "8.16.1", "8.17.0"]
822+
BWC_VERSION: ["7.17.26", "8.16.1", "8.17.0", "8.18.0"]
804823
agents:
805824
provider: gcp
806825
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ BWC_VERSION:
3535
- "8.15.4"
3636
- "8.16.1"
3737
- "8.17.0"
38+
- "8.18.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.26"
33
- "8.16.1"
44
- "8.17.0"
5+
- "8.18.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.17.0
1+
elasticsearch = 8.18.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.18,Migrating to 8.18>>
34
* <<migrating-8.17,Migrating to 8.17>>
45
* <<migrating-8.16,Migrating to 8.16>>
56
* <<migrating-8.15,Migrating to 8.15>>
@@ -19,6 +20,7 @@ include::migration_intro.asciidoc[]
1920
* <<migrating-8.1,Migrating to 8.1>>
2021
* <<migrating-8.0,Migrating to 8.0>>
2122
23+
include::migrate_8_18.asciidoc[]
2224
include::migrate_8_17.asciidoc[]
2325
include::migrate_8_16.asciidoc[]
2426
include::migrate_8_15.asciidoc[]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[migrating-8.18]]
2+
== Migrating to 8.18
3+
++++
4+
<titleabbrev>8.18</titleabbrev>
5+
++++
6+
7+
This section discusses the changes that you need to be aware of when migrating
8+
your application to {es} 8.18.
9+
10+
See also <<release-highlights>> and <<es-release-notes>>.
11+
12+
coming::[8.18.0]
13+
14+
15+
[discrete]
16+
[[breaking-changes-8.18]]
17+
=== Breaking changes
18+
19+
There are no breaking changes in {es} 8.18.
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.18.0>>
910
* <<release-notes-8.17.0>>
1011
* <<release-notes-8.16.0>>
1112
* <<release-notes-8.15.4>>
@@ -76,6 +77,7 @@ This section summarizes the changes in each release.
7677

7778
--
7879

80+
include::release-notes/8.18.0.asciidoc[]
7981
include::release-notes/8.17.0.asciidoc[]
8082
include::release-notes/8.16.0.asciidoc[]
8183
include::release-notes/8.15.4.asciidoc[]

0 commit comments

Comments
 (0)