Skip to content

Commit c12a689

Browse files
committed
Merge remote-tracking branch 'upstream/main' into lucene_snapshot
2 parents a413196 + 2ba9bc9 commit c12a689

File tree

57 files changed

+7589
-180
lines changed

Some content is hidden

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

57 files changed

+7589
-180
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
),

docs/changelog/114157.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 114157
2+
summary: Add a `terminate` ingest processor
3+
area: Ingest Node
4+
type: feature
5+
issues:
6+
- 110218

docs/changelog/114264.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114264
2+
summary: "Fix analyzed wildcard query in simple_query_string when disjunctions is empty"
3+
area: Search
4+
type: bug
5+
issues: [114185]

docs/reference/esql/functions/description/mv_first.asciidoc

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/description/mv_last.asciidoc

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/description/mv_slice.asciidoc

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)