|
| 1 | +// Use these for links to issue and pulls. |
| 2 | +:kibana-issue: https://github.com/elastic/kibana/issues/ |
| 3 | +:kibana-pull: https://github.com/elastic/kibana/pull/ |
| 4 | +:beats-issue: https://github.com/elastic/beats/issues/ |
| 5 | +:beats-pull: https://github.com/elastic/beats/pull/ |
| 6 | +:agent-libs-pull: https://github.com/elastic/elastic-agent-libs/pull/ |
| 7 | +:agent-issue: https://github.com/elastic/elastic-agent/issues/ |
| 8 | +:agent-pull: https://github.com/elastic/elastic-agent/pull/ |
| 9 | +:fleet-server-issue: https://github.com/elastic/fleet-server/issues/ |
| 10 | +:fleet-server-pull: https://github.com/elastic/fleet-server/pull/ |
| 11 | + |
| 12 | +[[release-notes]] |
| 13 | += Release notes |
| 14 | + |
| 15 | +This section summarizes the changes in each release. |
| 16 | + |
| 17 | +* <<release-notes-9.0.0-beta1>> |
| 18 | + |
| 19 | +Also see: |
| 20 | + |
| 21 | +* {kibana-ref}/release-notes.html[{kib} release notes] |
| 22 | +* {beats-ref}/release-notes.html[{beats} release notes] |
| 23 | + |
| 24 | +// begin 9.0.0-beta1 relnotes |
| 25 | + |
| 26 | +[[release-notes-9.0.0-beta1]] |
| 27 | +== {fleet} and {agent} 9.0.0-beta1 |
| 28 | + |
| 29 | +Review important information about the {fleet} and {agent} 8.17.2 release. |
| 30 | + |
| 31 | +[discrete] |
| 32 | +[[security-updates-9.0.0-beta1]] |
| 33 | +=== Security updates |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +[discrete] |
| 38 | +[[enhancements-9.0.0-beta1]] |
| 39 | +=== Enhancements |
| 40 | + |
| 41 | +{fleet-server}:: |
| 42 | +* Replace the use of `context.TODO` and `context.Background` in logger function calls for most use cases. {fleet-server-pull}4168[#4168] {fleet-server-issue}3087[#3087] |
| 43 | +* Refactor the API constructor to use functional opts instead of a long list of pointers. {fleet-server-pull}4169[#4169] {fleet-server-issue}3823[#3823] |
| 44 | +* Remove the deprecated `policy_throttle` configuration setting in favour of the newer `policy-limit`. {fleet-server-pull}4288[#4288] |
| 45 | +* Add the ability for {agent} to enroll using a specific ID. {fleet-server-pull}4290[#4290] {fleet-server-issue}4226[#4226] |
| 46 | + |
| 47 | +[discrete] |
| 48 | +[[bug-fixes-9.0.0-beta1]] |
| 49 | +=== Bug fixes |
| 50 | + |
| 51 | +{fleet-server}:: |
| 52 | +* Adding a context timeout to the bulker flush so it times out if it takes more time than the deadline. {fleet-server-pull}3986[#3986] |
| 53 | +* Remove a race condition that may occur when remote {es} outputs are used. {fleet-server-pull}4171[#4171] |
| 54 | +* Use the `chi/middleware.Throttle` package to track in-flight requests and return a 429 response when the limit is reached. {fleet-server-pull}4402[#4402] {fleet-server-issue}4400[#4400] |
| 55 | + |
| 56 | + |
| 57 | +// end 9.0.0-beta1 relnotes |
0 commit comments