Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs v4.64.0 #26393

Merged
merged 19 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0c52178
#23235 API docs: Add certificates to host vitals for macOS, iOS, iPad…
rachaelshaw Jan 10, 2025
9decc30
Merge branch 'main' into docs-v4.64.0
rachaelshaw Jan 10, 2025
44a0c32
Merge branch 'main' into docs-v4.64.0
rachaelshaw Jan 13, 2025
ff26e32
REST Docs: Add "platform" to app store app + software package API res…
iansltx Jan 13, 2025
18219d0
REST API Docs: Add exclude_fleet_maintained_apps parameter to list so…
eashaw Jan 15, 2025
18fd92f
Merge branch 'main' into docs-v4.64.0
rachaelshaw Jan 17, 2025
5cbdd50
Merge branch 'main' into docs-v4.64.0
rachaelshaw Jan 17, 2025
9519964
Merge branch 'main' into docs-v4.64.0
rachaelshaw Jan 29, 2025
af9b5e0
Add API design for including host status and pending action in lock/u…
iansltx Jan 30, 2025
bfaf9a5
Merge branch 'main' into docs-v4.64.0
rachaelshaw Feb 6, 2025
294813b
Merge branch 'main' into docs-v4.64.0
rachaelshaw Feb 12, 2025
4cb80e1
Add back doc changes for #23116 (#26293)
rachaelshaw Feb 12, 2025
387c885
Add back doc changes for #24195 (Modify script) (#26294)
rachaelshaw Feb 12, 2025
152f3c4
Add back doc changes for #24609 (Scope App Store apps via labels) (#2…
rachaelshaw Feb 12, 2025
57adc43
Remove docs for #23235 (certificates in host vitals)
rachaelshaw Feb 12, 2025
d6fba78
Merge branch 'main' into docs-v4.64.0
noahtalerman Feb 17, 2025
ffc6464
Add changes for 22464
noahtalerman Feb 18, 2025
4fe545a
Merge branch 'docs-v4.64.0' of github.com:fleetdm/fleet into docs-v4.…
noahtalerman Feb 18, 2025
61e35a1
Merge branch 'main' into docs-v4.64.0
noahtalerman Feb 18, 2025
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
3 changes: 3 additions & 0 deletions docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ software:
- Customer Support
app_store_apps:
- app_store_id: '1091189122'
labels_include_any:
- Product
- Marketing
```

Use `labels_include_any` to target hosts that have any label in the array or `labels_exclude_any` to target hosts that don't have any label in the array. Only one of `labels_include_any` or `labels_exclude_any` can be specified. If neither are specified, all hosts are targeted.
Expand Down
Loading
Loading