Skip to content

Commit 5a3c39b

Browse files
elastic-vault-github-plugin-prod[bot]pierrehilbertebeahan
authored
Add Fleet Server 9.2.7 release notes (#6603)
* add the 9.2.7 Fleet Server release notes * Update PR link * clean up description --------- Co-authored-by: pierrehilbert <806950+pierrehilbert@users.noreply.github.com> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: ebeahan <eric.beahan@elastic.co>
1 parent 6ec72b5 commit 5a3c39b

13 files changed

+124
-198
lines changed

changelog/9.2.7.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
version: 9.2.7
2+
entries:
3+
- kind: enhancement
4+
summary: Accept secret references in policies in either inline or path formats
5+
description: ""
6+
component: fleet-server
7+
pr:
8+
- https://github.com/elastic/fleet-server/pull/5852
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1762435732
13+
file:
14+
name: 1762435732-secrets-fallback.yaml
15+
checksum: 5b929a1761bf0cd924d72ba2016afee132dbb163
16+
- kind: feature
17+
summary: Support secrets in agent.download section of policy
18+
description: ""
19+
component: fleet-server
20+
pr:
21+
- https://github.com/elastic/fleet-server/pull/5837
22+
issue:
23+
- https://github.com/elastic/fleet-server/issues/4470
24+
impact: ""
25+
action: ""
26+
timestamp: 1764192755
27+
file:
28+
name: 1764192755-ssl-secrets.yaml
29+
checksum: d5c90a81749c0e4b28b1bb2aefdc0b857463cd66
30+
- kind: feature
31+
summary: Support secrets in fleet section of policy
32+
description: ""
33+
component: fleet-server
34+
pr:
35+
- https://github.com/elastic/fleet-server/pull/5997
36+
issue: []
37+
impact: ""
38+
action: ""
39+
timestamp: 1764638389
40+
file:
41+
name: 1764638389-secrets-fleet-ssl.yaml
42+
checksum: b0c2b503cefaaca00701643576e74684b6b5ad8f
43+
- kind: bug-fix
44+
summary: Add support for OTEL secrets handling
45+
description: |
46+
Added functionality to replace secrets in OTEL sections (receivers, exporters, processors, extensions, connectors) of a policy.
47+
component: fleet-server
48+
pr:
49+
- https://github.com/elastic/fleet-server/pull/6419
50+
issue:
51+
- https://github.com/elastic/fleet-server/issues/6277
52+
impact: ""
53+
action: ""
54+
timestamp: 1771972977
55+
file:
56+
name: 1771972977-Add-support-for-OTEL-secrets-handling.yaml
57+
checksum: a07d04d18be234304d8c4fff8be5e4c8a823e288
58+
- kind: bug-fix
59+
summary: Fix checkin endpoint compression support
60+
description: |
61+
Adds support for gzip compressed requests to the checkin endpoint.
62+
component: fleet-server
63+
pr:
64+
- https://github.com/elastic/fleet-server/pull/6491
65+
issue: []
66+
impact: ""
67+
action: ""
68+
timestamp: 1772577135
69+
file:
70+
name: 1772577135-Fix-checkin-compression-support.yaml
71+
checksum: 5f7272396b0d42068d09e00b107adcf57b29f9a4
72+
- kind: bug-fix
73+
summary: Fix inaccuracies with openapi spec
74+
description: ""
75+
component: fleet-server
76+
pr:
77+
- https://github.com/elastic/fleet-server/pull/6517
78+
issue: []
79+
impact: ""
80+
action: ""
81+
timestamp: 1772755112
82+
file:
83+
name: 1772755112-Fix-innacuracies-with-openapi-spec.yaml
84+
checksum: f867db4c96d35d5c75a59ffe1e5584144de92366

changelog/fragments/1762435732-secrets-fallback.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

changelog/fragments/1764192755-ssl-secrets.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1764638389-secrets-fleet-ssl.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1771972977-Add-support-for-OTEL-secrets-handling.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

changelog/fragments/1772577135-Fix-checkin-compression-support.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

changelog/fragments/1772755112-Fix-innacuracies-with-openapi-spec.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.2.7 [fleet-server-9.2.7-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.7 [fleet-server-9.2.7-deprecations]
2+
3+
_No deprecations._
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 9.2.7 [fleet-server-release-notes-9.2.7]
2+
3+
4+
5+
### Features and enhancements [fleet-server-9.2.7-features-enhancements]
6+
7+
8+
* Support secrets in agent.download section of policy. [#5837](https://github.com/elastic/fleet-server/pull/5837)
9+
* Support secrets in fleet section of policy. [#5997](https://github.com/elastic/fleet-server/pull/5997)
10+
* Accept secret references in policies in either inline or path formats. [#5852](https://github.com/elastic/fleet-server/pull/5852)
11+
12+
13+
### Fixes [fleet-server-9.2.7-fixes]
14+
15+
16+
* Add support for OTEL secrets handling. [#6419](https://github.com/elastic/fleet-server/pull/6419) [#6277](https://github.com/elastic/fleet-server/issues/6277)
17+
18+
Added functionality to replace secrets in OTEL sections (receivers, exporters, processors, extensions, connectors) of a policy.
19+
20+
* Fix checkin endpoint compression support. [#6491](https://github.com/elastic/fleet-server/pull/6491)
21+
22+
Adds support for gzip compressed requests to the checkin endpoint.
23+
24+
* Fix inaccuracies with openapi spec. [#6517](https://github.com/elastic/fleet-server/pull/6517)
25+

0 commit comments

Comments
 (0)