diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed1eaf225..9f391d7159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,83 @@ +## Fleet 4.71.0 (Jul 23, 2025) + +### Security Engineers +- Updated CIS benchmarks for Windows 10 to version 3. +- Added support for IdP-based labels. +- Added last opened time for Windows applications. +- Updated `GET /hosts/:id/encryption_key` to return most recently archived encryption key if current key is not available. +- Added support for ingesting user's "Department" via SCIM and added support to set the `FLEET_VAR_HOST_END_USER_IDP_DEPARTMENT` variable on configuration profiles. +- Cleaned up false-positive vulnerabilities on Amazon Linux 2 hosts reported in Fleet <= 4.55. + +### IT Admins +- Added the verification of user-scoped profiles on macOS. +- Added last opened time for Windows applications. +- Updated Windows Custom OS Settings including Win32/Desktop Bridge ADMX policies to now be marked verified after the host has acknowledged the MDM install command. +- Added support for "Host Vitals" label, starting with IdP-based labels which update automatically including after software installs. +- Displayed VPP apps installed on a host in the UI after command is acknowledged. +- Updated `GET /hosts/:id/encryption_key` to return most recently archived encryption key if current key is not available. +- Increased how often Fleet checks for new Fleet-maintained apps, from once per day to once per hour. +- Improved GitOps speed when managing software with hashes on a large number of teams. +- Separated host details software list into two separate sections: Inventory (software installed on a host) and Library (software available for installation on a host). +- Updated Apple profile verification code to disallow uploading profiles with the same identifier but differing PayloadScopes. +- Recorded installer URL when a Fleet-maintained app is added via the web UI or REST API. +- Added support for ingesting user's "Department" via SCIM and added support to set the `FLEET_VAR_HOST_END_USER_IDP_DEPARTMENT` variable on configuration profiles. +- Added support for the Apple MDM user channel. When a mobileconfig with a payloadscope of User is targeted for a host with a user channel connection, it will now be sent to the user channel. +- Added ability to add EULA end user sees during setup experience via gitops. + +### Other improvements and bug fixes +- Added user property `api_only` to backend activity details. +- Replaced email with user full name for login activity. +- Added a new avatar for API-only users in the activity feed. +- Updated side navigation styles across the app. +- Added premium tier messaging to the certificates section on the integrations page. +- Removed ability to upload a EULA in the UI if gitops is enabled. +- Migrated from `aws-sdk-go` v1 to `aws-sdk-go-v2`. +- Optimized database queries for MDM enrollment checks when one host is being checked at a time. +- Replaced own SAML implementation with https://github.com/crewjam/saml. +- Increased page size for software versions shown on the software view page from 5 to 10. +- Added retries in `PATCH` policies API requests to fix deadlock errors in "Manage automations" page. +- Added missing team_name property on `/api/v1/fleet/hosts/identifier/:id` endpoint. +- Added missing "url" parameter when exporting YAML on software packages that have a URL specified (thanks @drvcodenta!) +- Improved performance when pulling team settings on osquery config and distributed read endpoints. +- Allowed team selection and name updates when saving a copy of an existing query as a new query. +- Updated Fleet maintained apps uninstall script to use `pkgutil` to remove applications files. +- Added functionality for verifying installation of VPP apps. +- Moved the SSO and Host status webhook settings from Settings > Organization to Settings > Integrations. +- Updated software installed activities created during setup experience correctly categorized as from automation. +- Fixed cases where valid operating system vulnerabilities would be periodically incorrectly purged. +- Fixed details not showing when the device page URL was edited. +- Fixed an issue where the `fleetctl` codesignature requirements couldn't be used to verify the codesignature of `fleetctl`. +- Fixed issue where IdP integration page did not show the premium feature message. +- Fixed bug present on gitops cmd when importing no-team.yml with scripts without default.yml. +- Fixed a bug where Fleet-maintained app updates via GitOps wouldn't pull the latest version of Google Chrome on each run, and would display an invalid SHA256 hash in the UI and API. +- Fixed host API to returns empty array (instead of 404) if software title or version is not found on hosts on that team consistent with other host filters. +- Fixed bug with the run script modal on the Hosts page when running under FreeTier due to invalid teamId filter. +- Fixed a case where host software counts wouldn't be updated if the host_software database table included one or more rows with a zero `software_id`. +- Fixed issue where attempting to lock an MDM-unenrolled macOS host was not returning the expected error. +- Fixed error when deleting a calendar event for a Google Workspace user that no longer exists. +- Fixed `fleetctl` panic caused by missing SSO settings during gitops generate. +- Fixed software title ID + installer status filters to return an empty array with 0 count instead of 404 when an installer is not present on a team. +- Fixed issue where iOS devices were not refetching at the expected cadence when re-enrolled without first deleting the host. +- Fixed cases where valid operating system vulnerabilities would be periodically incorrectly purged. +- Fixed issue with `PATCH /fleet/scim/Groups/` endpoint handling duplicate entries. +- Fixed bug with calendar/webhook endpoint that caused an error if the calendar event relates to a deleted host. +- Fixed host details > MDM OS settings tooltips from flashing during a host refetch. +- Fixed an issue where `macos_setup` would not always be exported by `fleetctl generate-gitops` when it should have been. +- Fixed host certificate source recording (including associated performance/database load issues) when multiple hosts share the same certificate on user keychains with differing usernames. +- Fixed software package version output in generated GitOps YAML. +- Fixed truncation of the MDM server url value on the about card on host details page. +- Fixed a bug that prevented users from adding VPP apps to macOS setup experience if the iOS version of the app was also added to their team software library. +- Fixed cases where installed-then-uninstalled software would show up in software inventory. +- Fixed automation tooltip not showing the correct filesystem log destination. +- Fixed SSO settings page returning 500 when SSO settings are undefined. +- Fixed the linux uninstall script. +- Fixed broken macOS users causing errors during query ingestion. + ## Fleet 4.70.1 (Jul 09, 2025) ### Bug fixes -* Fixed host certificate source recording (including associated performance/database load issues) when multiple hosts share the same certificate on user keychains with differing usernames. +- Fixed host certificate source recording (including associated performance/database load issues) when multiple hosts share the same certificate on user keychains with differing usernames. - Fixed fleetctl panic caused by missing SSO settings during gitops generate. - Fixed SSO settings page returning 500 when SSO settings are undefined. diff --git a/changes/10744-calendar-webhook-deleted-hosts b/changes/10744-calendar-webhook-deleted-hosts deleted file mode 100644 index 13c9a2a407..0000000000 --- a/changes/10744-calendar-webhook-deleted-hosts +++ /dev/null @@ -1 +0,0 @@ -* Fixed bug with calendar/webhook endpoint that caused an error if the calendar event relates to a deleted host. \ No newline at end of file diff --git a/changes/14801-allow-team-selection-when-saving-query-as-new b/changes/14801-allow-team-selection-when-saving-query-as-new deleted file mode 100644 index ce8a6bd37d..0000000000 --- a/changes/14801-allow-team-selection-when-saving-query-as-new +++ /dev/null @@ -1 +0,0 @@ -- Allow team selection and name updates when saving a copy of an existing query as a new query diff --git a/changes/16846-update-side-nav-styles b/changes/16846-update-side-nav-styles deleted file mode 100644 index 164acae774..0000000000 --- a/changes/16846-update-side-nav-styles +++ /dev/null @@ -1 +0,0 @@ -* Update side nave styles across the app diff --git a/changes/21947-oval-amzn-cleanup b/changes/21947-oval-amzn-cleanup deleted file mode 100644 index c8bf31377a..0000000000 --- a/changes/21947-oval-amzn-cleanup +++ /dev/null @@ -1 +0,0 @@ -* Cleaned up false-positive vulnerabilities on Amazon Linux 2 hosts reported in Fleet <= 4.55 diff --git a/changes/22796-tooltip-flashing b/changes/22796-tooltip-flashing deleted file mode 100644 index 4747a7153c..0000000000 --- a/changes/22796-tooltip-flashing +++ /dev/null @@ -1 +0,0 @@ -- Fleet UI: Fixed host details > MDM OS settings tooltips from flashing during a host refetch diff --git a/changes/23899-IdP-labels b/changes/23899-IdP-labels deleted file mode 100644 index 9b21c78290..0000000000 --- a/changes/23899-IdP-labels +++ /dev/null @@ -1 +0,0 @@ -- Add support for IdP-based labels diff --git a/changes/25798-move-settings-to-integrations b/changes/25798-move-settings-to-integrations deleted file mode 100644 index c76b159af8..0000000000 --- a/changes/25798-move-settings-to-integrations +++ /dev/null @@ -1,2 +0,0 @@ -* Move the SSO and Host status webhook settings from Settings > Organization to Settings > -Integrations diff --git a/changes/25807-windows-10-cis-3 b/changes/25807-windows-10-cis-3 deleted file mode 100644 index 4beb4a6488..0000000000 --- a/changes/25807-windows-10-cis-3 +++ /dev/null @@ -1 +0,0 @@ -- Updated CIS benchmark for Windows 10 to version 3 diff --git a/changes/25827-ios-refetch b/changes/25827-ios-refetch deleted file mode 100644 index f02f1b68aa..0000000000 --- a/changes/25827-ios-refetch +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed issue where iOS devices were not refetching at the expected cadence when re-enrolled without first - deleting the host. diff --git a/changes/26258-empty-host-software-filters b/changes/26258-empty-host-software-filters deleted file mode 100644 index ea2c97bda9..0000000000 --- a/changes/26258-empty-host-software-filters +++ /dev/null @@ -1 +0,0 @@ -- Fixed software title ID + installer status filters to return an empty array with 0 count instead of 404 when an installer is not present on a team diff --git a/changes/27961-delete-calendar-event b/changes/27961-delete-calendar-event deleted file mode 100644 index a4744075d9..0000000000 --- a/changes/27961-delete-calendar-event +++ /dev/null @@ -1 +0,0 @@ -Fixed error when deleting a calendar event for a Google Workspace user that no longer exists. diff --git a/changes/28224-team-name-null b/changes/28224-team-name-null deleted file mode 100644 index 68855915d7..0000000000 --- a/changes/28224-team-name-null +++ /dev/null @@ -1 +0,0 @@ -* Added missing team_name property on /api/v1/fleet/hosts/identifier/:id endpoint. \ No newline at end of file diff --git a/changes/28499-windows-csp-verification b/changes/28499-windows-csp-verification deleted file mode 100644 index ce59829a93..0000000000 --- a/changes/28499-windows-csp-verification +++ /dev/null @@ -1 +0,0 @@ -* Windows Custom OS Settings including Win32/Desktop Bridge ADMX policies are now marked verified after the host has acknowledged the MDM install command diff --git a/changes/28501-api-only-frontend b/changes/28501-api-only-frontend deleted file mode 100644 index 44cc4250ac..0000000000 --- a/changes/28501-api-only-frontend +++ /dev/null @@ -1 +0,0 @@ -- Added a new avatar for API-only users in the activity feed diff --git a/changes/28502-api-only-user-backend b/changes/28502-api-only-user-backend deleted file mode 100644 index 69fba61e2a..0000000000 --- a/changes/28502-api-only-user-backend +++ /dev/null @@ -1 +0,0 @@ -- Added whether user is api_only to backend activity details diff --git a/changes/28613-filesystem-log-tooltip b/changes/28613-filesystem-log-tooltip deleted file mode 100644 index 15b08a058d..0000000000 --- a/changes/28613-filesystem-log-tooltip +++ /dev/null @@ -1 +0,0 @@ -- Fixed automation tooltip not showing the correct filesystem log destination diff --git a/changes/28819-windows-software-last-used b/changes/28819-windows-software-last-used deleted file mode 100644 index 49d5ba75ce..0000000000 --- a/changes/28819-windows-software-last-used +++ /dev/null @@ -1 +0,0 @@ -* Add last opened time for Windows software (programs) \ No newline at end of file diff --git a/changes/29220-fma-uninstall b/changes/29220-fma-uninstall deleted file mode 100644 index 7d857d3d0f..0000000000 --- a/changes/29220-fma-uninstall +++ /dev/null @@ -1 +0,0 @@ -* Updated fleet maintained apps uninstall script to use pkgutil to remove applications files \ No newline at end of file diff --git a/changes/29325-apple-mdm-user-channel b/changes/29325-apple-mdm-user-channel deleted file mode 100644 index 6caf590b59..0000000000 --- a/changes/29325-apple-mdm-user-channel +++ /dev/null @@ -1 +0,0 @@ -* Added support for the Apple MDM user channel. When a mobileconfig with a payloadscope of User is targeted for a host with a user channel connection, it will now be sent to the user channel diff --git a/changes/29400-fix-policy-deadlock b/changes/29400-fix-policy-deadlock deleted file mode 100644 index df702b1df0..0000000000 --- a/changes/29400-fix-policy-deadlock +++ /dev/null @@ -1 +0,0 @@ -* Added retries in `PATCH` policies API requests to fix deadlock errors in "Manage automations" page. diff --git a/changes/29482-migrate-to-aws-sdk-go-v2 b/changes/29482-migrate-to-aws-sdk-go-v2 deleted file mode 100644 index 20c35330db..0000000000 --- a/changes/29482-migrate-to-aws-sdk-go-v2 +++ /dev/null @@ -1 +0,0 @@ -* Migrated from `aws-sdk-go` v1 to `aws-sdk-go-v2`. diff --git a/changes/29506-ios-and-darwin-vpp b/changes/29506-ios-and-darwin-vpp deleted file mode 100644 index 4bf5443a32..0000000000 --- a/changes/29506-ios-and-darwin-vpp +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed a bug that prevented users from adding VPP apps to macOS setup experience if the iOS version - of the app was also added to their team software library. \ No newline at end of file diff --git a/changes/29609-scim-add-department b/changes/29609-scim-add-department deleted file mode 100644 index a9ea64b3da..0000000000 --- a/changes/29609-scim-add-department +++ /dev/null @@ -1 +0,0 @@ -* Added support for ingesting user's "Department" via SCIM and added support to set the `FLEET_VAR_HOST_END_USER_IDP_DEPARTMENT` variable on configuration profiles. diff --git a/changes/29617-software-url-gitops b/changes/29617-software-url-gitops deleted file mode 100644 index c68353b78a..0000000000 --- a/changes/29617-software-url-gitops +++ /dev/null @@ -1 +0,0 @@ -* Added missing "url" parameter when exporting YAML on software packages that have a URL specified (thanks @drvcodenta!) diff --git a/changes/29618-fix-version-in-generate-gitops b/changes/29618-fix-version-in-generate-gitops deleted file mode 100644 index f9913d59c6..0000000000 --- a/changes/29618-fix-version-in-generate-gitops +++ /dev/null @@ -1 +0,0 @@ -* Fixed software package version output in generated GitOps YAML diff --git a/changes/29619-validate-required-default-gitops b/changes/29619-validate-required-default-gitops deleted file mode 100644 index 20ae973270..0000000000 --- a/changes/29619-validate-required-default-gitops +++ /dev/null @@ -1 +0,0 @@ -* Fixed bug present on gitops cmd when importing no-team.yml with scripts without default.yml. \ No newline at end of file diff --git a/changes/29632-macos-missing-uid-ingest b/changes/29632-macos-missing-uid-ingest deleted file mode 100644 index 223ce7c90d..0000000000 --- a/changes/29632-macos-missing-uid-ingest +++ /dev/null @@ -1 +0,0 @@ -- Fixed broken macos users causing errors during query ingestion diff --git a/changes/29728-host-software-page-updates b/changes/29728-host-software-page-updates deleted file mode 100644 index 51b4df3844..0000000000 --- a/changes/29728-host-software-page-updates +++ /dev/null @@ -1 +0,0 @@ -- Fleet UI: Separate Host details > Software into two separate section: 1. Inventory (software installed on a host) 2. Library (software available for installation on a host) diff --git a/changes/29762-run-script-modal-free-tier b/changes/29762-run-script-modal-free-tier deleted file mode 100644 index f48c9e6e45..0000000000 --- a/changes/29762-run-script-modal-free-tier +++ /dev/null @@ -1 +0,0 @@ -* Fixed bug with the run script modal on the Hosts page when running under FreeTier due to invalid teamId filter. \ No newline at end of file diff --git a/changes/29823-26258-empty-host b/changes/29823-26258-empty-host deleted file mode 100644 index d723f299d5..0000000000 --- a/changes/29823-26258-empty-host +++ /dev/null @@ -1 +0,0 @@ -- Fixed host API to returns empty array (instead of 404) if software title or version is not found on hosts on that team consistent with other host filters diff --git a/changes/29830-verify-vpp-db-migration b/changes/29830-verify-vpp-db-migration deleted file mode 100644 index 431887d03e..0000000000 --- a/changes/29830-verify-vpp-db-migration +++ /dev/null @@ -1 +0,0 @@ -- Adds functionality for verifying installation of VPP apps. \ No newline at end of file diff --git a/changes/29867-block-profile-scope-changes b/changes/29867-block-profile-scope-changes deleted file mode 100644 index 8b9c7c341b..0000000000 --- a/changes/29867-block-profile-scope-changes +++ /dev/null @@ -1 +0,0 @@ -* Updated Apple profile verification code to disallow uploading profiles with the same identifier but differing PayloadScopes diff --git a/changes/29869-verify-user-scoped-profiles b/changes/29869-verify-user-scoped-profiles deleted file mode 100644 index 99c5acbe5b..0000000000 --- a/changes/29869-verify-user-scoped-profiles +++ /dev/null @@ -1 +0,0 @@ -* Added the verification of user-scoped profiles on darwin. diff --git a/changes/29893-verify-vpp-apps-installed b/changes/29893-verify-vpp-apps-installed deleted file mode 100644 index 3cd790abed..0000000000 --- a/changes/29893-verify-vpp-apps-installed +++ /dev/null @@ -1 +0,0 @@ -- Fleet UI: Surfaced whether VPP apps are installs on a host after command is acknowledged. diff --git a/changes/29897-setup-experience-flag b/changes/29897-setup-experience-flag deleted file mode 100644 index 338bfb9782..0000000000 --- a/changes/29897-setup-experience-flag +++ /dev/null @@ -1 +0,0 @@ -* Software installed activities created during setup experience correctly categorized as from automation \ No newline at end of file diff --git a/changes/29916-refetch b/changes/29916-refetch deleted file mode 100644 index e7e1c51ed2..0000000000 --- a/changes/29916-refetch +++ /dev/null @@ -1 +0,0 @@ -* Added automatic host vitals refetch when a software install or uninstall is successful diff --git a/changes/29923-hdek-archive b/changes/29923-hdek-archive deleted file mode 100644 index 81539ab846..0000000000 --- a/changes/29923-hdek-archive +++ /dev/null @@ -1,2 +0,0 @@ -- Updated `GET /hosts/:id/encryption_key` to return most recently archived encryption key if current key is - not available. diff --git a/changes/29962-user_logged_in-fullname b/changes/29962-user_logged_in-fullname deleted file mode 100644 index 6645eeb436..0000000000 --- a/changes/29962-user_logged_in-fullname +++ /dev/null @@ -1 +0,0 @@ -- Replaced email with user full name for login activity diff --git a/changes/29988-os-vulns-flakiness b/changes/29988-os-vulns-flakiness deleted file mode 100644 index f19f421cae..0000000000 --- a/changes/29988-os-vulns-flakiness +++ /dev/null @@ -1 +0,0 @@ -* Fixed cases where valid operating system vulnerabilities would be periodically incorrectly purged diff --git a/changes/30057-add-host-vitals-labels b/changes/30057-add-host-vitals-labels deleted file mode 100644 index 1f68d79437..0000000000 --- a/changes/30057-add-host-vitals-labels +++ /dev/null @@ -1 +0,0 @@ -- Added support for "Host Vitals" label, starting with IdP-based labels diff --git a/changes/30086-scim-user-groups b/changes/30086-scim-user-groups deleted file mode 100644 index 4717df97ed..0000000000 --- a/changes/30086-scim-user-groups +++ /dev/null @@ -1 +0,0 @@ -- Fixed issue with `PATCH /fleet/scim/Groups/` endpoint handling duplicate entries. diff --git a/changes/30188-avail-for-install b/changes/30188-avail-for-install deleted file mode 100644 index 9f1264a051..0000000000 --- a/changes/30188-avail-for-install +++ /dev/null @@ -1 +0,0 @@ -* Fixed cases where installed-then-uninstalled software would show up in software inventory \ No newline at end of file diff --git a/changes/30192-lock-unenrolled-host b/changes/30192-lock-unenrolled-host deleted file mode 100644 index 78b47353f3..0000000000 --- a/changes/30192-lock-unenrolled-host +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed issue where attempting to lock an MDM-unenrolled macOS host was not returning the expected - error. diff --git a/changes/30199-mdm-check-fix b/changes/30199-mdm-check-fix deleted file mode 100644 index 3ddaf6b0bd..0000000000 --- a/changes/30199-mdm-check-fix +++ /dev/null @@ -1 +0,0 @@ -* Optimized database queries for MDM enrollment checks when one host is being checked at a time. diff --git a/changes/30199-stmt-tweak b/changes/30199-stmt-tweak deleted file mode 100644 index c0b289f0fa..0000000000 --- a/changes/30199-stmt-tweak +++ /dev/null @@ -1 +0,0 @@ -* Improved performance when pulling team settings on osquery config and distributed read endpoints diff --git a/changes/30259-fix-linux-uninstall b/changes/30259-fix-linux-uninstall deleted file mode 100644 index 23d6904d09..0000000000 --- a/changes/30259-fix-linux-uninstall +++ /dev/null @@ -1 +0,0 @@ -* Fixed the linux uninstall script diff --git a/changes/30282-software-url-in-fma-ui-upload b/changes/30282-software-url-in-fma-ui-upload deleted file mode 100644 index 31b5739364..0000000000 --- a/changes/30282-software-url-in-fma-ui-upload +++ /dev/null @@ -1 +0,0 @@ -* Recorded installer URL when a Fleet-maintained app is added via the web UI or REST API diff --git a/changes/30325-gitops-fma-sha b/changes/30325-gitops-fma-sha deleted file mode 100644 index 752c0b1374..0000000000 --- a/changes/30325-gitops-fma-sha +++ /dev/null @@ -1 +0,0 @@ -* Fixed a bug where Fleet-maintained app updates via GitOps wouldn't pull the latest version of Google Chrome on each run, and would display an invalid SHA256 hash in the UI and API \ No newline at end of file diff --git a/changes/30385-software-polling b/changes/30385-software-polling deleted file mode 100644 index 8d80b26942..0000000000 --- a/changes/30385-software-polling +++ /dev/null @@ -1 +0,0 @@ -* Improved GitOps speed when managing software with hashes on a large number of teams diff --git a/changes/30393-pagination b/changes/30393-pagination deleted file mode 100644 index 83d574075b..0000000000 --- a/changes/30393-pagination +++ /dev/null @@ -1 +0,0 @@ -* Switched page size for software versions shown on the software view page from 5 to 10. diff --git a/changes/30502-fix-macos-setup-generation b/changes/30502-fix-macos-setup-generation deleted file mode 100644 index e4b24d6b5e..0000000000 --- a/changes/30502-fix-macos-setup-generation +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where macos_setup would not always be exported by `fleetctl generate-gitops` when it should have been diff --git a/changes/30522-zero-software-id-counts b/changes/30522-zero-software-id-counts deleted file mode 100644 index 7cb34e1941..0000000000 --- a/changes/30522-zero-software-id-counts +++ /dev/null @@ -1 +0,0 @@ -* Fixed a case where host software counts wouldn't be updated if the host_software database table included one or more rows with a zero software_id diff --git a/changes/30653-host-details-default-tab b/changes/30653-host-details-default-tab deleted file mode 100644 index 381fb024bf..0000000000 --- a/changes/30653-host-details-default-tab +++ /dev/null @@ -1 +0,0 @@ -- Fixed Details not showing up when the device page URL was edited diff --git a/changes/9931-replace-saml-impl-with-crewjam-saml-package b/changes/9931-replace-saml-impl-with-crewjam-saml-package deleted file mode 100644 index 930bc502c6..0000000000 --- a/changes/9931-replace-saml-impl-with-crewjam-saml-package +++ /dev/null @@ -1 +0,0 @@ -* Replaced own SAML implementation with https://github.com/crewjam/saml. diff --git a/changes/fma-cron-cadence b/changes/fma-cron-cadence deleted file mode 100644 index 7af00cfb82..0000000000 --- a/changes/fma-cron-cadence +++ /dev/null @@ -1 +0,0 @@ -* Increased how often Fleet checks for new Fleet-maintained apps, from once per day to once per hour diff --git a/changes/issue-28143-disable-ui-eula-upload-gitops b/changes/issue-28143-disable-ui-eula-upload-gitops deleted file mode 100644 index b40d10f2a1..0000000000 --- a/changes/issue-28143-disable-ui-eula-upload-gitops +++ /dev/null @@ -1 +0,0 @@ -- remove ability to upload a EULA in the UI if gitops is enabled diff --git a/changes/issue-28691-add-eula-via-gitops b/changes/issue-28691-add-eula-via-gitops deleted file mode 100644 index d0aba29bf6..0000000000 --- a/changes/issue-28691-add-eula-via-gitops +++ /dev/null @@ -1 +0,0 @@ -- add ability to add EULA end user sees during setup experience via gitops diff --git a/changes/issue-29505-idp-premium-message b/changes/issue-29505-idp-premium-message deleted file mode 100644 index 59deb3fbdb..0000000000 --- a/changes/issue-29505-idp-premium-message +++ /dev/null @@ -1 +0,0 @@ -- fix issue where idp integration page would not show the premium feature message. diff --git a/changes/issue-29505-premium-tier-certificates b/changes/issue-29505-premium-tier-certificates deleted file mode 100644 index 21e8c23af7..0000000000 --- a/changes/issue-29505-premium-tier-certificates +++ /dev/null @@ -1 +0,0 @@ -- add premium tier messaging to the certificates section on the integrations page diff --git a/changes/issue-29696-fix-truncation-mdm-server-url b/changes/issue-29696-fix-truncation-mdm-server-url deleted file mode 100644 index 84e709babe..0000000000 --- a/changes/issue-29696-fix-truncation-mdm-server-url +++ /dev/null @@ -1 +0,0 @@ -- fix truncation of the mdm server url value on the about card on host details page diff --git a/changes/issue-30352-add-fleetctl-binary-identifier b/changes/issue-30352-add-fleetctl-binary-identifier deleted file mode 100644 index 282cdca9e6..0000000000 --- a/changes/issue-30352-add-fleetctl-binary-identifier +++ /dev/null @@ -1 +0,0 @@ -- Fixes an issue where the fleetctl codesignature requirements couldn't be used to verify the codesignature of fleetctl. \ No newline at end of file diff --git a/charts/fleet/Chart.yaml b/charts/fleet/Chart.yaml index 62f4d58260..b21964a74e 100644 --- a/charts/fleet/Chart.yaml +++ b/charts/fleet/Chart.yaml @@ -4,11 +4,11 @@ name: fleet keywords: - fleet - osquery -version: v6.6.9 +version: v6.6.10 home: https://github.com/fleetdm/fleet sources: - https://github.com/fleetdm/fleet.git -appVersion: v4.70.1 +appVersion: v4.71.0 dependencies: - name: mysql condition: mysql.enabled diff --git a/charts/fleet/values.yaml b/charts/fleet/values.yaml index 6dd20d80b4..0a497d8366 100644 --- a/charts/fleet/values.yaml +++ b/charts/fleet/values.yaml @@ -3,7 +3,7 @@ hostName: fleet.localhost replicas: 3 # The number of Fleet instances to deploy imageRepository: fleetdm/fleet -imageTag: v4.70.1 # Version of Fleet to deploy +imageTag: v4.71.0 # Version of Fleet to deploy # imagePullSecrets is optional. # imagePullSecrets: # - name: docker diff --git a/infrastructure/dogfood/terraform/aws/variables.tf b/infrastructure/dogfood/terraform/aws/variables.tf index 91ee650d84..1cf3d9ca34 100644 --- a/infrastructure/dogfood/terraform/aws/variables.tf +++ b/infrastructure/dogfood/terraform/aws/variables.tf @@ -56,7 +56,7 @@ variable "database_name" { variable "fleet_image" { description = "the name of the container image to run" - default = "fleetdm/fleet:v4.70.1" + default = "fleetdm/fleet:v4.71.0" variable "software_inventory" { description = "enable/disable software inventory (default is enabled)" diff --git a/infrastructure/dogfood/terraform/gcp/variables.tf b/infrastructure/dogfood/terraform/gcp/variables.tf index 6a31195b76..14b2afaffd 100644 --- a/infrastructure/dogfood/terraform/gcp/variables.tf +++ b/infrastructure/dogfood/terraform/gcp/variables.tf @@ -68,7 +68,7 @@ variable "redis_mem" { } variable "image" { - default = "fleetdm/fleet:v4.70.1" + default = "fleetdm/fleet:v4.71.0" variable "software_installers_bucket_name" { default = "fleet-software-installers" diff --git a/tools/fleetctl-npm/package.json b/tools/fleetctl-npm/package.json index 3e4c67f08a..62f4a608ca 100644 --- a/tools/fleetctl-npm/package.json +++ b/tools/fleetctl-npm/package.json @@ -1,6 +1,6 @@ { "name": "fleetctl", - "version": "v4.70.1", + "version": "v4.71.0", "description": "Installer for the fleetctl CLI tool", "bin": { "fleetctl": "./run.js"