"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:
Noah Talerman 2022-01-26 14:33:39 -05:00 committed by GitHub
parent a6f3f02a85
commit 433843ae94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 4 additions and 14 deletions

View file

@ -1 +0,0 @@
- Modified no hosts message for software and policy filter

View file

@ -1,2 +0,0 @@
* Migrate manage policies page to use react-query for policies endpoints
* Incorporate `available_teams` into app context for UI

View file

@ -1 +0,0 @@
* App Settings Page uses new frontend patterns and removes flattening of config object

View file

@ -1 +0,0 @@
* Block autocomplete for username and password in SMTP settings

View file

@ -1 +0,0 @@
* Add config to use Sentry for catching errors in fleet

View file

@ -1 +0,0 @@
* Include Chrome and Firefox extensions in software inventory.

View file

@ -1 +0,0 @@
* Improve how fleet distributes hosts checking in to balance the load on the server.

View file

@ -1 +0,0 @@
* Return 400 when trying to create queries, packs and policies with empty names.

View file

@ -1 +0,0 @@
* Cleanup pack targets when deleting hosts, labels, and teams

View file

@ -1 +0,0 @@
* Team observers can read global policies (aka inherited policies).

View file

@ -1 +0,0 @@
* Return 404 when listing policies of a team that doesn't exist.

View file

@ -1 +0,0 @@
* Optimize users detail query to improve performance when running on system with a large number of users (particularly Windows Domain Controllers).

View file

@ -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.

View file

@ -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.