Skip to content

Commit be0a290

Browse files
authored
Merge branch '8.19' into backport/8.19/pr-138915
2 parents 127fe73 + 60296fc commit be0a290

File tree

46 files changed

+304
-208
lines changed

Some content is hidden

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

46 files changed

+304
-208
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"targetBranchChoices" : [ "main", "9.0", "8.19", "8.18", "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" : {
6-
"^v8.19.8$" : "main",
6+
"^v8.19.9$" : "main",
77
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
88
}
99
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["7.17.30", "8.19.8"]
68+
BWC_VERSION: ["7.17.30", "8.19.9"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
buildDirectory: /dev/shm/bk
1111
matrix:
1212
setup:
13-
FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3", "8.19.4", "8.19.5", "8.19.6", "8.19.7"]
13+
FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3", "8.19.4", "8.19.5", "8.19.6", "8.19.7", "8.19.8"]
1414
env:
1515
FWC_VERSION: "{{matrix.FWC_VERSION}}"

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ steps:
708708
- signal_reason: agent_stop
709709
limit: 3
710710

711-
- label: 8.19.8 / bwc
712-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.8#bwcTest
711+
- label: 8.19.9 / bwc
712+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.9#bwcTest
713713
timeout_in_minutes: 300
714714
agents:
715715
provider: gcp
@@ -718,7 +718,7 @@ steps:
718718
buildDirectory: /dev/shm/bk
719719
preemptible: true
720720
env:
721-
BWC_VERSION: 8.19.8
721+
BWC_VERSION: 8.19.9
722722
retry:
723723
automatic:
724724
- exit_status: "-1"
@@ -781,7 +781,7 @@ steps:
781781
timeout_in_minutes: 300
782782
matrix:
783783
setup:
784-
BWC_VERSION: ["7.17.30", "8.19.8"]
784+
BWC_VERSION: ["7.17.30", "8.19.9"]
785785
agents:
786786
provider: gcp
787787
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ steps:
627627
env:
628628
BWC_VERSION: 8.18.8
629629

630-
- label: "{{matrix.image}} / 8.19.8 / packaging-tests-upgrade"
631-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.8
630+
- label: "{{matrix.image}} / 8.19.9 / packaging-tests-upgrade"
631+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.9
632632
timeout_in_minutes: 300
633633
matrix:
634634
setup:
@@ -641,7 +641,7 @@ steps:
641641
machineType: custom-16-32768
642642
buildDirectory: /dev/shm/bk
643643
env:
644-
BWC_VERSION: 8.19.8
644+
BWC_VERSION: 8.19.9
645645

646646
- group: packaging-tests-windows
647647
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,8 @@ steps:
705705
- signal_reason: agent_stop
706706
limit: 3
707707

708-
- label: 8.19.8 / bwc
709-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.8#bwcTest
708+
- label: 8.19.9 / bwc
709+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.9#bwcTest
710710
timeout_in_minutes: 300
711711
agents:
712712
provider: gcp
@@ -715,7 +715,7 @@ steps:
715715
buildDirectory: /dev/shm/bk
716716
preemptible: true
717717
env:
718-
BWC_VERSION: 8.19.8
718+
BWC_VERSION: 8.19.9
719719
retry:
720720
automatic:
721721
- exit_status: "-1"
@@ -794,7 +794,7 @@ steps:
794794
setup:
795795
ES_RUNTIME_JAVA:
796796
- adoptopenjdk17
797-
BWC_VERSION: ["7.17.30", "8.19.8"]
797+
BWC_VERSION: ["7.17.30", "8.19.9"]
798798
agents:
799799
provider: gcp
800800
image: family/elasticsearch-ubuntu-2404
@@ -845,7 +845,7 @@ steps:
845845
- openjdk21
846846
- openjdk22
847847
- openjdk25
848-
BWC_VERSION: ["7.17.30", "8.19.8"]
848+
BWC_VERSION: ["7.17.30", "8.19.9"]
849849
agents:
850850
provider: gcp
851851
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ BWC_VERSION:
3636
- "8.16.6"
3737
- "8.17.10"
3838
- "8.18.8"
39-
- "8.19.8"
39+
- "8.19.9"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BWC_VERSION:
22
- "7.17.30"
3-
- "8.19.8"
3+
- "8.19.9"

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.19.8
1+
elasticsearch = 8.19.9
22
lucene = 9.12.2
33

44
bundled_jdk_vendor = openjdk

docs/changelog/108875.yaml

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

0 commit comments

Comments
 (0)