-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove macOS preference panels and code related to DMG #30097
Conversation
This commit removes the build of the macOS preference panels for Filebeat, Auditbeat, Metricbeat, heartbeat. This artifact was never released officially and was unsupported. We do not have any tests in places to assert that new version of macOS doesn't break the preference panel. Remove the code related to building DMG images, this was only required to package the preference panel. Fixes: elastic#30003
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
/package |
This pull request does not have a backport label. Could you fix it @ph? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
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
Removed from libbeat in elastic/beats#30097
Removed from libbeat in elastic/beats#30097
* magefile: remove DMG-related bits Removed from libbeat in elastic/beats#30097 * Update to elastic/beats@e675f4e82c7a
* Update to elastic/beats@ba6d1768469a * magefile: remove DMG-related bits Removed from libbeat in elastic/beats#30097
This commit removes the build of the macOS preference panels for Filebeat,
Auditbeat, Metricbeat, heartbeat. This artifact was never released
officially and was unsupported. We do not have any tests in place to
assert that the new version of macOS doesn't break the preference panel.
Remove the code related to building DMG images, this was only required
to package the preference panel.
Fixes: #30003
What does this PR do?
Why is it important?
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.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs