Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions changelog/9.2.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
version: 9.2.2
entries:
- kind: bug-fix
summary: fix filesource provider to work with kubernetes secret mounts
description: ""
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/11050
issue: []
impact: ""
action: ""
timestamp: 1762438673
file:
name: 1762438673-fix-filesource-provider-to-work-with-kubernetes-secret-mounts.yaml
checksum: 58035340e8d1722d9846474f8795d559a68aaa65
- kind: bug-fix
summary: Ensure the monitoring input for the Otel collector can only run inside the collector.
description: ""
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/11204
issue: []
impact: ""
action: ""
timestamp: 1763382303
file:
name: 1763382303-prometheus-otel-self-monitoring.yaml
checksum: f038289f8c342a4421f337e49f35b9c3a683a46a
- kind: security
summary: Redact secrets in slices
description: Redact secrets in conifg and component files found in the diagnostics archive that occur within slices.
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/11271
issue: []
impact: ""
action: ""
timestamp: 1763589181
file:
name: 1763589181-Redact-secrets-in-slices.yaml
checksum: d9c041559d60973ff9ef8a52616f0e6d21068db7
- kind: bug-fix
summary: Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames
description: ""
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/11285
issue: []
impact: ""
action: ""
timestamp: 1763643582
file:
name: 1763643582-fix-fatal-startup-error-beats-receivers-utf8-hostname.yaml
checksum: b5fdea3654facbfbb5c2055494f10390a1309558
- kind: bug-fix
summary: Allow host to be a string for otel configuration translation
description: ""
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/11394
issue:
- https://github.com/elastic/elastic-agent/issues/11352
impact: ""
action: ""
timestamp: 1764016303
file:
name: 1764016303-allow-host-to-be-a-string-for-otel-configuration-translation.yaml
checksum: 7f3f634b8c2bd92df76f55688508855306604eb7

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions changelog/fragments/1763589181-Redact-secrets-in-slices.yaml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/9.2.2/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 9.2.2 [elastic-agent-9.2.2-breaking-changes]

_No breaking changes._
3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/9.2.2/deprecations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 9.2.2 [elastic-agent-9.2.2-deprecations]

_No deprecations._
17 changes: 17 additions & 0 deletions docs/release-notes/_snippets/9.2.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 9.2.2 [elastic-agent-release-notes-9.2.2]





### Fixes [elastic-agent-9.2.2-fixes]


* Redact secrets in slices. [#11271](https://github.com/elastic/elastic-agent/pull/11271)

Redact secrets in conifg and component files found in the diagnostics archive that occur within slices.
* Fix filesource provider to work with kubernetes secret mounts. [#11050](https://github.com/elastic/elastic-agent/pull/11050)
* Ensure the monitoring input for the OTel collector can only run inside the collector. [#11204](https://github.com/elastic/elastic-agent/pull/11204)
* Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames. [#11285](https://github.com/elastic/elastic-agent/pull/11285)
* Allow host to be a string for otel configuration translation. [#11394](https://github.com/elastic/elastic-agent/pull/11394) [#11352](https://github.com/elastic/elastic-agent/issues/11352)

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/breaking-changes/9.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.2.2/breaking-changes.md
:::

:::{include} /release-notes/_snippets/9.2.1/breaking-changes.md
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/deprecations/9.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.2.2/deprecations.md
:::

:::{include} /release-notes/_snippets/9.2.1/deprecations.md
:::

Expand Down
3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/index/9.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.2.2/index.md
:::

:::{include} /release-notes/_snippets/9.2.1/index.md
:::

Expand Down
Loading