-
Notifications
You must be signed in to change notification settings - Fork 175
Add 7.15 release notes #1080
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
Merged
Merged
Add 7.15 release notes #1080
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
178 changes: 178 additions & 0 deletions
178
docs/en/ingest-management/release-notes/release-notes-7.15.asciidoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,178 @@ | ||
| // Use these for links to issue and pulls. | ||
| :kib-issue: https://github.com/elastic/kibana/issues/ | ||
| :kib-pull: https://github.com/elastic/kibana/pull/ | ||
| :agent-issue: https://github.com/elastic/beats/issues/ | ||
| :agent-pull: https://github.com/elastic/beats/pull/ | ||
| :fleet-server-issue: https://github.com/elastic/beats/issues/fleet-server/ | ||
| :fleet-server-pull: https://github.com/elastic/beats/pull/fleet-server/ | ||
|
|
||
|
|
||
| [[release-notes]] | ||
| = Release notes | ||
|
|
||
| This section summarizes the changes in each release. | ||
|
|
||
| * <<release-notes-7.15.0>> | ||
|
|
||
| Also see: | ||
|
|
||
| * {kibana-ref}/release-notes.html[{kib} release notes] | ||
| * {beats-ref}/release-notes.html[{beats} release notes] | ||
|
|
||
| // begin 7.15.0 relnotes | ||
|
|
||
| [[release-notes-7.15.0]] | ||
| == {fleet} and {agent} 7.15.0 | ||
|
|
||
| Review important information about the {fleet} and {agent} 7.15.0 releases. | ||
|
|
||
| [discrete] | ||
| [[known-issues-7.15.0]] | ||
| === Known issues | ||
|
|
||
| .Upgrade {agent}s to use Osquery Manager integration | ||
| [%collapsible] | ||
| ==== | ||
| *Details* + | ||
| You must upgrade your {agent}s to the latest version to use the Osquery Manager | ||
| integration. | ||
|
|
||
| *Impact* + | ||
| To upgrade, refer to <<upgrade-elastic-agent>>. | ||
| ==== | ||
|
|
||
| [discrete] | ||
| [[enhancements-7.15.0]] | ||
| === Enhancements | ||
|
|
||
| {fleet}:: | ||
| * Adds package policy upgrade API {kib-pull}103017[#103017] | ||
| * Updates Package Policy UI to support upgrading package policies | ||
| {kib-pull}107171[#107171] | ||
| * Removes subseconds from `event.ingested` {kib-pull}104044[#104044] | ||
|
|
||
| [discrete] | ||
| [[bug-fixes-7.15.0]] | ||
| === Bug fixes | ||
|
|
||
| {fleet}:: | ||
| * Fixes Fleet settings and HostInput error handling {kib-pull}109418[#109418] | ||
| * Fixes Agent policy search to support simple text filters | ||
| {kib-pull}107306[#107306] | ||
|
|
||
| {agent}:: | ||
| * Adds validation for certificate flags to ensure they are absolute paths {agent-pull}27779[#27779] | ||
| * Migrates state on upgrade {agent-pull}27825[#27825] | ||
|
|
||
| // end 7.15.x relnotes | ||
|
|
||
|
|
||
|
|
||
| // --------------------- | ||
| //TEMPLATE | ||
| //Use the following text as a template. Remember to replace the version info. | ||
|
|
||
| // begin 7.15.x relnotes | ||
|
|
||
| //[[release-notes-7.15.x]] | ||
| //== {fleet} and {agent} 7.15.x | ||
|
|
||
| //Review important information about the {fleet} and {agent} 7.15.x releases. | ||
|
|
||
| //[discrete] | ||
| //[[security-updates-7.15.x]] | ||
| //=== Security updates | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[breaking-changes-7.15.x]] | ||
| //=== Breaking changes | ||
|
|
||
| //Breaking changes can prevent your application from optimal operation and | ||
| //performance. Before you upgrade, review the breaking changes, then mitigate the | ||
| //impact to your application. | ||
|
|
||
| //[discrete] | ||
| //[[breaking-PR#]] | ||
| //.Short description | ||
| //[%collapsible] | ||
| //==== | ||
| //*Details* + | ||
| //<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR]. | ||
|
|
||
| //*Impact* + | ||
| //<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server]. | ||
| //==== | ||
|
|
||
| //[discrete] | ||
| //[[known-issues-7.15.x]] | ||
| //=== Known issues | ||
|
|
||
| //[[known-issue-issue#]] | ||
| //.Short description | ||
| //[%collapsible] | ||
| //==== | ||
|
|
||
| //*Details* | ||
|
|
||
| //<Describe known issue.> | ||
|
|
||
| //*Impact* + | ||
|
|
||
| //<Describe impact or workaround.> | ||
|
|
||
| //==== | ||
|
|
||
| //[discrete] | ||
| //[[deprecations-7.15.x]] | ||
| //=== Deprecations | ||
|
|
||
| //The following functionality is deprecated in 7.15.x, and will be removed in | ||
| //8.0.0. Deprecated functionality does not have an immediate impact on your | ||
| //application, but we strongly recommend you make the necessary updates after you | ||
| //upgrade to 7.15.x. | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[new-features-7.15.x]] | ||
| //=== New features | ||
|
|
||
| //The 7.15.x release adds the following new and notable features. | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[enhancements-7.15.x]] | ||
| //=== Enhancements | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[bug-fixes-7.15.x]] | ||
| //=== Bug fixes | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| // end 7.15.x relnotes | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.