From 278b81d7f5889d8a2ed2c1e05151f8a51b374df9 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:48:34 -0700 Subject: [PATCH 1/3] Fixed minor typo in yaml-files.md (#22698) # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes - [ ] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [ ] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [ ] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects. - [ ] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit feature/bugfix should only apply to one platform (`runtime.GOOS`). - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). --- docs/Configuration/yaml-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index fae1c212c192..6a9a93e352ad 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -251,7 +251,7 @@ controls: labels_include_all: - Label 2 windows_settings: - custom_settings + custom_settings: - path: ../lib/windows-profile.xml macos_setup: # Available in Fleet Premium bootstrap_package: https://example.org/bootstrap_package.pkg From f510946d80215ff1f5890326a011c7dd6227eb7f Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:10:38 +0900 Subject: [PATCH 2/3] Website "Less friction" text update (#22685) Closes https://github.com/fleetdm/fleet/issues/21965 --- website/views/pages/homepage.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/pages/homepage.ejs b/website/views/pages/homepage.ejs index 7b113f4a1379..9f030b6f8781 100644 --- a/website/views/pages/homepage.ejs +++ b/website/views/pages/homepage.ejs @@ -42,7 +42,7 @@ Debunk the cross-platform myth
Fleet exposes familiar concepts like custom attributes and dynamic grouping, but in a way that lets you work directly with data and events from each native operating system.
Less friction -Fork the CIS benchmarks or easily build your own compliance framework. 100% source available.
+Automatically manage updates and patches for apps on macOS, Windows, and Linux computers.
From 25c5e0c7605f1b6743df1ac09f34ff1b0e7a8eed Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Tue, 8 Oct 2024 04:38:32 +0900 Subject: [PATCH 3/3] Update basic-documentation.less (#22688) - Fixed spaces and sizes of headings - Table margin-bottom so scroll sits correctly on narrow widths Closes https://github.com/fleetdm/confidential/issues/8071 --------- Co-authored-by: Eric