Skip to content

Commit fa9778c

Browse files
authored
Merge branch '8.16' into release-notes-8-16-2
2 parents 1a60c44 + 825b476 commit fa9778c

File tree

26 files changed

+4183
-3152
lines changed

26 files changed

+4183
-3152
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.27", "8.15.6", "8.16.2"]
59+
BWC_VERSION: ["7.17.27", "8.16.2"]
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
@@ -559,8 +559,8 @@ steps:
559559
env:
560560
BWC_VERSION: 8.14.3
561561

562-
- label: "{{matrix.image}} / 8.15.6 / packaging-tests-upgrade"
563-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.6
562+
- label: "{{matrix.image}} / 8.15.5 / packaging-tests-upgrade"
563+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.5
564564
timeout_in_minutes: 300
565565
matrix:
566566
setup:
@@ -573,7 +573,7 @@ steps:
573573
machineType: custom-16-32768
574574
buildDirectory: /dev/shm/bk
575575
env:
576-
BWC_VERSION: 8.15.6
576+
BWC_VERSION: 8.15.5
577577

578578
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
579579
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ steps:
629629
- signal_reason: agent_stop
630630
limit: 3
631631

632-
- label: 8.15.6 / bwc
633-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.6#bwcTest
632+
- label: 8.15.5 / bwc
633+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.5#bwcTest
634634
timeout_in_minutes: 300
635635
agents:
636636
provider: gcp
@@ -639,7 +639,7 @@ steps:
639639
buildDirectory: /dev/shm/bk
640640
preemptible: true
641641
env:
642-
BWC_VERSION: 8.15.6
642+
BWC_VERSION: 8.15.5
643643
retry:
644644
automatic:
645645
- exit_status: "-1"
@@ -733,7 +733,7 @@ steps:
733733
setup:
734734
ES_RUNTIME_JAVA:
735735
- openjdk17
736-
BWC_VERSION: ["7.17.27", "8.15.6", "8.16.2"]
736+
BWC_VERSION: ["7.17.27", "8.16.2"]
737737
agents:
738738
provider: gcp
739739
image: family/elasticsearch-ubuntu-2004
@@ -781,7 +781,7 @@ steps:
781781
- openjdk21
782782
- openjdk22
783783
- openjdk23
784-
BWC_VERSION: ["7.17.27", "8.15.6", "8.16.2"]
784+
BWC_VERSION: ["7.17.27", "8.16.2"]
785785
agents:
786786
provider: gcp
787787
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ BWC_VERSION:
3232
- "8.12.2"
3333
- "8.13.4"
3434
- "8.14.3"
35-
- "8.15.6"
35+
- "8.15.5"
3636
- "8.16.2"

.ci/snapshotBwcVersions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BWC_VERSION:
22
- "7.17.27"
3-
- "8.15.6"
43
- "8.16.2"

branches.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
{
1414
"branch": "8.x"
1515
},
16-
{
17-
"branch": "8.15"
18-
},
1916
{
2017
"branch": "7.17"
2118
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public enum DockerBase {
2727
// Chainguard based wolfi image with latest jdk
2828
// This is usually updated via renovatebot
2929
// spotless:off
30-
WOLFI(
31-
"docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984",
30+
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:1b51ff6dba78c98d3e02b0cd64a8ce3238c7a40408d21e3af12a329d44db6f23",
3231
"-wolfi",
3332
"apk"
3433
),

docs/Versions.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
99

1010
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1111
:docker-image: {docker-repo}:{version}
12+
:docker-wolfi-image: {docker-repo}-wolfi:{version}
1213
:kib-docker-repo: docker.elastic.co/kibana/kibana
1314
:kib-docker-image: {kib-docker-repo}:{version}
1415
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/changelog/117469.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 117469
2+
summary: Handle exceptions in query phase can match
3+
area: Search
4+
type: bug
5+
issues:
6+
- 104994

docs/changelog/118684.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 118684
2+
summary: |-
3+
In this release we've introduced an image based on the hardened link:https://github.com/wolfi-dev/[Wolfi]
4+
image to provide secure containers to our self-managed customers, help with compliance regulations,
5+
and improve our supply chain security posture.
6+
area: Packaging
7+
type: enhancement
8+
issues: []

0 commit comments

Comments
 (0)