Unfreeze Wins (macOS) - #50448
Closed
allenhouchins wants to merge 1 commit into
Closed
Conversation
fleet-release
approved these changes
Aug 3, 2026
allenhouchins
temporarily deployed
to
Docker Hub
August 3, 2026 17:22 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Fleet-maintained app definition for Wins (macOS) to unfreeze the slug and bump the validated upstream version so the wins/darwin shard can run against the current Homebrew cask version.
Changes:
- Removed
"frozen": truefrom the Homebrew input forwins/darwin. - Bumped the generated output manifest version from
3.3to3.4and updated the corresponding “patched” query version gate.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ee/maintained-apps/inputs/homebrew/wins.json | Unfreezes the wins/darwin input by removing the frozen flag. |
| ee/maintained-apps/outputs/wins/darwin.json | Regenerates the output manifest to reflect version 3.4 and updated patch-query threshold. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Automated unfreeze probe. Removes
"frozen": trueand regenerates the output manifest sotest-fma-darwin-pr-onlycan validatewins/darwinat its current upstream version.Frozen since: 2026-07-13 (7ac8c65, "Add Windows FMAs (letter E): 13 apps" #49186)
Version: 3.3 -> 3.4
Upstream Homebrew cask reports 3.4, which is newer than the pinned 3.3, so this is a genuine
forward bump rather than a regression.
Draft until validation reports. Merge only if the FMA checks are green and the validate shard
actually ran for this slug.
Related issue: NA
Checklist for submitter
Generated by Claude Code