-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add 8.1.0 Fleet and Elastic Agent release notes #1642
Conversation
A documentation preview will be available soon: |
{fleet}:: | ||
* Add shipper label. {kib-pull}122491[#122491] | ||
* Add support for non-superuser access to *Fleet* and *Integrations*. {kib-pull}122347[#122347] | ||
* Add support for bundling packages as zip archives with {kib} source. {kib-pull}122297[#122297] |
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.
I think we ought to remove this one due to adding this patch: elastic/kibana#126699. This means that we don't actually invoke the bundled packages functionality yet, so this release note could be misleading for users. WDYT @kpollich @joshdover?
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.
This info is in the Kibana docs, too, which are already published. I think I will go ahead and merge this PR, and I can remove this item in a follow-up PR when I hear back. That way, I can remove it from Kibana, too. Just ping me if you want it removed. Thanks!
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.
@jen-huang I think this note can remain because all the code that supports installation from bundled packages still shipped here, even if we had to patch the actual bundled package assets out due to bugs. In 8.2 we can add a release note that we're bundling APM, Elastic Agent, Endpoint, Fleet Server, and Synthetics integration assets with the Kibana distributable.
Also something I missed earlier from #1489 that we need to highlight here. I might do this after merging this PR because I'm working on the related doc changes: Highlight the change that Default policy will not be available by default, and has to be created on UI/API or preconfiguration. |
I've created another issue to track the release notes work since that has a dependency on getting this PR merged: #1649 |
(cherry picked from commit f99bb82)
Please make sure I haven't missed anything for Elastic Agent. We should sort out a better way of handling the changelog now that Elastic Agent will be in a new repo.