From ceef0b2f3512ab4aadb0469cac8b3eb2e2d583da Mon Sep 17 00:00:00 2001 From: dedemorton Date: Thu, 17 Mar 2022 16:04:14 -0700 Subject: [PATCH 1/2] Add Fleet and Elastic Agent 8.1.1 relnotes --- .../release-notes/release-notes-8.1.asciidoc | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc index 123d827908..2ca81df25e 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc @@ -12,6 +12,7 @@ This section summarizes the changes in each release. +* <> * <> Also see: @@ -19,6 +20,27 @@ Also see: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.1.1 relnotes + +[[release-notes-8.1.1]] +== {fleet} and {agent} 8.1.1 + +Review important information about the {fleet} and {agent} 8.1.1 release. + +[discrete] +[[bug-fixes-8.1.1]] +=== Bug fixes + +{fleet}:: +* Add a new validation message. {kib-pull}127239[#127239] +* Fix empty assets on package install. {kib-pull}127070[#127070] +* Hide enroll command when user creates a new agent policy in the Add agent flyout. {kib-pull}126431[#126431] + +{agent}:: +* Fix issue where a failing artifact verification does not remove the bad artifact. {agent-pull}30281[#30281] + +// end 8.1.1 relnotes + // begin 8.1.0 relnotes [[release-notes-8.1.0]] @@ -128,7 +150,7 @@ folder `{path.config}/inputs.d`. {agent-pull}30087[#30087] //[[release-notes-8.1.x]] //== {fleet} and {agent} 8.1.x -//Review important information about the {fleet} and {agent} 8.1.x releases. +//Review important information about the {fleet} and {agent} 8.1.x release. //[discrete] //[[security-updates-8.1.x]] From b78fc086d48bac14eb5eea809d1911acbfab8712 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 18 Mar 2022 11:33:09 -0700 Subject: [PATCH 2/2] Add review changes from jh --- .../ingest-management/release-notes/release-notes-8.1.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc index 2ca81df25e..d65477ade7 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.1.asciidoc @@ -35,6 +35,8 @@ Review important information about the {fleet} and {agent} 8.1.1 release. * Add a new validation message. {kib-pull}127239[#127239] * Fix empty assets on package install. {kib-pull}127070[#127070] * Hide enroll command when user creates a new agent policy in the Add agent flyout. {kib-pull}126431[#126431] +* Make input IDs unique in agent policy yaml. {kib-pull}127343[#127343] +* Fix links to Agent logs for APM, Endpoint, Synthetics, and OSQuery. {kib-pull}127480[#127480] {agent}:: * Fix issue where a failing artifact verification does not remove the bad artifact. {agent-pull}30281[#30281]