Skip to content

Commit

Permalink
Prepare for Fleet 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Aug 26, 2021
1 parent d6ba3da commit 5239fb5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Fleet 4.2.3 (Aug 23, 2021)

* Add ability to troubleshoot connection issues with the `fleetctl debug connection` command.

* Improve compatibility with MySQL variants (MariaDB, Aurora, etc.) by removing usage of JSON_ARRAYAGG.

* Fix bug in which live queries would stop returning results if more than 5 seconds goes by without a result. This bug was introduced in 4.2.1.

* Eliminate double-logging of IP addresses in osquery endpoints.

* Update host details after transferring a host on the details page.

* Log errors in osquery endpoints to improve debugging.

## Fleet 4.2.2 (Aug 18, 2021)

* Add a new built in label "All Linux" to target all hosts that run any linux flavor.
Expand Down
4 changes: 0 additions & 4 deletions changes/1719-host-details-transfer-team

This file was deleted.

1 change: 0 additions & 1 deletion changes/1759

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1579-add-debug-connection

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1661-only-log-ip-once

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1758-log-errors-in-osquery-requests

This file was deleted.

1 change: 0 additions & 1 deletion changes/minor-change-activity-feed

This file was deleted.

1 change: 0 additions & 1 deletion changes/remove-json-arrayagg

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.2.2
version: v4.2.3
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.2.2
appVersion: v4.2.3
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.2.2 # Version of Fleet to deploy
imageTag: v4.2.3 # 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.2.2",
"version": "v4.2.3",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit 5239fb5

Please sign in to comment.