Skip to content

Commit 03b21d9

Browse files
committed
Merge branch 'main' into enable-cluster-state-role-mapper
2 parents cd6dfb2 + f389623 commit 03b21d9

File tree

159 files changed

+12102
-3496
lines changed

Some content is hidden

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

159 files changed

+12102
-3496
lines changed

.buildkite/pipelines/dra-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ steps:
22
- command: .buildkite/scripts/dra-workflow.sh
33
env:
44
USE_DRA_CREDENTIALS: "true"
5+
USE_PROD_DOCKER_CREDENTIALS: "true"
56
agents:
67
provider: gcp
78
image: family/elasticsearch-ubuntu-2204
@@ -18,4 +19,5 @@ steps:
1819
branch: "${BUILDKITE_BRANCH}"
1920
env:
2021
DRA_WORKFLOW: staging
22+
USE_PROD_DOCKER_CREDENTIALS: "true"
2123
if: build.env('DRA_WORKFLOW') == 'staging'

.buildkite/pipelines/periodic-packaging.template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ steps:
2727
image: family/elasticsearch-{{matrix.image}}
2828
diskSizeGb: 350
2929
machineType: n1-standard-8
30-
env: {}
30+
env:
31+
USE_PROD_DOCKER_CREDENTIALS: "true"
3132
- group: packaging-tests-upgrade
3233
steps: $BWC_STEPS
3334
- group: packaging-tests-windows

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
image: family/elasticsearch-{{matrix.image}}
2929
diskSizeGb: 350
3030
machineType: n1-standard-8
31-
env: {}
31+
env:
32+
USE_PROD_DOCKER_CREDENTIALS: "true"
3233
- group: packaging-tests-upgrade
3334
steps:
3435
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"

.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ steps:
2424
diskSizeGb: 350
2525
machineType: custom-16-32768
2626
env:
27+
USE_PROD_DOCKER_CREDENTIALS: "true"
2728
PACKAGING_TASK: "{{matrix.PACKAGING_TASK}}"

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
@@ -31,7 +31,7 @@ public enum DockerBase {
3131
// Chainguard based wolfi image with latest jdk
3232
// This is usually updated via renovatebot
3333
// spotless:off
34-
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984",
34+
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:c16d3ad6cebf387e8dd2ad769f54320c4819fbbaa21e729fad087c7ae223b4d0",
3535
"-wolfi",
3636
"apk"
3737
),

build-tools-internal/src/main/resources/changelog-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"Cluster and node setting",
285285
"Command line tool",
286286
"CRUD",
287+
"ES|QL",
287288
"Index setting",
288289
"Ingest",
289290
"JVM option",

docs/changelog/112567.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 112567
2+
summary: Track shard snapshot progress during node shutdown
3+
area: Snapshot/Restore
4+
type: enhancement
5+
issues: []

docs/changelog/113563.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113563
2+
summary: Use ELSER By Default For Semantic Text
3+
area: Mapping
4+
type: enhancement
5+
issues: []

docs/changelog/113967.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pr: 113967
2+
summary: "ESQL: Entirely remove META FUNCTIONS"
3+
area: ES|QL
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: "ESQL: Entirely remove META FUNCTIONS"
8+
area: ES|QL
9+
details: |
10+
Removes an undocumented syntax from ESQL: META FUNCTION. This was never
11+
reliable or really useful. Consult the documentation instead.
12+
impact: "Removes an undocumented syntax from ESQL: META FUNCTION"
13+
notable: false

docs/changelog/114128.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114128
2+
summary: Adding `index_template_substitutions` to the simulate ingest API
3+
area: Ingest Node
4+
type: enhancement
5+
issues: []

0 commit comments

Comments
 (0)