Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
## Fleet 4.14.0 (May 9, 2022)

* Add beta support for Jira and Zendesk integrations. This allows users to configure Fleet to
automatically create a Jira issue or Zendesk ticket when a new vulnerability (CVE) is detected on
your hosts.

* Add a "Show query" button on the live query results page. This allows users to double-check the
syntax used and compare this to their results without leaving the current view.

* Add a [Postman
Collection](https://www.postman.com/fleetdm/workspace/fleet/collection/18010889-c5604fe6-7f6c-44bf-a60c-46650d358dde?ctx=documentation)
for the Fleet API. This allows users to easily interact with Fleet's API routes so that they can
build and test integrations.

* Add beta support for Fleet Desktop on Linux. Fleet Desktop allows the device user to see
information about their device. To add Fleet Desktop to a Linux device, first add the
`--fleet-desktop` flag to the `fleectl package` command to generate a Fleet-osquery installer that
includes Fleet Desktop. Then, open this installer on the device.

* Add `last_opened_at` property, for macOS software, to the **Host details** API route (`GET /hosts/{id}`).

* Improve the **Settings** pages in the the Fleet UI.

* Improve error message retuned when running `fleetctl query` command with missing or misspelled hosts.

* Improve the empty states and forms on the **Policies** page, **Queries** page, and **Host details** page in the Fleet UI.

- All duration settings returned by `fleetctl get config --include-server-config` were changed from
nanoseconds to an easy to read format.

* Fix a bug in which the "Bundle identifier" tooltips displayed on **Host details > Software** did not
render correctly.

* Fix a bug in which the Fleet UI would render an empty Google Chrome profiles on the **Host details** page.

* Fix a bug in which the Fleet UI would error when entering the "@" characters in the **Search targets** field.

* Fix a bug in which a scheduled query would display the incorrect name when editing the query on
the **Schedule** page.

* Fix a bug in which a deprecation warning would be displayed when generating a `deb` or `rpm`
Fleet-osquery package when running the `fleetctl package` command.

* Fix a bug that caused panic errors when running the `fleet serve --debug` command.

## Fleet 4.13.2 (Apr 25, 2022)

* Fix a bug with os versions not being updated. Affected deployments using MySQL < 5.7.22 or equivalent AWS RDS Aurora < 2.10.1.
Expand Down
2 changes: 0 additions & 2 deletions changes/4176-orbit-fix-selinux-permissions

This file was deleted.

1 change: 0 additions & 1 deletion changes/centos-ubuntu-uninstall-cleanup

This file was deleted.

1 change: 0 additions & 1 deletion changes/fix-fleetctl-package-deb-rpm-deprecation-warn

This file was deleted.

1 change: 0 additions & 1 deletion changes/fleetctl-preview-support-custom-tuf

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2316-add-osquery-min-last-opened-at-config

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2316-expose-last-opened-at-software

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3124-better-empty-states-for-host-details

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3446-fleetctl-query-host-not-found

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3912-display-optional-fields-as-optional

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4574-show-query-in-live-results

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4746-device-mapping

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4780-avoid-ingesting-profiles-without-email

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4852-search-labels-breaks-with-atsign

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4925-fleet-desktop-linux

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5005-bug-fix-query-name-for-schedule

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5057-zendesk

This file was deleted.

2 changes: 0 additions & 2 deletions changes/issue-5066-huminize-durations-in-fleetctl

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5244-revert-sso-paths-to-v1

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5268-fix-fleet-serve-panic

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5315-consistent-empty-states

This file was deleted.

2 changes: 0 additions & 2 deletions changes/issue-5319-json-arrayagg

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5338-change-jira-ticket-type

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5437-validate-https-jira

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5469-fix-mac-software-tooltip

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5563-remove-last-integration

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5565-sunset-edit-integration

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-5595-settings-validated

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.13.2
version: v4.14.0
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.13.2
appVersion: v4.14.0
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.13.2 # Version of Fleet to deploy
imageTag: v4.14.0 # 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 docs/Deploying/Server-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ spec:
spec:
containers:
- name: fleet
image: fleetdm/fleet:4.13.2
image: fleetdm/fleet:4.14.0
env:
- name: FLEET_MYSQL_ADDRESS
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/dogfood/terraform/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ variable "database_name" {

variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.13.2"
default = "fleetdm/fleet:v4.14.0"
}

variable "software_inventory" {
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/dogfood/terraform/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ variable "redis_mem" {
}

variable "image" {
default = "fleet:v4.13.2"
default = "fleet:v4.14.0"
}
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.13.2",
"version": "v4.14.0",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down