Skip to content

Commit 829d240

Browse files
mergify[bot]ebeahancolleenmcginnis
authored
Changelog for 9.2.1 (#47502) (#47571)
* Changelog for 9.2.1 * Apply suggestions from code review * Update docs/release-notes/_snippets/deprecations/9.2.md --------- (cherry picked from commit 57b2eb3) Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 7321595 commit 829d240

File tree

7 files changed

+126
-0
lines changed

7 files changed

+126
-0
lines changed

changelog/9.2.1.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
version: 9.2.1
2+
entries:
3+
- kind: enhancement
4+
summary: Enhance GCP Billing metricset with additional fields.
5+
description: ""
6+
component: metricbeat
7+
pr:
8+
- https://github.com/elastic/beats/pull/47059
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1760362260
13+
file:
14+
name: 1760362260-enhance-gcp-billing-with-additional-fields.yaml
15+
checksum: 46369c05e0666cfc3b1177696c816b6a286437e2
16+
- kind: other
17+
summary: upgrade node to LTS v22.20.0
18+
description: ""
19+
component: heartbeat
20+
pr:
21+
- https://github.com/elastic/beats/pull/47091
22+
issue: []
23+
impact: ""
24+
action: ""
25+
timestamp: 1760453484
26+
file:
27+
name: 1760453484-dependency-upgrade-node-to-LTS-v22.20.0.yaml
28+
checksum: b59b2611aa9b5683954e0dea65c0f14271a719eb
29+
- kind: bug-fix
30+
summary: add close to conditional processors if underlying processors have close method
31+
description: ""
32+
component: all
33+
pr:
34+
- https://github.com/elastic/beats/pull/46653
35+
issue:
36+
- https://github.com/elastic/beats/issues/46575
37+
impact: ""
38+
action: ""
39+
timestamp: 1760991225
40+
file:
41+
name: 1760991225-add-close-to-conditional-processors.yaml
42+
checksum: d9fec15e7a2fe108554b452972fef8af2f0eeb9a
43+
- kind: feature
44+
summary: Add data stream identification to Fleet health status updates.
45+
description: ""
46+
component: filebeat
47+
pr:
48+
- https://github.com/elastic/beats/pull/47229
49+
issue: []
50+
impact: ""
51+
action: ""
52+
timestamp: 1761027396
53+
file:
54+
name: 1761027396-cel_data_stream_identities.yaml
55+
checksum: 6da805f8f9f64c8ce8e81c8c5098ce61c68e0731
56+
- kind: bug-fix
57+
summary: Fix potential Filebeat panic during memory queue shutdown
58+
description: ""
59+
component: filebeat
60+
pr:
61+
- https://github.com/elastic/beats/pull/47248
62+
issue: []
63+
impact: ""
64+
action: ""
65+
timestamp: 1761334594
66+
file:
67+
name: 1761334594-memory-queue-shutdown-fix.yaml
68+
checksum: 52c611082a317dc19a8321d04dca1c6eb1e23c66
69+
- kind: bug-fix
70+
summary: fixes a bug where kerberos authentication could be disabled when server supports multiple authentication types.
71+
description: ""
72+
component: all
73+
pr:
74+
- https://github.com/elastic/beats/pull/47444
75+
- https://github.com/elastic/beats/pull/47443
76+
issue:
77+
- https://github.com/elastic/beats/issues/47110
78+
impact: ""
79+
action: ""
80+
timestamp: 1762237494
81+
file:
82+
name: 1762237494-fix-bug-kerberos-headers.yaml
83+
checksum: c360fac4571c37dddcd13d3dd14461fa6324ee50
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.2.1 [beats-9.2.1-breaking-changes]
2+
3+
_No breaking changes._
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.2.1 [beats-9.2.1-deprecations]
2+
3+
_No deprecations._
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## 9.2.1 [beats-release-notes-9.2.1]
2+
3+
4+
5+
### Features and enhancements [beats-9.2.1-features-enhancements]
6+
7+
8+
**Filebeat**
9+
10+
* Add data stream identification to Fleet health status updates. [#47229](https://github.com/elastic/beats/pull/47229)
11+
12+
**Metricbeat**
13+
14+
* Enhance GCP Billing metricset with additional fields. [#47059](https://github.com/elastic/beats/pull/47059)
15+
16+
17+
### Fixes [beats-9.2.1-fixes]
18+
19+
20+
**All**
21+
22+
* Add `close` to conditional processors if underlying processors have a `close` method. [#46653](https://github.com/elastic/beats/pull/46653) [#46575](https://github.com/elastic/beats/issues/46575)
23+
* Fix a bug where Kerberos authentication could be disabled when server supports multiple authentication types. [#47444](https://github.com/elastic/beats/pull/47444) [#47443](https://github.com/elastic/beats/pull/47443) [#47110](https://github.com/elastic/beats/issues/47110)
24+
25+
**Filebeat**
26+
27+
* Fix potential Filebeat panic during memory queue shutdown. [#47248](https://github.com/elastic/beats/pull/47248)
28+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.2.1/breaking-changes.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.2.0/breaking-changes.md
25
:::
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.2.1/deprecations.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.2.0/deprecations.md
25
:::
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.2.1/index.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.2.0/index.md
25
:::
36

0 commit comments

Comments
 (0)