From 80a5d23f504a71634560d143ca463bb2217a9481 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Mon, 31 Jan 2022 09:48:03 -0600 Subject: [PATCH 1/2] [Heartbeat] Move changelog entries from breaking to bug These were in the wrong place by mistake --- CHANGELOG.next.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 0eab8d3a464..dd62bf7d652 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -50,11 +50,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Remove deprecated old awscloudwatch input name. {pull}29844[29844] *Heartbeat* -- Fix broken macOS ICMP python e2e test. {pull}29900[29900] -- Only add monitor.status to browser events when summary. {pull}29460[29460] -- Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606] -- Update size of ICMP packets to adhere to standard min size. {pull}29948[29948] -- Add fonts to support more different types of characters for multiple languages. {pull}29606[29861] *Metricbeat* @@ -122,6 +117,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix race condition in http monitors using `mode:all` that can cause crashes. {pull}29697[pull] - Fix broken ICMP availability check that prevented heartbeat from starting in rare cases. {pull}29413[pull] +- Fix broken macOS ICMP python e2e test. {pull}29900[29900] +- Only add monitor.status to browser events when summary. {pull}29460[29460] +- Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606] +- Update size of ICMP packets to adhere to standard min size. {pull}29948[29948] +- Add fonts to support more different types of characters for multiple languages. {pull}29606[29861] *Metricbeat* From 5ed8993ee624b9cc0ffbe941d5d15c12842f9a48 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Mon, 31 Jan 2022 14:37:09 -0600 Subject: [PATCH 2/2] Update CHANGELOG.next.asciidoc Co-authored-by: Lucas F. da Costa --- CHANGELOG.next.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index dd62bf7d652..f94fe5b0418 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -121,7 +121,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Only add monitor.status to browser events when summary. {pull}29460[29460] - Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606] - Update size of ICMP packets to adhere to standard min size. {pull}29948[29948] -- Add fonts to support more different types of characters for multiple languages. {pull}29606[29861] +- Add fonts to support more different types of characters for multiple languages. {pull}29861[29861] *Metricbeat*