Skip to content

Commit

Permalink
Prepare for 4.12.0 (#4797)
Browse files Browse the repository at this point in the history
- Update CHANGELOG
- Bump versioning
- Tweak documentation
  - Default `session_duration` to `5d`
  - Add extra `#` to "Team policies" section so it doesn't show up in top level nav for docs
  • Loading branch information
noahtalerman committed Mar 25, 2022
1 parent 653c46b commit 8e9a814
Show file tree
Hide file tree
Showing 32 changed files with 48 additions and 36 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## Fleet 4.12.0 (Mar 24, 2022)

* Add ability to update which platform (macOS, Windows, Linux) a policy is checked on.

* Add ability to detect compatibility for custom policies.

* Increase the default session duration to 5 days. Session duration can be updated using the
[`session_duration` configuration option](https://fleetdm.com/docs/deploying/configuration#session-duration).

* Add ability to see the percentage of hosts that responded to a live query.

* Add ability for user's with [admin permissions](https://fleetdm.com/docs/using-fleet/permissions#user-permissions) to update any user's password.

* Add [`content_type_value` Kafka REST Proxy configuration
option](https://fleetdm.com/docs/deploying/configuration#kafkarest-content-type-value) to allow
the use of different versions of the Kafka REST Proxy.

* Add [`database_path` GeoIP configuration option](https://fleetdm.com/docs/deploying/configuration#database-path) to specify a GeoIP database. When configured,
geolocation information is presented on the **Host details** page and in the `GET /hosts/{id}` API route.

* Add ability to retrieve a host's public IP address. This information is available on the **Host
details** page and `GET /hosts/{id}` API route.

* Add instructions and materials needed to add hosts to Fleet using [plain osquery](https://fleetdm.com/docs/using-fleet/adding-hosts#plain-osquery). These instructions
can be found in **Hosts > Add hosts > Advanced** in the Fleet UI.

* Add Beta support for Fleet Desktop on macOS. Fleet Desktop allows the device user to see
information about their device. To add Fleet Desktop to a macOS 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.

* Reduce the noise of osquery status logs by only running a host vital query, which populate the
**Host details** page, when the query includes tables that are compatible with a specific host.

* Fix a bug on the **Edit pack** page in which the "Select targets" element would display the hover effect for the wrong target.

* Fix a bug on the **Software** page in which software items from deleted hosts were not removed.

* Fix a bug in which the platform for Amazon Linux 2 hosts would be displayed incorrectly.

## Fleet 4.11.0 (Mar 7, 2022)

* Improve vulnerability processing to reduce the number of false positives for RPM packages on Linux hosts.
Expand Down
1 change: 0 additions & 1 deletion changes/4711-fleetctl-preview-cleanup-osquery-socket

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1463-cleanup-frontend-lint

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-2716-platform-compatibility

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3059-admin-change-any-user-password

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3267-add-team-webhook

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3406-add-hosts-advanced

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3432-2075-improve-live-ui

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3603-turn-on-off-all-automations

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3640-add-endpoint-download-csv-hosts

This file was deleted.

3 changes: 0 additions & 3 deletions changes/issue-3849-macos-app

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3911-kafka-rest-proxy-header-value

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3914-device-auth-token

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3914-fleet-desktop-orbit-table

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-3928-increase-session-duration

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4092-fleet-desktop-ui

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4416-add-device-auth-endpoints

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4429-fleet-desktop-packaging

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4448

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4459-fix-packs-select-targets-hover

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4499-align-buttons

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4526-fix-react-tab-styling-bug

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4555_add_support_for_amazon_linux_2

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-4562-admin-reset-user-password

This file was deleted.

3 changes: 0 additions & 3 deletions changes/issue-4585-geolocation-support

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.11.0
version: v4.12.0
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.11.0
appVersion: v4.12.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.11.0 # Version of Fleet to deploy
imageTag: v4.12.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/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ The amount of time that a session should last for.

Valid time units are `s`, `m`, `h`.

- Default value: `24h` (24 hours)
- Default value: `5d` (5 days)
- Environment variable: `FLEET_SESSION_DURATION`
- Config file format:

Expand Down
2 changes: 1 addition & 1 deletion docs/Using-Fleet/REST-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3891,7 +3891,7 @@ Where `query_id` references an existing `query`.

---

## Team policies
### Team policies

- [List team policies](#list-team-policies)
- [Get team policy by ID](#get-team-policy-by-id)
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.11.0",
"version": "v4.12.0",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down
2 changes: 1 addition & 1 deletion tools/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.11.0"
default = "fleet:v4.12.0"
}
2 changes: 1 addition & 1 deletion tools/terraform/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.11.0"
default = "fleetdm/fleet:v4.12.0"
}

variable "software_inventory" {
Expand Down

1 comment on commit 8e9a814

@vercel
Copy link

@vercel vercel bot commented on 8e9a814 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.