Skip to content

Commit 0fc3f4b

Browse files
Merge branch 'main' into feature/hostname-doc-values-sparse-index-setting
2 parents 30a0c13 + 49352fd commit 0fc3f4b

File tree

248 files changed

+2495
-1155
lines changed

Some content is hidden

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

248 files changed

+2495
-1155
lines changed

.buildkite/scripts/dra-update-staging.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ for BRANCH in "${BRANCHES[@]}"; do
3636
fi
3737

3838
if [[ "$SHOULD_TRIGGER" == "true" ]]; then
39+
if [[ "$BRANCH" == "9.0" ]]; then
40+
export VERSION_QUALIFIER="beta1"
41+
fi
3942
echo "Triggering DRA staging workflow for $BRANCH"
4043
cat << EOF | buildkite-agent pipeline upload
4144
steps:
@@ -46,6 +49,7 @@ steps:
4649
branch: "$BRANCH"
4750
env:
4851
DRA_WORKFLOW: staging
52+
VERSION_QUALIFIER: ${VERSION_QUALIFIER:-}
4953
EOF
5054
fi
5155
done

docs/changelog/121731.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
pr: 121731
2+
summary: Remove TLSv1.1 from default protocols
3+
area: TLS
4+
type: breaking
5+
issues: []
6+
breaking:
7+
title: Remove TLSv1.1 from default protocols
8+
area: Cluster and node setting
9+
details: "TLSv1.1 is no longer enabled by default. Prior to version 9.0, Elasticsearch\
10+
\ would attempt to enable TLSv1.1 if the JDK supported it. In most cases, including\
11+
\ all cases where Elasticsearch 8 was running with the bundled JDK, the JDK would\
12+
\ not support TLSv1.1, so that protocol would not be available in Elasticsearch.\
13+
\ However, if Elasticsearch was running on an old JDK or a JDK that have been\
14+
\ reconfigured to support TLSv1.1, then the protocol would automatically be available\
15+
\ within Elasticsearch. As of Elasticsearch 9.0, this is no longer true. If you\
16+
\ wish to enable TLSv1.1 then you must enable it within the JDK and also enable\
17+
\ it within Elasticsearch by using the `ssl.supported_protocols` setting."
18+
impact: "Most users will not be impacted. If your Elastisearch 8 cluster was using\
19+
\ a custom JDK and you relied on TLSv1.1, then you will need to explicitly enable\
20+
\ TLSv1.1 within Elasticsearch (as well as enabling it within your JDK)"
21+
notable: false

docs/changelog/121805.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 121805
2+
summary: Support subset of metrics in aggregate metric double
3+
area: "ES|QL"
4+
type: enhancement
5+
issues: []

docs/changelog/121843.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 121843
2+
summary: Fix async stop sometimes not properly collecting result
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 121249

docs/changelog/122047.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 122047
2+
summary: Fork post-snapshot-delete cleanup off master thread
3+
area: Snapshot/Restore
4+
type: bug
5+
issues: []

docs/reference/esql/functions/kibana/definition/abs.json

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

docs/reference/esql/functions/kibana/definition/acos.json

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

docs/reference/esql/functions/kibana/definition/asin.json

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

docs/reference/esql/functions/kibana/definition/atan.json

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

docs/reference/esql/functions/kibana/definition/atan2.json

Lines changed: 1 addition & 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)