Skip to content

Commit

Permalink
Prepare for 4.2.2 release (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Aug 19, 2021
1 parent 1288944 commit de98d7f
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 18 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Fleet 4.2.2 (Aug 18, 2021)

* Add a new built in label "All Linux" to target all hosts that run any linux flavor.

* Allow finer grained configuration of the vulnerability processing capabilities.

* Fix performance issues when updating pack contents.

* Fix a build issue that caused external network access to panic in certain Linux distros (Ubuntu).

* Fix rendering of checkboxes in UI when modals appear.

* Orbit: sync critical file writes to disk.

* Add "-o" flag to fleetctl convert command to ensure consistent output rather than relying on shell redirection (this was causing issues with file encodings).

* Fix table column wrapping for manage queries page.

* Fix wrapping in Label pills.

* Side panels in UI have a fresher look, Teams/Roles UI greyed out conditionally.

* Improved sorting in UI tables.

* Improve detection of CentOS in label membership.

## Fleet 4.2.1 (Aug 14, 2021)

* Fix a database issue with MariaDB 10.5.4.
Expand Down
1 change: 0 additions & 1 deletion changes/1545-manage-queries-table-wrap

This file was deleted.

1 change: 0 additions & 1 deletion changes/1659-side-bar-restyling

This file was deleted.

1 change: 0 additions & 1 deletion changes/1660-spiffier-pills-admin-role

This file was deleted.

1 change: 0 additions & 1 deletion changes/1707-checkbox-persist

This file was deleted.

1 change: 0 additions & 1 deletion changes/Issue1507-disable-sort-remove

This file was deleted.

1 change: 0 additions & 1 deletion changes/improve-performance-of-stats

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1313-convert-command-file-destination

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1557-all-linux-label

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1629-centos

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1677-build-netgo

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1679-sync-file-writes

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1703-config-vulnarbilities

This file was deleted.

2 changes: 0 additions & 2 deletions changes/issue-1705-client-side-sort

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

0 comments on commit de98d7f

Please sign in to comment.