Skip to content

Commit

Permalink
Prepare for 4.2.1 release (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Aug 14, 2021
1 parent 4858f3a commit 68e92b2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Fleet 4.2.1 (Aug 14, 2021)

* Fix a database issue with MariaDB 10.5.4.

* Display updated team name after edit.

* When a connection from a live query websocket is closed, Fleet now timeouts the receive and handles the different cases correctly to not hold the connection to Redis.

* Read live query results from Redis in a thread safe manner.

* Allow observers and maintainers to refetch a host in a team they belong to.

## Fleet 4.2.0 (Aug 11, 2021)

* Add ability to simultaneously filter hosts by status (`online`, `offline`, `new`, `mia`) and by label on the **Hosts** page.
Expand Down
1 change: 0 additions & 1 deletion changes/1610-update-team-name-after-edit

This file was deleted.

1 change: 0 additions & 1 deletion changes/add-mariadb-support

This file was deleted.

1 change: 0 additions & 1 deletion changes/fix-redis-locking-receive

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1531-thread-safe-redis

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1644-refetch-host-in-team

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

0 comments on commit 68e92b2

Please sign in to comment.