Skip to content

Commit 6f3f09d

Browse files
authored
Forward port 7.17.0 and 8.0.0-rc2 changelogs to master (#30136)
* 8.0.0-rc2 Changelog (#30112) (cherry picked from commit 9040ee1) * Forward port 7.17.0 changelog to 8.0 (#30133) * docs: Prepare Changelog for 7.17.0 (#30111) * docs: Close changelog for 7.17.0 * Fix entries that did not make the BC * Missing base docker image change * Clean up breaking changes * More clean up breaking changes * Remove empty sections Co-authored-by: Andres Rodriguez <[email protected]> (cherry picked from commit 3026dfd) * Addiional cleanup * Addiional cleanup * Additional cleanup * Unsaved file Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 3b14388) * Additional cleanup
1 parent 174ada3 commit 6f3f09d

File tree

3 files changed

+91
-38
lines changed

3 files changed

+91
-38
lines changed

CHANGELOG.asciidoc

Lines changed: 84 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,105 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-8.0.0-rc2]]
7+
=== Beats version 8.0.0-rc2
8+
9+
Changes will be described in the GA release.
10+
611
[[release-notes-8.0.0-rc1]]
712
=== Beats version 8.0.0-rc1
813

9-
Changes will be described in a later RC / GA.
14+
Changes will be described in the GA release.
1015

1116
[[release-notes-8.0.0-beta1]]
1217
=== Beats version 8.0.0-beta1
1318

14-
Changes will be described in a later RC / GA.
19+
Changes will be described in the GA release.
1520

1621
[[release-notes-8.0.0-alpha2]]
1722
=== Beats version 8.0.0-alpha2
1823

19-
Changes will be described in a later alpha / beta.
24+
Changes will be described in the GA release.
2025

2126
[[release-notes-8.0.0-alpha1]]
2227
=== Beats version 8.0.0-alpha1
2328

24-
Changes will be described in a later alpha / beta.
29+
Changes will be described in the GA release.
30+
31+
[[release-notes-7.17.0]]
32+
=== Beats version 7.17.0
33+
https://github.com/elastic/beats/compare/v7.16.3...v7.17.0[View commits]
34+
35+
==== Breaking changes
36+
37+
*Affecting all Beats*
38+
39+
- Change Docker base image from CentOS 7 to Ubuntu 20.04 {pull}29681[29681]
40+
41+
==== Bugfixes
42+
43+
*Affecting all Beats*
44+
45+
- Enrich kubernetes metadata with node annotations. {pull}29605[29605]
46+
47+
*Auditbeat*
48+
49+
- system/socket: Fix startup errors on newer 5.x kernels due to missing _do_fork function. {issue}29607[29607] {pull}29744[29744]
50+
- system/package: Fix parsing of Installed-Size field of DEB packages. {issue}16661[16661] {pull}17188[17188]
51+
- system module: Fix panic during initialisation when /proc/stat can't be read. {pull}17569[17569]
52+
- system/package: Fix an error that can occur while trying to persist package metadata. {issue}18536[18536] {pull}18887[18887]
53+
- system/socket: Fix bugs leading to wrong process being attributed to flows. {pull}29166[29166] {issue}17165[17165]
54+
- system/socket: Fix process name and arg truncation for long names, paths and args lists. {issue}24667[24667] {pull}29410[29410]
55+
56+
*Filebeat*
57+
58+
- aws-s3: Stop trying to increase SQS message visibility after ReceiptHandleIsInvalid errors. {pull}29480[29480]
59+
- Fix handling of IPv6 addresses in netflow flow events. {issue}19210[19210] {pull}29383[29383]
60+
- Fix `sophos` KV splitting and syslog header handling {issue}24237[24237] {pull}29331[29331]
61+
- Undo deletion of endpoint config from cloudtrail fileset in {pull}29415[29415]. {pull}29450[29450]
62+
- Make Cisco ASA and FTD modules conform to the ECS definition for event.outcome and event.type. {issue}29581[29581] {pull}29698[29698]
63+
- ibmmq: Fixed `@timestamp` not being populated with correct values. {pull}29773[29773]
64+
- aws-s3: Improve gzip detection to avoid false negatives. {issue}29968[29968]
65+
- decode_cef: Fix panic when recovering from invalid CEF extensions that contain escape characters. {issue}30010[30010]
66+
67+
*Heartbeat*
68+
69+
- Fix race condition in http monitors using `mode:all` that can cause crashes. {pull}29697[pull]
70+
- Fix broken ICMP availability check that prevented heartbeat from starting in rare cases. {pull}29413[pull]
71+
- Fix broken macOS ICMP python e2e test. {pull}29900[29900]
72+
- Only add monitor.status to browser events when summary. {pull}29460[29460]
73+
- Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606]
74+
- Update size of ICMP packets to adhere to standard min size. {pull}29948[29948]
75+
76+
*Metricbeat*
77+
78+
- Use xpack.enabled on SM modules to write into .monitoring indices when using Metricbeat standalone {pull}28365[28365]
79+
- Fix in rename processor to ingest metrics for `write.iops` to proper field instead of `write_iops` in rds metricset. {pull}28960[28960]
80+
- Enhance filter check in kubernetes event metricset. {pull}29470[29470]
81+
- Fix gcp metrics metricset apply aligner to all metric_types {pull}29514[29513]
82+
- Fixed GCP GKE Overview dashboard {pull}29913[29913]
83+
- Remove overriding of index pattern on the Kubernetes overview dashboard. {pull}29676[29676]
84+
85+
==== Added
86+
87+
*Affecting all Beats*
88+
89+
- SASL/SCRAM in the Kafka output is no longer beta. {pull}29126[29126]
90+
- Add job.name in pods controlled by Jobs {pull}28954[28954]
91+
92+
*Heartbeat*
93+
94+
- More errors are now visible in ES with new logic failing monitors later to ease debugging. {pull}29413[pull]
95+
96+
*Winlogbeat*
97+
98+
- Add support for custom XML queries {issue}1054[1054] {pull}29330[29330]
99+
100+
==== Deprecated
101+
102+
==== Known Issue
103+
104+
25105
[[release-notes-7.16.3]]
26106
=== Beats version 7.16.3
27107
https://github.com/elastic/beats/compare/v7.16.2...v7.16.3[View commits]

CHANGELOG.next.asciidoc

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
2626
- Index template's default_fields setting is only populated with ECS fields. {pull}28596[28596] {issue}28215[28215]
2727
- Remove deprecated `--template` and `--ilm-policy` flags. Use `--index-management` instead. {pull}28870[28870]
2828
- Remove options `logging.files.suffix` and default to datetime endings. {pull}28927[28927]
29-
- Remove Journalbeat. Use `journald` input of Filebeat instead. {pull}29131[29131]
3029
- `include_matches` option of `journald` input no longer accepts a list of string. {pull}29294[29294]
31-
- Add job.name in pods controlled by Jobs {pull}28954[28954]
32-
- Change Docker base image from CentOS 7 to Ubuntu 20.04 {pull}29681[29681]
33-
- Enrich kubernetes metadata with node annotations. {pull}29605[29605]
3430
- Allign kubernetes configuration settings. {pull}29908[29908]
3531
- Remove legacy support for SSLv3. {pull}30071[30071]
3632
- `add_fields` processor is now able to set metadata in events {pull}30092[30092]
@@ -50,10 +46,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
5046
- Remove deprecated old awscloudwatch input name. {pull}29844[29844]
5147

5248
*Heartbeat*
53-
- Fix broken macOS ICMP python e2e test. {pull}29900[29900]
54-
- Only add monitor.status to browser events when summary. {pull}29460[29460]
55-
- Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606]
56-
- Update size of ICMP packets to adhere to standard min size. {pull}29948[29948]
49+
5750
- Add fonts to support more different types of characters for multiple languages. {pull}29606[29861]
5851

5952
*Metricbeat*
@@ -67,9 +60,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
6760
- Remove deprecated config option perfmon.counters from windows/perfmon metricset. {pull}28282[28282]
6861
- Remove deprecated fields in Redis module. {issue}11835[11835] {pull}28246[28246]
6962
- system/process metricset: Replace usage of deprecated `process.ppid` field with `process.parent.pid`. {pull}28620[28620]
70-
- Remove overriding of index pattern on the Kubernetes overview dashboard. {pull}29676[29676]
7163

72-
*Packetbeat*
64+
*Packetbeat*
7365

7466
- Redis: fix incorrectly handle with two-words redis command. {issue}14872[14872] {pull}14873[14873]
7567
- `event.category` no longer contains the value `network_traffic` because this is not a valid ECS event category value. {pull}20556[20556]
@@ -98,41 +90,21 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
9890

9991
*Auditbeat*
10092

101-
- system/package: Fix parsing of Installed-Size field of DEB packages. {issue}16661[16661] {pull}17188[17188]
102-
- system module: Fix panic during initialisation when /proc/stat can't be read. {pull}17569[17569]
103-
- system/package: Fix an error that can occur while trying to persist package metadata. {issue}18536[18536] {pull}18887[18887]
104-
- system/socket: Fix bugs leading to wrong process being attributed to flows. {pull}29166[29166] {issue}17165[17165]
105-
- system/socket: Fix process name and arg truncation for long names, paths and args lists. {issue}24667[24667] {pull}29410[29410]
106-
- system/socket: Fix startup errors on newer 5.x kernels due to missing _do_fork function. {issue}29607[29607] {pull}29744[29744]
10793
- libbeat/processors/add_process_metadata: Fix memory leak in process cache. {issue}24890[24890] {pull}29717[29717]
10894
- auditd: Add error.message to events when processing fails. {pull}30009[30009]
10995

11096
*Filebeat*
11197

112-
- aws-s3: Stop trying to increase SQS message visibility after ReceiptHandleIsInvalid errors. {pull}29480[29480]
113-
- Fix handling of IPv6 addresses in netflow flow events. {issue}19210[19210] {pull}29383[29383]
114-
- Fix `sophos` KV splitting and syslog header handling {issue}24237[24237] {pull}29331[29331]
115-
- Undo deletion of endpoint config from cloudtrail fileset in {pull}29415[29415]. {pull}29450[29450]
116-
- Make Cisco ASA and FTD modules conform to the ECS definition for event.outcome and event.type. {issue}29581[29581] {pull}29698[29698]
117-
- ibmmq: Fixed `@timestamp` not being populated with correct values. {pull}29773[29773]
11898
- Fix using log_group_name_prefix in aws-cloudwatch input. {pull}29695[29695]
119-
- aws-s3: Improve gzip detection to avoid false negatives. {issue}29968[29968]
120-
- decode_cef: Fix panic when recovering from invalid CEF extensions that contain escape characters. {issue}30010[30010]
12199

122100
*Heartbeat*
123101

124-
- Fix race condition in http monitors using `mode:all` that can cause crashes. {pull}29697[pull]
125-
- Fix broken ICMP availability check that prevented heartbeat from starting in rare cases. {pull}29413[pull]
102+
- Add fonts to support more different types of characters for multiple languages. {pull}29861[29861]
126103

127104
*Metricbeat*
128105

129-
- Use xpack.enabled on SM modules to write into .monitoring indices when using Metricbeat standalone {pull}28365[28365]
130-
- Fix in rename processor to ingest metrics for `write.iops` to proper field instead of `write_iops` in rds metricset. {pull}28960[28960]
131-
- Enhance filter check in kubernetes event metricset. {pull}29470[29470]
132-
- Fix gcp metrics metricset apply aligner to all metric_types {pull}29514[29513]
133106
- Extract correct index property in kibana.stats metricset {pull}29622[29622]
134107
- Fixed bug with `elasticsearch/cluster_stats` metricset not recording license expiration date correctly. {pull}29711[29711]
135-
- Fixed GCP GKE Overview dashboard {pull}29913[29913]
136108

137109
*Packetbeat*
138110

@@ -161,11 +133,12 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
161133
- Support self signed certificates on outputs {pull}29229[29229]
162134
- Update k8s library {pull}29394[29394]
163135
- Add FIPS configuration option for all AWS API calls. {pull}28899[28899]
164-
- Add `default_region` config to AWS common module. {pull}29415[29415]
165136
- Add support for latest k8s versions v1.23 and v1.22 {pull}29575[29575]
166137
- Add `script` processor to all beats {issue}29269[29269] {pull}29752[29752]
167138
- Only connect to Elasticsearch instances with the same version or newer. {pull}29683[29683]
168139
- Move umask from code to service files. {pull}29708[29708]
140+
- Add FIPS configuration option for all AWS API calls. {pull}[28899]
141+
- Warn users when connecting to older versions of Elasticsearch instances. {pull}29723[29723]
169142

170143
*Auditbeat*
171144

@@ -185,7 +158,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
185158

186159
*Heartbeat*
187160

188-
- More errors are now visible in ES with new logic failing monitors later to ease debugging. {pull}29413[pull]
189161

190162

191163
*Metricbeat*
@@ -213,7 +185,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
213185

214186
*Winlogbeat*
215187

216-
- Add support for custom XML queries {issue}1054[1054] {pull}29330[29330]
217188
- Add support for sysmon event ID 26; FileDeleteDetected. {issue}26280[26280] {pull}29957[29957]
218189

219190
*Elastic Log Driver*

libbeat/docs/release.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ This section summarizes the changes in each release. Also read
88
<<breaking-changes>> for more detail about changes that affect
99
upgrade.
1010

11+
* <<release-notes-8.0.0-rc2>>
1112
* <<release-notes-8.0.0-rc1>>
1213
* <<release-notes-8.0.0-beta1>>
1314
* <<release-notes-8.0.0-alpha2>>
1415
* <<release-notes-8.0.0-alpha1>>
16+
* <<release-notes-7.17.0>>
1517
* <<release-notes-7.16.3>>
1618
* <<release-notes-7.16.2>>
1719
* <<release-notes-7.16.1>>

0 commit comments

Comments
 (0)