Skip to content

Commit 88a27c9

Browse files
mergify[bot]ebeahancolleenmcginnis
authored
[9.1](backport #5509) Update changelog for 9.0.7 (#5525)
* Update changelog for 9.0.7 (#5509) (cherry picked from commit b48a011) * relocate --------- Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 3c5d2e4 commit 88a27c9

File tree

10 files changed

+80
-75
lines changed

10 files changed

+80
-75
lines changed

changelog/9.0.7.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
version: 9.0.7
2+
entries:
3+
- kind: bug-fix
4+
summary: Reset trace links on bulk items when returning to pool
5+
description: ""
6+
component: fleet-server
7+
pr:
8+
- https://github.com/elastic/fleet-server/pull/5317
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1755810145
13+
file:
14+
name: 1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml
15+
checksum: e95e0e1b1ea66a2c365ba00d6bd7e9def2b07ace
16+
- kind: bug-fix
17+
summary: Restore connection limiter
18+
description: |
19+
Restore connection level limiter to prevent OOM incidents.
20+
This limiter is used in addition to the request-level throttle so that once
21+
our in-flight requests reaches max_connections a 429 is returned, but if the
22+
total connections the server uses is over max_connections*1.1 the server drops
23+
the connection before the TLS handshake.
24+
component: fleet-server
25+
pr:
26+
- https://github.com/elastic/fleet-server/pull/5372
27+
issue: []
28+
impact: ""
29+
action: ""
30+
timestamp: 1756409821
31+
file:
32+
name: 1756409821-Restore-connection-limiter.yaml
33+
checksum: 7ae8e8521ecea4ac5d8944328b4ffcc51c1a609b
34+
- kind: bug-fix
35+
summary: Build fleet-server as fully static binary to restore OS matrix compatibility
36+
description: ""
37+
component: fleet-server
38+
pr:
39+
- https://github.com/elastic/fleet-server/pull/5392
40+
issue:
41+
- https://github.com/elastic/fleet-server/issues/5262
42+
impact: ""
43+
action: ""
44+
timestamp: 1756940128
45+
file:
46+
name: 1756940128-fix-binary-compilation.yaml
47+
checksum: 7d4f89d7775d01ca5c63dd022364a5eec262cae0

changelog/fragments/1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml

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

changelog/fragments/1756409821-Restore-connection-limiter.yaml

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

changelog/fragments/1756940128-fix-binary-compilation.yaml

Lines changed: 0 additions & 5 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.0.7 [fleet-server-9.0.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.0.7 [fleet-server-9.0.7-deprecations]
2+
3+
_No deprecations._
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 9.0.7 [fleet-server-release-notes-9.0.7]
2+
3+
4+
5+
6+
### Fixes [fleet-server-9.0.7-fixes]
7+
8+
* Reset trace links on bulk items when returning to pool. [#5317](https://github.com/elastic/fleet-server/pull/5317)
9+
* Restore connection limiter. [#5372](https://github.com/elastic/fleet-server/pull/5372)
10+
11+
Restore connection level limiter to prevent OOM incidents.
12+
This limiter is used in addition to the request-level throttle so that once
13+
our in-flight requests reaches max_connections a 429 is returned, but if the
14+
total connections the server uses is over max_connections*1.1 the server drops
15+
the connection before the TLS handshake.
16+
17+
* Build fleet-server as fully static binary to restore OS matrix compatibility. [#5392](https://github.com/elastic/fleet-server/pull/5392) [#5262](https://github.com/elastic/fleet-server/issues/5262)
18+

docs/release-notes/_snippets/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
:::{include} /release-notes/_snippets/9.1.0/breaking.md
1111
:::
1212

13+
:::{include} /release-notes/_snippets/9.0.7/breaking.md
14+
:::
15+
1316
:::{include} /release-notes/_snippets/9.0.6/breaking.md
1417
:::
1518

docs/release-notes/_snippets/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
:::{include} /release-notes/_snippets/9.1.0/deprecations.md
1111
:::
1212

13+
:::{include} /release-notes/_snippets/9.0.7/deprecations.md
14+
:::
15+
1316
:::{include} /release-notes/_snippets/9.0.6/deprecations.md
1417
:::
1518

docs/release-notes/_snippets/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
:::{include} /release-notes/_snippets/9.1.0/index.md
1111
:::
1212

13+
:::{include} /release-notes/_snippets/9.0.7/index.md
14+
:::
15+
1316
:::{include} /release-notes/_snippets/9.0.6/index.md
1417
:::
1518

0 commit comments

Comments
 (0)