From 2a0c2d0daee94102e15a242dc944083d00faa39d Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Thu, 23 Sep 2021 12:46:26 -0700 Subject: [PATCH] Add 7.15 release notes (#1080) * Add 7.15 release notes * Reorder list * Add agent bug fixes --- docs/en/ingest-management/index.asciidoc | 2 +- .../release-notes/release-notes-7.15.asciidoc | 178 ++++++++++++++++++ 2 files changed, 179 insertions(+), 1 deletion(-) create mode 100644 docs/en/ingest-management/release-notes/release-notes-7.15.asciidoc diff --git a/docs/en/ingest-management/index.asciidoc b/docs/en/ingest-management/index.asciidoc index 841be84523..8ffbc522e9 100644 --- a/docs/en/ingest-management/index.asciidoc +++ b/docs/en/ingest-management/index.asciidoc @@ -62,7 +62,7 @@ include::troubleshooting.asciidoc[leveloffset=+1] include::faq.asciidoc[leveloffset=+1] -include::release-notes/release-notes-7.14.asciidoc[leveloffset=+1] +include::release-notes/release-notes-7.15.asciidoc[leveloffset=+1] include::fleet/fleet-api-docs.asciidoc[leveloffset=+1] diff --git a/docs/en/ingest-management/release-notes/release-notes-7.15.asciidoc b/docs/en/ingest-management/release-notes/release-notes-7.15.asciidoc new file mode 100644 index 0000000000..908755597e --- /dev/null +++ b/docs/en/ingest-management/release-notes/release-notes-7.15.asciidoc @@ -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. + +* <> + +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 <>. +==== + +[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* + +// For more information, refer to {kibana-pull}PR[#PR]. + +//*Impact* + +// 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* + +// + +//*Impact* + + +// + +//==== + +//[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