Skip to content

Commit cac0c45

Browse files
committed
Merge branch '8.x' into 8x-inference-index-fix
# Conflicts: # muted-tests.yml
2 parents b142859 + 8276986 commit cac0c45

File tree

78 files changed

+1733
-790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1733
-790
lines changed

.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.25", "8.15.4", "8.16.0", "8.17.0"]
59+
BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ steps:
303303
env:
304304
BWC_VERSION: 7.16.3
305305

306-
- label: "{{matrix.image}} / 7.17.25 / packaging-tests-upgrade"
307-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.25
306+
- label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
307+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
308308
timeout_in_minutes: 300
309309
matrix:
310310
setup:
@@ -317,7 +317,7 @@ steps:
317317
machineType: custom-16-32768
318318
buildDirectory: /dev/shm/bk
319319
env:
320-
BWC_VERSION: 7.17.25
320+
BWC_VERSION: 7.17.26
321321

322322
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
323323
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ steps:
325325
- signal_reason: agent_stop
326326
limit: 3
327327

328-
- label: 7.17.25 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.25#bwcTest
328+
- label: 7.17.26 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
330330
timeout_in_minutes: 300
331331
agents:
332332
provider: gcp
@@ -335,7 +335,7 @@ steps:
335335
buildDirectory: /dev/shm/bk
336336
preemptible: true
337337
env:
338-
BWC_VERSION: 7.17.25
338+
BWC_VERSION: 7.17.26
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -752,7 +752,7 @@ steps:
752752
setup:
753753
ES_RUNTIME_JAVA:
754754
- openjdk17
755-
BWC_VERSION: ["7.17.25", "8.15.4", "8.16.0", "8.17.0"]
755+
BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
756756
agents:
757757
provider: gcp
758758
image: family/elasticsearch-ubuntu-2004
@@ -800,7 +800,7 @@ steps:
800800
- openjdk21
801801
- openjdk22
802802
- openjdk23
803-
BWC_VERSION: ["7.17.25", "8.15.4", "8.16.0", "8.17.0"]
803+
BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
804804
agents:
805805
provider: gcp
806806
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BWC_VERSION:
1616
- "7.14.2"
1717
- "7.15.2"
1818
- "7.16.3"
19-
- "7.17.25"
19+
- "7.17.26"
2020
- "8.0.1"
2121
- "8.1.3"
2222
- "8.2.3"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
2-
- "7.17.25"
2+
- "7.17.26"
33
- "8.15.4"
44
- "8.16.0"
55
- "8.17.0"

build-tools-internal/version.properties

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

44
bundled_jdk_vendor = openjdk
5-
bundled_jdk = 22.0.1+8@c7ec1332f7bb44aeba2eb341ae18aca4
5+
bundled_jdk = 23+37@3c5b90190c68498b986a97f276efd28a
66
# optional dependencies
77
spatial4j = 0.7
88
jts = 1.15.0

docs/changelog/114002.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/115102.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 115102
2+
summary: Watch Next Run Interval Resets On Shard Move or Node Restart
3+
area: Watcher
4+
type: bug
5+
issues:
6+
- 111433

docs/changelog/115317.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 115317
2+
summary: Revert "Add `ResolvedExpression` wrapper"
3+
area: Indices APIs
4+
type: bug
5+
issues: []

docs/changelog/115359.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 115359
2+
summary: Adding support for simulate ingest mapping adddition for indices with mappings
3+
that do not come from templates
4+
area: Ingest Node
5+
type: enhancement
6+
issues: []

0 commit comments

Comments
 (0)