mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
"Releasing Fleet" docs: Add instructions for "Performance" section (#3857)
- Add instructions for performance section - Remove changes files that were included in the 4.9.0 release
This commit is contained in:
parent
a6f3f02a85
commit
433843ae94
14 changed files with 4 additions and 14 deletions
|
|
@ -1 +0,0 @@
|
|||
- Modified no hosts message for software and policy filter
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
* Migrate manage policies page to use react-query for policies endpoints
|
||||
* Incorporate `available_teams` into app context for UI
|
||||
|
|
@ -1 +0,0 @@
|
|||
* App Settings Page uses new frontend patterns and removes flattening of config object
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Block autocomplete for username and password in SMTP settings
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Add config to use Sentry for catching errors in fleet
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Include Chrome and Firefox extensions in software inventory.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Improve how fleet distributes hosts checking in to balance the load on the server.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Return 400 when trying to create queries, packs and policies with empty names.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Cleanup pack targets when deleting hosts, labels, and teams
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Team observers can read global policies (aka inherited policies).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Return 404 when listing policies of a team that doesn't exist.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Optimize users detail query to improve performance when running on system with a large number of users (particularly Windows Domain Controllers).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Reduce the default period of the "simple" live query API (`/api/v1/queries/run`) to 25 seconds to remain below load balancer timeouts.
|
||||
|
|
@ -8,6 +8,10 @@ Note: Please prefix versions with `fleet-v` (eg. `fleet-v4.0.0`) in git tags, He
|
|||
tone and syntax of the written language match throughout. `make changelog` will stage all changes
|
||||
file entries for deletion with the commit.
|
||||
|
||||
Add a "Performance" section below the list of changes. This section should summarize the number of
|
||||
hosts that the Fleet server can handle, call out if this number has
|
||||
changed since the last release, and list the infrastructure used in the load testing environment.
|
||||
|
||||
Update the NPM [package.json](../../tools/fleetctl-npm/package.json) with the new version number (do
|
||||
not yet `npm publish`). Update the [Helm chart](../../charts/fleet/Chart.yaml) and [values
|
||||
file](../../charts/fleet/values.yaml) with the new version number.
|
||||
|
|
|
|||
Loading…
Reference in a new issue