Skip to content

Releases: fleetdm/fleet

fleet-v4.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Sep 05:36

Changes

  • Improve database performance by reducing the amount of MySQL database queries when a host checks in.

  • Fix a bug in which users with the global maintainer role could not edit or save queries. In, Fleet 4.0.0, the Admin, Maintainer, and Observer user roles were introduced. Documentation for the permissions associated with each role can be found here on fleetdm.com/docs.

  • Fix a bug in which policies were checked about every second and add a policy_update_interval osquery configuration option. Documentation for this configuration option can be found here on fleetdm.com/docs.

  • Fix a bug in which edits to a query’s name, description, SQL did not appear until the user refreshed the Edit query page.

  • Fix a bug in which the hosts count for a label returned 0 after modifying a label’s name or description.

  • Improve error message when attempting to create or edit a user with an email that already exists.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/4.3.2/docs/README.md

Binary Checksum

SHA256

1785f1245b7e774065902c2e786eb5ed849c7890e1ee13935216694903ea4e52  fleetctl_v4.3.2_linux.tar.gz
1eccaf925c52a837acb4f65f9228aca1eba28f84c5553481b4f50185faa1ccdf  fleetctl_v4.3.2_macos.zip
3be4104f44a14471d36a983d17d0982151a09e0e3c2a2dce380812feba0f448f  fleet_v4.3.2_linux.tar.gz
5da8561a192181ca881f1f470cc7fe5ac42257799b424ba95b4f43bb05922fb3  fleetctl_v4.3.2_linux.zip
8f62734c77bda51bc8cca1677e91983ed63c583c90394b63af8d97122f795d2e  fleetctl_v4.3.2_windows.zip
c60ed4b006b3ef1a43d519c34e0809eaa6c82bb83ddf3d0a0905120dee922210  fleetctl_v4.3.2_windows.tar.gz
fa0af07698ab82182cbbe98ba115ef6afb7b617e243e5aaa1e8bd3831cde31bf  fleetctl_v4.3.2_macos.tar.gz

Docker images

  • docker pull fleetdm/fleetctl:v4.3.2
  • docker pull fleetdm/fleetctl:v4.3.2
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.3.2
  • docker pull fleetdm/fleet:v4.3.2
  • docker pull fleetdm/fleet:v4

fleet-v4.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Sep 02:23
4d36400

Changes

  • Add fleetctl get software command to list all software and the detected vulnerabilities. The Vulnerable software feature is currently in Beta. For information on how to configure the Vulnerable software feature and how exactly Fleet processes vulnerabilities, check out the Vulnerability processing documentation.

  • Add fleetctl vulnerability-data-stream command to sync the vulnerabilities processing data streams by hand.

  • Add disable_data_sync vulnerabilities configuration option to avoid downloading the data streams. Documentation for this configuration option can be found here on fleetdm.com/docs.

  • Only show observers the queries they have permissions to run on the Queries page. In, Fleet 4.0.0, the Admin, Maintainer, and Observer user roles were introduced. Documentation for the permissions associated with each role can be found here on fleetdm.com/docs.

  • Add connect_retry_attempts Redis configuration option to retry failed connections. Documentation for this configuration option can be found here on fleetdm.com/docs.

  • Add cluster_follow_redirections Redis configuration option to follow cluster redirections. Documentation for this configuration option can be found here on fleetdm.com/docs.

  • Add max_jitter_percent osquery configuration option to prevent all hosts from returning data at roughly the same time. Note that this improves the Fleet server performance, but it will now take longer for new labels to populate. Documentation for this configuration option can be found here on fleetdm.com/docs.

  • Improve the performance of database migrations.

  • Reduce database load for label membership recording.

  • Fail early if the process does not have permissions to write to the logging file.

  • Completely skip trying to save a host's users and software inventory if it's disabled to reduce database load.

  • Fix a bug in which team maintainers were unable to run live queries against the hosts assigned to their team(s).

  • Fix a bug in which a blank screen would intermittently appear on the Hosts page.

  • Fix a bug detecting disk space for hosts.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.3.1/docs/README.md

Binary Checksum

SHA256

0fa83a4134398fa2cb32f5862241d18026c4e5e7d0069d82c639782c824e587f  fleetctl_v4.3.1_linux.zip
14563255e7ddfd93b795837523c4d0d2de4bf362dd388a8d497c06c46d1ea9d6  fleetctl_v4.3.1_macos.tar.gz
5f709602bf0c0ecae271d3068fcbd3368256de76df36caf7952a88eca2d800ea  fleetctl_v4.3.1_macos.zip
8b615c28622c675ba8af3622d09a2f8becc7cc9d44e7d0a2853fd738d36dbfda  fleet_v4.3.1_linux.tar.gz
adba7e83eaef17c96b53c79b51208705d1a877c9a0c02b5abf80a68095135d58  fleetctl_v4.3.1_windows.zip
ae1fa468e6377422644b71c1bae5800accfbb28b4782f50641126c75c83aea19  fleetctl_v4.3.1_linux.tar.gz
c08cc873b6504e0ceda1634cf924876cab0e388fc7236bd5b7e45e451e7daad9  fleetctl_v4.3.1_windows.tar.gz

Docker images

  • docker pull fleetdm/fleetctl:v4.3.1
  • docker pull fleetdm/fleetctl:v4.3.1
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.3.1
  • docker pull fleetdm/fleet:v4.3.1
  • docker pull fleetdm/fleet:v4

fleet-v4.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 22:25
86044eb

Changes

  • Add Policies feature for detecting device compliance with organizational policies.

  • Run/edit query experience has been completely redesigned.

  • Add support for MySQL read replicas. This allows the Fleet server to scale to more hosts.

  • Add configurable webhook to notify when a specified percentage of hosts have been offline for over the specified amount of days.

  • Add fleetctl package command for building Orbit packages.

  • Add enroll secret dialog on host dashboard.

  • Expose free disk space in gigs and percentage for hosts.

  • Add 15-minute interval option on Schedule page.

  • Clean up advanced options UI.

  • 404 and 500 page now include buttons for Osquery community Slack and to file an issue

  • Update all empty and error states for cleaner UI.

  • Add warning banners in Fleet UI and fleetctl for license expiration.

  • Render query performance information on host vitals page pack section.

  • Improved performance for app loading.

  • Make team schedule names more user friendly and hide the stats for global and team schedules when showing host pack stats.

  • Display query_name in when referencing scheduled queries for more consistent UI/UX.

  • Query action added for observers on host vitals page.

  • Add server_settings.debug_host_ids to gather more detailed information about what the specified hosts are sending to fleet.

  • Allow deeper linking into the Fleet application by saving filters in URL parameters.

  • Rename Basic Tier to Premium Tier, and Core Tier to Free Tier.

  • Improve vulnerability detection compatibility with database configurations.

  • MariaDB compatibility fixes: add explicit foreign key constraint and on cascade delete for host_software to allow for hosts with software to be deleted.

  • Fix migration that was incompatible with MySQL primary key requirements (default on DigitalOcean MySQL 5.8).

  • Add 30 second SMTP timeout for mail configuration.

  • Fix display of platform Labels on manage hosts page

  • Fix a bug recording scheduled query statistics.

  • When a label is removed, ignore query executions for that label.

  • Add fleet serve config to change the redis connection timeout and keep alive interval.

  • Remove hardcoded limits in label searches when targeting queries.

  • Allow host users to be readded.

  • Move email template images from github to fleetdm.com.

  • Fix bug rendering CPU in host vitals.

  • Update the schema for host_users to allow for bulk inserts without locking, and allow for users without unique uid.

  • When using dynamic vulnerability processing node, try to create the vulnerability.databases-path.

  • Fix fleetctl get host <hostname> to properly output JSON when the command line flag is supplied i.e fleetctl get host --json foobar

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.3.0/docs/README.md

Binary Checksum

SHA256

176893d3110c0f8073ff9dcde8fd0a417899d5334d0e65a7668e26f98700bf7d  fleet_v4.3.0_linux.tar.gz
42351b4599edd0781ee83a367d9a284f1ecd2eb96b92938733c6656601f46482  fleetctl_v4.3.0_macos.tar.gz
47b96e0d0b3587f83a515f5f7433eb6135562d2e3f39dd97e805c4ab0c28427a  fleetctl_v4.3.0_macos.zip
69360c6f9d3b27ee8d3210c4eb4e40a9545a13812fd9459aee61e51c44fb6e3c  fleetctl_v4.3.0_linux.tar.gz
6d1fe46dfe90bde1e79e631d6f8dfe6004e2df342db909bbb8f2e3959ec597c6  fleetctl_v4.3.0_windows.zip
938b8a5d9d0c68761ff10172ca66dac280b576476a1236c8f0be589727d3aeab  fleetctl_v4.3.0_linux.zip
98a0501b5c2521c22539a77c3d0f7b1430754c9adbf8e47512bbc127fa3a8a08  fleetctl_v4.3.0_windows.tar.gz

Docker images

  • docker pull fleetdm/fleetctl:v4.3.0
  • docker pull fleetdm/fleetctl:v4.3.0
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.3.0
  • docker pull fleetdm/fleet:v4.3.0
  • docker pull fleetdm/fleet:v4

fleet-v4.2.4

Choose a tag to compare

@github-actions github-actions released this 02 Sep 18:59

Changes

  • Fix a bug in which live queries would fail for deployments that use Redis Cluster.

  • Fix a bug in which some new Fleet deployments don't include the default Global agent options. Documentation for Global and Team agent options can be found here.

  • Improve how a host's users are stored in MySQL to prevent deadlocks. This information is available in the "Users" table on each host's Host details page and in the GET /api/v1/fleet/hosts/{id} API route.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.2.4/docs/README.md

Binary Checksum

SHA256

64c4a409bf3f4e58b870d58b526e30a954b43dc923f16596589d223ec4d5ad78  fleetctl_v4.2.4_windows.tar.gz
850b5f65c529390545a49cbd98d436053512e19ffa0643869349dc2cbe0cb67e  fleetctl_v4.2.4_linux.tar.gz
8c6dc9dc2f7247dcb08ea78e5364e30f28eaa4563a1fc0096b37ce81648fccfa  fleetctl_v4.2.4_windows.zip
97f4d347bcfcbdfee8d3bf32920ea298cf5db1ebc88fe658902c34f02a879abf  fleet_v4.2.4_linux.tar.gz
a0181557ee7dbaeef7b4400b4f812ff2aa6924cc1229e196692a7ebc72851f41  fleetctl_v4.2.4_macos.zip
e5ff9cdb72351bb717d1dd61d415ff78484da73156fa2b55457f89fffce59f1f  fleetctl_v4.2.4_macos.tar.gz
e80c0cad187b3495b2a12405ac49f83292697c8d554b466c1e739ac4d64a35fe  fleetctl_v4.2.4_linux.zip

Docker images

  • docker pull fleetdm/fleetctl:v4.2.4
  • docker pull fleetdm/fleetctl:v4.2.4
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.2.4
  • docker pull fleetdm/fleet:v4.2.4
  • docker pull fleetdm/fleet:v4

fleet-v4.2.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 02:40

Changes

  • 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.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.2.3/docs/README.md

Binary Checksum

SHA256

2801c9dc1f858a72c53722045339857bea36003c234ecb4fd18084af43e9ee34  fleetctl_v4.2.3_macos.zip
2cd316c9dfa1b49921f43e4ac3bcb9d388b825be579ce037b62144d4bfd48742  fleetctl_v4.2.3_windows.zip
85b48b60ce7a5c1f975c465d6cddecc8bebd755ce19367510b06d6cb4ebc451d  fleet_v4.2.3_linux.tar.gz
95bf502671146b041712409e37c6425f83bcd9bc83410c75515662e8cd21c351  fleetctl_v4.2.3_linux.tar.gz
a3bb23f9e36feb7f58f5702a539d4064ab92200c04ab33a825d87c1a1748ba07  fleetctl_v4.2.3_windows.tar.gz
d0d68b9405351e0d267851b6d309ad3bd45f3e0a19251857a7ba0ed717a11286  fleetctl_v4.2.3_macos.tar.gz
fb9fe7da33f83b0b07f0f362327de6ea987e588836c518eb7c229388e5ea272f  fleetctl_v4.2.3_linux.zip

Docker images

  • docker pull fleetdm/fleetctl:v4.2.3
  • docker pull fleetdm/fleetctl:v4.2.3
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.2.3
  • docker pull fleetdm/fleet:v4.2.3
  • docker pull fleetdm/fleet:v4

fleet-v4.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 01:59
de98d7f

Changes

  • 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.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.2.2/docs/README.md

Binary Checksum

SHA256

218e3377302d6e6bb9429e7828c084aa3d2b1afff3f1c03ba3451043568a6987  fleetctl_v4.2.2_linux.zip
4a4f736317273185da8aebabf2940edee06b01143e0985335dfc3e39b9d1be68  fleetctl_v4.2.2_macos.tar.gz
55bc7b4285b3f5255a6cde3fb6c46b7b0f897d5fb4cc740b0ad2f00aaf747513  fleetctl_v4.2.2_macos.zip
7e66be91a89f35cff4256d58d7d198a3dfc81dbc0d2e3316171f8d534848f69c  fleet_v4.2.2_linux.tar.gz
9755f2f253d964c2d8ebd43a2d3059fbea1ed01ea1cc5f82c6bd52960b0bb09a  fleetctl_v4.2.2_windows.tar.gz
a5bd414f00a4bc817306cdb64cc430abd9020af5be9f36f657ad9f71c4cf6e48  fleetctl_v4.2.2_linux.tar.gz
c9c594c1db0fdf47fec382533e292e2579d4c19cba6c4296a989d9c68b8dcbd7  fleetctl_v4.2.2_windows.zip

Docker images

  • docker pull fleetdm/fleetctl:v4.2.2
  • docker pull fleetdm/fleetctl:v4.2.2
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.2.2
  • docker pull fleetdm/fleet:v4.2.2
  • docker pull fleetdm/fleet:v4

Fleet v4.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:14
68e92b2

Changes

  • 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.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.2.1/docs/README.md

Binary Checksum

SHA256

08f32db48d6439043da13bb886d7b77db747e201b0d4c81f4e1ccffe100394e3  fleetctl_v4.2.1_linux.tar.gz
2200d7c80c7c08ea3a8ac4867f86d4d5bad13a0128413dc0107cdead482bf96a  fleetctl_v4.2.1_linux.zip
3024dcfbd41e97f63032343ec262617fe0bbfa08a39eb182d35e584ade4bce50  fleetctl_v4.2.1_windows.zip
59d2380ff74d3ea88ded6b0c1d9c7b914366076369a21e51aa60935b84b15548  fleetctl_v4.2.1_macos.zip
8cf1c8a147dfedeef7fe3c886436a6d029a66758b8a10c3ead05489f59c0e507  fleet_v4.2.1_linux.tar.gz
a8f7641779c0a6d3803e05a22567cdf4b9f0f0b5d77ab9ab0f86f09c58b2b60a  fleetctl_v4.2.1_windows.tar.gz
b731d2f6334cb2d8b6fd9bc1ad0dd9639097497f4e0067c82ad278b692ec0dcb  fleetctl_v4.2.1_macos.tar.gz

Docker images

  • docker pull fleetdm/fleetctl:v4.2.1
  • docker pull fleetdm/fleetctl:v4.2.1
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.2.1
  • docker pull fleetdm/fleet:v4.2.1
  • docker pull fleetdm/fleet:v4

Fleet v4.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 02:42
b21ca54

Note: Starting with Fleet v4.2.0, server binaries will only be published for Linux and Docker. If you make use of pre-built binaries for Windows or macOS, please open an issue to discuss alternate options.

Changes

  • Add ability to simultaneously filter hosts by status (online, offline, new, mia) and by label on the Hosts page.

  • Add ability to filter hosts by team in the Fleet UI, fleetctl CLI tool, and Fleet API. Available for Fleet Basic customers.

  • Add ability to create a Team schedule in Fleet. The Schedule feature was released in Fleet 4.1.0. For more information on the new Schedule feature, check out the Fleet 4.1.0 release blog post. Available for Fleet Basic customers.

  • Add Beta Vulnerable software feature which surfaces vulnerable software on the Host details page and the GET /api/v1/fleet/hosts/{id} API route. For information on how to configure the Vulnerable software feature and how exactly Fleet processes vulnerabilities, check out the Vulnerability processing documentation.

  • Add ability to see which logging destination is configured for Fleet in the Fleet UI. To see this information, head to the Schedule page and then select "Schedule a query." Configured logging destination information is also available in the GET api/v1/fleet/config API route.

  • Improve the fleetctl preview experience by downloading Fleet's standard query library and loading the queries into the Fleet UI.

  • Improve the user interface for the Packs page and Queries page in the Fleet UI.

  • Add ability to modify scheduled queries in your Schedule in Fleet. The Schedule feature was released in Fleet 4.1.0. For more information on the new Schedule feature, check out the Fleet 4.1.0 release blog post.

  • Add ability to disable the Users feature in Fleet by setting the new enable_host_users key to true in the config yaml, configuration file. For documentation on using configuration files in yaml syntax, check out the Using yaml files in Fleet documentation.

  • Improve performance of the Software inventory feature. Software inventory is currently under a feature flag. To enable this feature flag, check out the feature flag documentation.

  • Improve performance of inserting pack_stats in the database. The pack_stats information is used to display "Frequency" and "Last run" information for a specific host's scheduled queries. You can find this information on the Host details page.

  • Improve Fleet server logging so that it is more uniform.

  • Fix a bug in which a user with the Observer role was unable to run a live query.

  • Fix a bug that prevented the new Home page from being displayed in some Fleet instances.

  • Fix a bug that prevented accurate sorting issues across multiple pages on the Hosts page.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/fleet-v4.2.0/docs/README.md

Binary Checksum

SHA256

2067fca5e467a2c95fb3b00025e4d50a1a256875ebecc00fd485f47a91cdd240  fleetctl_v4.2.0_windows.tar.gz
5d85b029c90342ccf1b2365f150df30c0a834e23f189f2bd08c5d92269653fe2  fleet_v4.2.0_linux.tar.gz
7e44e97e423c436ecccde9371d3ea1f84db17e9d75f6a1433702545a2198bf83  fleetctl_v4.2.0_linux.tar.gz
a6d21907022776dd77cb8bb709e5e9425f75efe46f2eaa27094ca5ae48b1ddde  fleetctl_v4.2.0_windows.zip
cbed946bd4dda458c2a9b31d50d099e28780d34bd344b67c548309c684ae0c30  fleetctl_v4.2.0_macos.tar.gz
e2fc536106e941448cee96da3ebcc53fec6530810dc0cd826541655f80465be1  fleetctl_v4.2.0_linux.zip
e3cad25046ceedcb050260186b44d80f7705138426eff39835c03f4832e0d1e6  fleetctl_v4.2.0_macos.zip

Docker images

  • docker pull fleetdm/fleetctl:v4.2.0
  • docker pull fleetdm/fleetctl:v4.2.0
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.2.0
  • docker pull fleetdm/fleet:v4.2.0
  • docker pull fleetdm/fleet:v4

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:26
cb10659

Changes

The primary additions in Fleet 4.1.0 are the new Schedule and Activity feed features.

Schedule lets you add queries which are executed on your devices at regular intervals without having to understand or configure osquery query packs. For experienced Fleet and osquery users, the ability to create new, and modify existing, query packs is still available in the Fleet UI and fleetctl command-line tool. To reach the Packs page in the Fleet UI, head to Schedule > Advanced.

Activity feed adds the ability to observe when, and by whom, queries are changes, packs are created, live queries are run, and more. The Activity feed feature is located on the new Home page in the Fleet UI. Select the logo in the top right corner of the Fleet UI to navigate to the new Home page.

New features breakdown

  • Add ability to create teams and update their respective agent options and enroll secrets using the new teams yaml document and fleetctl. Available in Fleet Basic.

  • Adds a new Home page to the Fleet UI. The Home page presents a breakdown of the enrolled hosts by operating system.

  • Add a “Users” table on the Host details page. The username information displayed in the “Users” table, as well as the uid, type, and groupname are available in the Fleet REST API via the /api/v1/fleet/hosts/{id} API route.

  • Add ability to create a user without an invitation. You can now create a new user by heading to Settings > Users, selecting “Create user,” and then choosing the “Create user” option.

  • Add ability to search and sort installed software items in the “Software” table on the Host details page.

  • Add ability to delete a user from Fleet using a new fleetctl user delete command.

  • Add ability to retrieve hosts’ status, display_text, and labels using the fleetctl get hosts command.

  • Add a new user_roles yaml document that allows users to manage user roles via fleetctl. Available in Fleet Basic.

  • Change default ordering of the “Hosts” table in the Fleet UI to ascending order (A-Z).

  • Improve performance of the Software inventory feature by reducing the amount of inserts and deletes are done in the database when updating each host’s
    software inventory.

  • Remove YUM and APT sources from Software inventory.

  • Fix an issue in which disabling SSO at the organization level would not disable SSO for all users.

  • Fix an issue with data migrations in which enroll secrets are duplicated after the name column was removed from the enroll_secrets table.

  • Fix an issue in which it was not possible to clear host settings by applying the config yaml document. This allows users to successfully remove the additional_queries property after adding it.

  • Fix printing of failed record count in AWS Kinesis/Firehose logging plugins.

  • Fix compatibility with GCP Memorystore Redis due to missing CLUSTER command.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/v4.1.0/docs/README.md

Binary Checksum

SHA256

0c128ee77c6bb03261418a98ddbf971b27b9ee551d7a2f5d00f3be814207bbd7  fleetctl_v4.1.0_linux.zip
3d9e17ce2260efd68c7eb500e68cd381561be8755172021d8844834d34102aa1  fleetctl_v4.1.0_macos.tar.gz
5d38d54f47a299c0b481819abb728ce5b0fe58af454831283b254d0cf0758e19  fleetctl_v4.1.0_windows.tar.gz
92489eee42a685f3b95673d331d8021f25a41963efb393592caf98731a23c3a4  fleetctl_v4.1.0_macos.zip
a7a1672fb76ee7d9a7b7d2803f30462691ea05ee787df69b18b78b6faacc1aeb  fleet_v4.1.0_windows.zip
aa897d3b5a6f05992accd5ca6d2ac75096f7d450c2f96367d2b93322cb9724e8  fleetctl_v4.1.0_windows.zip
e63c59f1854037375993ac603a0630b6916c9134d93e6c1024a2053251348d72  fleet_v4.1.0_linux.tar.gz
e739da291492b45be3b74a09980d4aee5728b959d33c83278bccbdf16b967eed  fleet_v4.1.0_macos.tar.gz
f790f33bd6941666610d9b7dee0fdff27d9baea5e4ed67d05ec82339f09a57cc  fleetctl_v4.1.0_linux.tar.gz

Docker images

  • docker pull fleetdm/fleetctl:v4.1.0
  • docker pull fleetdm/fleetctl:v4.1.0
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.1.0
  • docker pull fleetdm/fleet:v4.1.0
  • docker pull fleetdm/fleet:v4

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:09
fed68fc

Changes

  • Fix an issue in which migrations failed on MariaDB MySQL.

  • Allow http to be used when configuring fleetctl for localhost.

  • Fix a bug in which Team information was missing for hosts looked up by Label.

Upgrading

Please visit our update guide for upgrade instructions.

Documentation

Documentation for this release can be found at https://github.com/fleetdm/fleet/blob/4.0.1/docs/README.md

Binary Checksum

SHA256

1ec91724b224bd2d73b8909d3783f773acf135e6aa4f0f83c83dece3b4dd857b  fleetctl_v4.0.1_windows.zip
25c9c6e28f25962bd95e890594592d9642f209593c6649bd9de1ca2fb4619713  fleetctl_v4.0.1_macos.zip
63318adf2b6ae4fc3c9a88320da995cffffc48f7e9e0c3ac30fb7a0aa4b49064  fleetctl_v4.0.1_windows.tar.gz
7b854e37fb548a8130eacd45e7e3ba7b1b9fd4f226bb34d9de72cf56078d78cb  fleet_v4.0.1_macos.tar.gz
9e1688e8c14c70c4897454129a60f33b8dcd49177536754e2bdfbfc2b5b91429  fleetctl_v4.0.1_linux.tar.gz
9fc647796dafc64a6c04e47564c20b3931c4833ffaf2d98c8fbf276ab2ba7a62  fleet_v4.0.1_linux.tar.gz
b7a0faf0a8719954dc444151c777c61d6c099a7642e9e14e5208f4f5f7335d8f  fleetctl_v4.0.1_macos.tar.gz
decfc28652a4fd1612760abb9d0666ffadd4cc5af3662e412499bc20d0eaeb64  fleetctl_v4.0.1_linux.zip
ed0bc2d69cc5a398a9b26f67cbd70941ed87e1bc11ba744b2e0e7532f563278b  fleet_v4.0.1_windows.zip

Docker images

  • docker pull fleetdm/fleetctl:v4.0.1
  • docker pull fleetdm/fleetctl:v4.0.1
  • docker pull fleetdm/fleetctl:v4
  • docker pull fleetdm/fleet:v4.0.1
  • docker pull fleetdm/fleet:v4.0.1
  • docker pull fleetdm/fleet:v4