Skip to content

Commit

Permalink
Prepare for 4.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Sep 30, 2021
1 parent f21ae52 commit 10512d0
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 18 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Fleet 4.3.2 (Sept 29, 2021)

* Improve database performance on agent checkins.

* Fix update handling for Policies (adds `--osquery_policy_update_interval` flag).

* Fix returned label count after modifying a label name.

* Fix text deletion and replacement in SQL editor.

* Fix inconsistencies with form states in query flow.

* Fix create team modal to submit with Enter key.

* Improve error handling for create and edit user form.

* Fix bug preventing global maintainers from saving and editing queries.

## Fleet 4.3.1 (Sept 21, 2021)

* Add `fleetctl get software` command to list all software and the detected vulnerabilities. The Vulnerable software feature is currently in Beta. For information on how to configure the Vulnerable software feature and how exactly Fleet processes vulnerabilities, check out the [Vulnerability processing documentation](https://fleetdm.com/docs/using-fleet/vulnerability-processing).
Expand Down
3 changes: 0 additions & 3 deletions changes/1839-create-user-error

This file was deleted.

1 change: 0 additions & 1 deletion changes/add-policy-updated-at

This file was deleted.

1 change: 0 additions & 1 deletion changes/cache-app-config

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1984-label-count-on-edit

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2078-enter-submits-create-team

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2130-replace-contenteditables

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2160-straighten-permissions-around-policies

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2201-global-maintainer-create-query

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2206-query-aselect-all

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2207-query-form-info

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2269-query-results

This file was deleted.

1 change: 0 additions & 1 deletion changes/reduce-sql-queries-per-host

This file was deleted.

4 changes: 2 additions & 2 deletions charts/fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: v4.3.1
version: v4.3.2
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.3.1
appVersion: v4.3.2
2 changes: 1 addition & 1 deletion charts/fleet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All settings related to how Fleet is deployed in Kubernetes
hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
imageTag: v4.3.1 # Version of Fleet to deploy
imageTag: v4.3.2 # Version of Fleet to deploy
createIngress: true # Whether or not to automatically create an Ingress
ingressAnnotations: {} # Additional annotation to add to the Ingress
podAnnotations: {} # Additional annotations to add to the Fleet pod
Expand Down
2 changes: 1 addition & 1 deletion tools/fleetctl-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.3.1",
"version": "v4.3.2",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit 10512d0

Please sign in to comment.