Update what's new from WWDC 2026 w/ Fleet support + Apple IT summit#49440
Draft
noahtalerman wants to merge 10 commits into
Draft
Update what's new from WWDC 2026 w/ Fleet support + Apple IT summit#49440noahtalerman wants to merge 10 commits into
noahtalerman wants to merge 10 commits into
Conversation
- Add @rachaelshaw as reviewer to every PR against the API endpoints YAML - "fleet-level X" v. "a fleet's X" - Up to @rachaelshaw
noahtalerman
commented
Jul 16, 2026
| New requirement: TLS 1.2 minimum with ATS-compliant cipher suites and certificates. If your MDM or management infrastructure falls short, things break in ways that aren't always obvious. Enrollment failures, profiles not installing, update commands silently failing. | ||
|
|
||
| Apple published [support article 126655 ("Prepare your network environment for stricter security requirements")](https://support.apple.com/en-us/126655) to help you audit. Run it against your MDM and any internal management endpoints now, not in September. | ||
| Apple published [support article 126655 ("Prepare your network environment for stricter security requirements")](https://support.apple.com/en-us/126655) to help you audit. Run it against your MDM and any internal management endpoints now, not in September. If you're using Fleet, you no action needed. Fleet meets the new requirements. |
noahtalerman
commented
Jul 16, 2026
noahtalerman
commented
Jul 16, 2026
|
|
||
| **Content caching (macOS 27):** The `com.apple.configuration.content-cache.settings` configuration replaces the `com.apple.AssetCache.managed` profile. New status items for cache info, parents, and peers. Custom HTTPS reporting endpoints are supported. If you run content caches, plan the migration. | ||
|
|
||
| **Configuration profiles as declarative assets:** Legacy profiles can be delivered as declarative assets via the new `ProfileAssetReference` key in `com.apple.configuration.legacy`. Integrity verification is built in. This is a useful bridge for teams partway through the DDM transition. |
Member
Author
There was a problem hiding this comment.
FYI @kitzy I think we want to remove this because at the Apple IT summit in Cupertino we learned that the com.apple.configuration.legacy declaration is buggy. Some vendors mentioned they regret implementing it because it's not working as expected.
noahtalerman
commented
Jul 16, 2026
| 3. Migrate Intelligence, Siri, and keyboard restrictions to the new declarative configurations. | ||
| 1. Verify your MDM vendor's DDM software update support. This is the fire drill. Do it today. If you use Fleet, you're already set. | ||
| 2. Audit TLS/ATS compliance across your MDM and management infrastructure using Apple's support article 126655. If you use Fleet, you're already set. | ||
| 3. Migrate Intelligence, Siri, and keyboard restrictions to the new declarative configurations. Fleet already supports all declarations that are replacing deprecated v1 profiles (.mobileconfig). Assets and user-scoped declarations are [coming in Fleet 4.90](https://github.com/fleetdm/fleet/issues/38986). Custom activations are [coming in Fleet 4.91.0](https://github.com/fleetdm/fleet/issues/48222). |
Member
Author
There was a problem hiding this comment.
Fleet already supports all declarations that are replacing deprecated v1 profiles (.mobileconfig)
@MagnusHJensen is this true today? (pre 4.90)
Do I have to turn on the feature flag? (mdm.allow_all_declarations)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Still TODO: