-
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
[ES body
removal] @elastic/fleet
#204867
[ES body
removal] @elastic/fleet
#204867
Conversation
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @afharo |
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.
code LGTM 🚀 I did a quick test of Fleet and it seems to work as expected
Pinging @elastic/fleet (Team:Fleet) |
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[ES `body` removal] `@elastic/fleet` (#204867)](#204867) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-19T20:09:27Z","message":"[ES `body` removal] `@elastic/fleet` (#204867)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"d7ef161d8d8ddcfe652bb607a0c01002e985eae6","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor"],"number":204867,"url":"https://github.com/elastic/kibana/pull/204867","mergeCommit":{"message":"[ES `body` removal] `@elastic/fleet` (#204867)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"d7ef161d8d8ddcfe652bb607a0c01002e985eae6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204867","number":204867,"mergeCommit":{"message":"[ES `body` removal] `@elastic/fleet` (#204867)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"d7ef161d8d8ddcfe652bb607a0c01002e985eae6"}}]}] BACKPORT-->
Summary
Attempt to remove the deprecated
body
in the ES client.