Skip to content

Commit 9123cfb

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 93b6678 + bf3fcb7 commit 9123cfb

File tree

87 files changed

+1521
-467
lines changed

Some content is hidden

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

87 files changed

+1521
-467
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ steps:
4040
matrix:
4141
setup:
4242
image:
43-
- windows-2016
44-
- windows-2019
4543
- windows-2022
4644
agents:
4745
provider: gcp

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ steps:
345345
matrix:
346346
setup:
347347
image:
348-
- windows-2016
349-
- windows-2019
350348
- windows-2022
351349
agents:
352350
provider: gcp

.buildkite/pipelines/periodic-platform-support.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ steps:
3838
matrix:
3939
setup:
4040
image:
41-
- windows-2016
42-
- windows-2019
4341
- windows-2022
4442
GRADLE_TASK:
4543
- checkPart1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
matrix:
1313
setup:
1414
image:
15-
- windows-2019
15+
- windows-2022
1616
PACKAGING_TASK:
1717
- default-windows-archive
1818
agents:

.buildkite/pipelines/pull-request/packaging-tests-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ steps:
1010
matrix:
1111
setup:
1212
image:
13-
- windows-2016
14-
- windows-2019
1513
- windows-2022
1614
PACKAGING_TASK:
1715
- default-windows-archive

docs/changelog/113713.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113713
2+
summary: Adding inference endpoint validation for `AzureAiStudioService`
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/114207.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
pr: 114207
2+
summary: Remove `cluster.routing.allocation.disk.watermark.enable_for_single_data_node` setting
3+
area: Allocation
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Remove `cluster.routing.allocation.disk.watermark.enable_for_single_data_node` setting
8+
area: 'Cluster and node setting'
9+
details: >-
10+
Prior to 7.8, whenever a cluster had only a single data node, the watermarks would not be respected.
11+
In order to change this in 7.8+ in a backwards compatible way, we introduced the
12+
`cluster.routing.allocation.disk.watermark.enable_for_single_data_node`
13+
node setting. The setting was deprecated in 7.14 and was made to accept only true in 8.0
14+
impact: No known end user impact
15+
notable: false

docs/changelog/115655.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 115655
2+
summary: Better sizing `BytesRef` for Strings in Queries
3+
area: Search
4+
type: enhancement
5+
issues: []

docs/changelog/115792.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 115792
2+
summary: Add ES|QL `bit_length` function
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/116274.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 116274
2+
summary: "[ES|QL] Verify aggregation filter's type is boolean to avoid `class_cast_exception`"
3+
area: ES|QL
4+
type: bug
5+
issues: []

0 commit comments

Comments
 (0)