-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @elastic/elasticsearch to ^8.15.0 (main) #190378
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
Pinging @elastic/kibana-core (Team:Core) |
/ci |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
/ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
properties?: Record<EsPropertyName, EsMappingProperty>; | ||
}; | ||
export type SavedObjectsFieldMapping = EsMappingProperty & | ||
EsMappingPropertyBase & { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new MappingSemanticTextProperty
doesn't extend base, so it is missing the optional fields
field
@@ -37,7 +37,7 @@ export type ScriptedPhraseFilter = Filter & { | |||
meta: PhraseFilterMeta; | |||
query: { | |||
script: { | |||
script: estypes.InlineScript; | |||
script: estypes.Script; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed 🤷
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
/ci |
…elasticelasticsearch
/ci |
…tic/kibana into renovate/main-@elasticelasticsearch
…tic/kibana into renovate/main-@elasticelasticsearch
/ci |
body: { | ||
script: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just taking advantage of this PR to remove the deprecated use of body
here.
/ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest edits for ML LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security Solution changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Detection Engine changes LGTM! Nice to have those types defined upstream 👍
thank you @rylnd! Now that everyone approved, let's give it a final run and merge if CI is green 🤞 |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Public APIs missing exports
History
To update your PR or re-run it, just comment with: |
We ran a few tests in 8.15 to validate if the breaking changes detected in the inference APIs affected any feature in Kibana. We didn't notice any regression, so we'll hold off any backport at the moment. |
This PR contains the following updates:
^8.14.0
->^8.15.0
Release Notes
elastic/elasticsearch-js (@elastic/elasticsearch)
v8.15.0
Compare Source
Changelog
v8.14.1
Compare Source
Changelog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.