Skip to content
Open
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
48 changes: 48 additions & 0 deletions changelog/9.3.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
version: 9.3.2
entries:
- kind: bug-fix
summary: Add support for OTEL secrets handling
description: |
Added functionality to replace secrets in OTEL sections (receivers, exporters, processors, extensions, connectors) of a policy.
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/6565
- https://github.com/elastic/fleet-server/pull/6591
- https://github.com/elastic/fleet-server/pull/6597
issue:
- https://github.com/elastic/fleet-server/issues/6277
impact: ""
action: ""
timestamp: 1771972977
file:
name: 1771972977-Add-support-for-OTEL-secrets-handling.yaml
checksum: a07d04d18be234304d8c4fff8be5e4c8a823e288
- kind: bug-fix
summary: Fix checkin endpoint compression support
description: |
Adds support for gzip compressed requests to the checkin endpoint.
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/6491
issue: []
impact: ""
action: ""
timestamp: 1772577135
file:
name: 1772577135-Fix-checkin-compression-support.yaml
checksum: 5f7272396b0d42068d09e00b107adcf57b29f9a4
- kind: bug-fix
summary: Fix inaccuracies with openapi spec
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/6565
- https://github.com/elastic/fleet-server/pull/6591
- https://github.com/elastic/fleet-server/pull/6597
issue: []
impact: ""
action: ""
timestamp: 1772755112
file:
name: 1772755112-Fix-innacuracies-with-openapi-spec.yaml
checksum: f867db4c96d35d5c75a59ffe1e5584144de92366

This file was deleted.

This file was deleted.

This file was deleted.

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

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

_No deprecations._
19 changes: 19 additions & 0 deletions docs/release-notes/_snippets/9.3.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## 9.3.2 [fleet-server-release-notes-9.3.2]





### Fixes [fleet-server-9.3.2-fixes]


* Add support for OTEL secrets handling. [#6565](https://github.com/elastic/fleet-server/pull/6565) [#6591](https://github.com/elastic/fleet-server/pull/6591) [#6597](https://github.com/elastic/fleet-server/pull/6597) [#6277](https://github.com/elastic/fleet-server/issues/6277)

Added functionality to replace secrets in OTEL sections (receivers, exporters, processors, extensions, connectors) of a policy.

* Fix checkin endpoint compression support. [#6491](https://github.com/elastic/fleet-server/pull/6491)

Adds support for gzip compressed requests to the checkin endpoint.

* Fix inaccuracies with openapi spec. [#6565](https://github.com/elastic/fleet-server/pull/6565) [#6591](https://github.com/elastic/fleet-server/pull/6591) [#6597](https://github.com/elastic/fleet-server/pull/6597)

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

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

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

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

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

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

Expand Down
Loading