Skip to content

Commit

Permalink
Merge branch '8.x' into backport/8.x/pr-117859
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Dec 5, 2024
2 parents 46cf6b7 + 51f1bc0 commit 0c4f8ff
Show file tree
Hide file tree
Showing 347 changed files with 6,588 additions and 1,655 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0", "8.18.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0", "8.18.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
6 changes: 3 additions & 3 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ steps:
env:
BWC_VERSION: 7.16.3

- label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
- label: "{{matrix.image}} / 7.17.27 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.27
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -318,7 +318,7 @@ steps:
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.26
BWC_VERSION: 7.17.27

- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1
Expand Down
10 changes: 5 additions & 5 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 7.17.26 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
- label: 7.17.27 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.27#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -335,7 +335,7 @@ steps:
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 7.17.26
BWC_VERSION: 7.17.27
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -771,7 +771,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0", "8.18.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0", "8.18.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -819,7 +819,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0", "8.18.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0", "8.18.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BWC_VERSION:
- "7.14.2"
- "7.15.2"
- "7.16.3"
- "7.17.26"
- "7.17.27"
- "8.0.1"
- "8.1.3"
- "8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BWC_VERSION:
- "7.17.26"
- "7.17.27"
- "8.16.2"
- "8.17.0"
- "8.18.0"
9 changes: 9 additions & 0 deletions branches.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
{
"branch": "main"
},
{
"branch": "8.16"
},
{
"branch": "8.17"
},
{
"branch": "8.x"
},
{
"branch": "8.15"
},
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog/114445.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 114445
summary: Wrap jackson exception on malformed json string
area: Infra/Core
type: bug
issues:
- 114142
5 changes: 5 additions & 0 deletions docs/changelog/115314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 115314
summary: Only aggregations require at least one shard request
area: Search
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/116755.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 116755
summary: Smarter field caps with subscribable listener
area: ES|QL
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/116953.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 116953
summary: Fix false positive date detection with trailing dot
area: Mapping
type: bug
issues:
- 116946
6 changes: 6 additions & 0 deletions docs/changelog/117213.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117213
summary: Fix reconstituting version string from components
area: Ingest Node
type: bug
issues:
- 116950
5 changes: 5 additions & 0 deletions docs/changelog/117246.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117246
summary: LOOKUP JOIN using field-caps for field mapping
area: ES|QL
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/117701.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117701
summary: Watcher history index has too many indexed fields -
area: Watcher
type: bug
issues:
- 71479
6 changes: 6 additions & 0 deletions docs/changelog/117792.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117792
summary: Address mapping and compute engine runtime field issues
area: Mapping
type: bug
issues:
- 117644
5 changes: 5 additions & 0 deletions docs/changelog/117898.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117898
summary: Limit size of query
area: ES|QL
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117914.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117914
summary: Fix for propagating filters from compound to inner retrievers
area: Ranking
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117917.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117917
summary: Add option to store `sparse_vector` outside `_source`
area: Mapping
type: feature
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117953.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117953
summary: Acquire stats searcher for data stream stats
area: Data streams
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/reference/esql/functions/description/categorize.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions docs/reference/esql/functions/kibana/definition/add.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions docs/reference/esql/functions/kibana/definition/sub.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/reference/esql/functions/types/add.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c4f8ff

Please sign in to comment.