Remove libbeat/keystore, libbeat/common/kubernetes and libbeat/common/docker#31607
Remove libbeat/keystore, libbeat/common/kubernetes and libbeat/common/docker#31607kvch merged 7 commits intoelastic:mainfrom
libbeat/keystore, libbeat/common/kubernetes and libbeat/common/docker#31607Conversation
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
fearful-symmetry
left a comment
There was a problem hiding this comment.
RIP the linter.
Otherwise, changes seem good.
|
/test metricbeat |
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
What does this PR do?
This PR removes
libbeat/keystoreand imports it fromgithub.com/elastic/elastic-agent-libs/keystoreinstead. Futhermore,dockerandkubernetesfunctions are imported fromelastic-agent-autodiscover.I am not fixing the linter issues.
Why is it important?
We no longer have to maintain the code in two places.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.