Skip to content

Commit 19630a6

Browse files
authored
Merge branch '8.17' into backport/8.17/pr-118691
2 parents 0512be8 + 414e291 commit 19630a6

31 files changed

+170
-33
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
66
"^v9.0.0$" : "main",
7-
"^v8.18.0$" : "8.x",
7+
"^v8.17.1$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
10-
}
10+
}

.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.27", "8.16.2", "8.17.1"]
59+
BWC_VERSION: ["7.17.27", "8.16.3", "8.17.1"]
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
@@ -575,8 +575,8 @@ steps:
575575
env:
576576
BWC_VERSION: 8.15.5
577577

578-
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
579-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
578+
- label: "{{matrix.image}} / 8.16.3 / packaging-tests-upgrade"
579+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.3
580580
timeout_in_minutes: 300
581581
matrix:
582582
setup:
@@ -589,7 +589,7 @@ steps:
589589
machineType: custom-16-32768
590590
buildDirectory: /dev/shm/bk
591591
env:
592-
BWC_VERSION: 8.16.2
592+
BWC_VERSION: 8.16.3
593593

594594
- label: "{{matrix.image}} / 8.17.1 / packaging-tests-upgrade"
595595
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.1

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ steps:
648648
- signal_reason: agent_stop
649649
limit: 3
650650

651-
- label: 8.16.2 / bwc
652-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.2#bwcTest
651+
- label: 8.16.3 / bwc
652+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.3#bwcTest
653653
timeout_in_minutes: 300
654654
agents:
655655
provider: gcp
@@ -658,7 +658,7 @@ steps:
658658
buildDirectory: /dev/shm/bk
659659
preemptible: true
660660
env:
661-
BWC_VERSION: 8.16.2
661+
BWC_VERSION: 8.16.3
662662
retry:
663663
automatic:
664664
- exit_status: "-1"
@@ -752,7 +752,7 @@ steps:
752752
setup:
753753
ES_RUNTIME_JAVA:
754754
- openjdk17
755-
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.1"]
755+
BWC_VERSION: ["7.17.27", "8.16.3", "8.17.1"]
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.27", "8.16.2", "8.17.1"]
803+
BWC_VERSION: ["7.17.27", "8.16.3", "8.17.1"]
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
@@ -33,5 +33,5 @@ BWC_VERSION:
3333
- "8.13.4"
3434
- "8.14.3"
3535
- "8.15.5"
36-
- "8.16.2"
36+
- "8.16.3"
3737
- "8.17.1"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "7.17.27"
3-
- "8.16.2"
3+
- "8.16.3"
44
- "8.17.1"

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public enum DockerBase {
2424
// Chainguard based wolfi image with latest jdk
2525
// This is usually updated via renovatebot
2626
// spotless:off
27-
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:1b51ff6dba78c98d3e02b0cd64a8ce3238c7a40408d21e3af12a329d44db6f23",
27+
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:bfdeddb33330a281950c2a54adef991dbbe6a42832bc505d13b11beaf50ae73f",
2828
"-wolfi",
2929
"apk"
3030
),

docs/changelog/118380.yaml

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

docs/changelog/118837.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118837
2+
summary: Add missing timeouts to rest-api-spec ILM APIs
3+
area: "ILM+SLM"
4+
type: bug
5+
issues: []

docs/changelog/118844.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 118844
2+
summary: Add missing timeouts to rest-api-spec ingest APIs
3+
area: Ingest Node
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)