Skip to content

Update fleet-desktop and zoom-rooms casks - #45912

Merged
allenhouchins merged 1 commit into
mainfrom
allenhouchins-bump-custom-tap
May 20, 2026
Merged

Update fleet-desktop and zoom-rooms casks#45912
allenhouchins merged 1 commit into
mainfrom
allenhouchins-bump-custom-tap

Conversation

@allenhouchins

@allenhouchins allenhouchins commented May 20, 2026

Copy link
Copy Markdown
Member

Bump fleet-desktop to 1.2.1 and zoom-rooms to 7.0.5.12655. Update cask files and matching API JSONs: package URLs, filenames, version strings, SHA256 checksums, and ruby_source_checksum values to match the new upstream releases.

Summary by CodeRabbit

  • Chores
    • Updated Fleet Desktop to version 1.2.1
    • Updated Zoom Rooms to version 7.0.5.12655

Review Change Stack

Bump fleet-desktop to 1.2.1 and zoom-rooms to 7.0.5.12655. Update cask files and matching API JSONs: package URLs, filenames, version strings, SHA256 checksums, and ruby_source_checksum values to match the new upstream releases.
@allenhouchins
allenhouchins marked this pull request as ready for review May 20, 2026 18:08
Copilot AI review requested due to automatic review settings May 20, 2026 18:08

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Homebrew custom tap metadata used by Fleet-maintained apps ingestion by bumping the fleet-desktop and zoom-rooms casks and their generated Homebrew API JSON to match new upstream releases.

Changes:

  • Bump zoom-rooms cask version/SHA to 7.0.5.12655.
  • Bump fleet-desktop cask version/SHA to 1.2.1 and update the pkg filename in the API JSON.
  • Refresh corresponding custom-tap/api/*.json fields (url/version/sha256 and ruby_source_checksum), adding pinned metadata.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
ee/maintained-apps/inputs/homebrew/custom-tap/Casks/zoom-rooms.rb Bumps Zoom Rooms cask version and SHA256.
ee/maintained-apps/inputs/homebrew/custom-tap/Casks/fleet-desktop.rb Bumps Fleet Desktop cask version and SHA256.
ee/maintained-apps/inputs/homebrew/custom-tap/api/zoom-rooms.json Updates generated Homebrew API JSON to match the bumped cask (url/version/sha256/source checksum).
ee/maintained-apps/inputs/homebrew/custom-tap/api/fleet-desktop.json Updates generated Homebrew API JSON to match the bumped cask (url/version/sha256/pkg filename/source checksum).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1 to +3
cask "zoom-rooms" do
version "7.0.0.12322"
sha256 "c35229e6066732aec7f26b762d0f2d43ab7b8270e512fbabe5bbb77a9c714bbc"
version "7.0.5.12655"
sha256 "8fb2ab355a5bdd0acdae3c6e0f10d8d41556a3011478f4faf6198dcad96dd0d1"
Comment on lines 1 to +3
cask "fleet-desktop" do
version "1.2.0"
sha256 "d58a07e71d350b6c7fc39319080c28ad56d298f41ef45c67e0114940dce41420"
version "1.2.1"
sha256 "a6c29ee908baa46a6eae76b38141435043135919d958b2d2cf546ba72d2a8911"
@allenhouchins
allenhouchins merged commit 457731c into main May 20, 2026
16 of 17 checks passed
@allenhouchins
allenhouchins deleted the allenhouchins-bump-custom-tap branch May 20, 2026 18:12
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8684753d-e8a9-4300-98cc-e1430e530bda

📥 Commits

Reviewing files that changed from the base of the PR and between 44e7de9 and 130d2d9.

📒 Files selected for processing (4)
  • ee/maintained-apps/inputs/homebrew/custom-tap/Casks/fleet-desktop.rb
  • ee/maintained-apps/inputs/homebrew/custom-tap/Casks/zoom-rooms.rb
  • ee/maintained-apps/inputs/homebrew/custom-tap/api/fleet-desktop.json
  • ee/maintained-apps/inputs/homebrew/custom-tap/api/zoom-rooms.json

Walkthrough

This PR updates two Homebrew package definitions in the custom tap. Fleet Desktop is upgraded from 1.2.0 to 1.2.1, and Zoom Rooms from 7.0.0.12322 to 7.0.5.12655. For each application, both the cask definition file (.rb) and the corresponding JSON metadata file are updated with the new version number, download URL, sha256 checksum, artifact filename, and Ruby source checksum.

Possibly related PRs

  • fleetdm/fleet#44961: Updates Fleet Desktop Homebrew cask and API metadata checksums for a rebuilt artifact.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description clearly explains the version bumps and changes made to the cask files and API JSONs, but it does not follow the repository's required template structure with sections like 'Related issue', 'Checklist for submitter', 'Testing', etc. Provide a description that follows the repository's template, including required sections such as 'Related issue', a submitter checklist with appropriate items checked, and relevant testing/verification information.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update fleet-desktop and zoom-rooms casks' directly and clearly summarizes the main changes in the pull request, which updates both cask files and their corresponding API JSONs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch allenhouchins-bump-custom-tap

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

allenhouchins added a commit that referenced this pull request Jul 20, 2026
…m Rooms 7.1.0.13088 (#49563)

**Related issue:** NA — routine custom-tap cask maintenance

## What

Bump three custom-tap casks to their latest upstream releases and
regenerate the api JSONs (`regenerate.sh`) and FMA output manifests (`go
run cmd/maintained-apps/main.go --slug=<token>/darwin`):

| Cask | Old | New |
|------|-----|-----|
| Druva inSync | 7.6.1 (r110931) | 8.1.3 (r110967) |
| Fleet Desktop | 1.3.2 | 1.3.4 |
| Zoom Rooms | 7.0.5.12655 | 7.1.0.13088 |

XCreds 5.9 (9148) is still the latest upstream release and is unchanged.

## Why / reviewer notes

- **Druva:** the 8.0.0 phased rollout never reached the public CDN (its
`.dmg` 404'd since March); 8.1.3 is the first 8.x build served from
`downloads.druva.com`. Druva 8.x officially supports macOS 14 (Sonoma)+
only, so `depends_on` moves from `:big_sur` to `:sonoma` (informational
— the ingester doesn't read it).
- **`api/xcreds.json` +2 lines with no cask change:** `regenerate.sh`
rebuilds all api JSONs, and current Homebrew now emits
`pinned`/`pinned_version` fields. Expected drift; anyone running the
script gets the same output.
- **Verification done against the downloaded installers:**
- sha256 values computed locally from the actual downloads; the Druva
download's SHA1 matches the checksum published on Druva's download page.
- Installer internals inspected: the Druva dmg still contains `Install
inSync.pkg`, and pkg receipt IDs are unchanged across all three
(`com.druva.inSync.pkg` @ 8.1.3, `com.fleetdm.fleet-desktop` @ 1.3.4,
`us.zoom.pkg.zp` @ 7.1.0.13088), so existing install/uninstall stanzas
remain valid.
- No `changes/` file, consistent with prior cask-bump PRs (#45912,
#48028) and the automated FMA-ingestion PRs.

# Checklist for submitter

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements), JS
inline code is prevented especially for url redirects, and untrusted
data interpolated into shell scripts/commands is validated against shell
metacharacters.

## Testing

- [x] `go test ./ee/maintained-apps/...` passes
- [ ] QA'd all new/changed functionality manually (installer metadata,
URLs, and checksums verified as above; not yet deployed through a Fleet
server)
allenhouchins added a commit that referenced this pull request Aug 3, 2026
**Related issue:** NA — routine custom-tap cask maintenance

# Checklist for submitter

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements), JS
inline code is prevented especially for url redirects, and untrusted
data interpolated into shell scripts/commands is validated against shell
metacharacters.
- [x] Timeouts are implemented and retries are limited to avoid infinite
loops

## Testing

- [x] `go test ./ee/maintained-apps/...` passes
- [ ] QA'd all new/changed functionality manually (installer metadata,
URL, and checksum verified as below; not yet deployed through a Fleet
server)

No `changes/` file, consistent with prior custom-tap cask-bump PRs
(#49563, #48028, #45912).

## Version bump details

| | Old | New |
|---|---|---|
| Version | 7.1.0.13088 | 7.1.5.13403 |

- **Upstream source:** `https://zoom.us/client/latest/ZoomRooms.pkg`
redirects to `https://cdn.zoom.us/prod/7.1.5.13403/ZoomRooms.pkg` (Zoom
does not expose a parseable Zoom Rooms version feed, per the cask's
`livecheck` block, so this is the standard manual-bump discovery
method).
- **New download URL:**
`https://cdn.zoom.us/prod/7.1.5.13403/ZoomRooms.pkg`
- **sha256:**
`3b303bc150a3a5d639f09439abf84f2117784a2124ba660f7c73917ba5ef9ab6`
- Downloaded installer verified: 587 MB, `xar archive` (matches expected
`.pkg` format).

**Reviewer note:** `api/zoom-rooms.json` was updated mechanically
because `regenerate.sh` requires macOS. Before merging, run
`ee/maintained-apps/inputs/homebrew/custom-tap/regenerate.sh` locally
and confirm `git diff` is clean for `api/zoom-rooms.json`.

---
_Generated by [Claude
Code](https://claude.ai/code/session_01U8YEGYFy9Uc88wvyg96ySE)_

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Updates**
  * Updated Zoom Rooms for macOS to version 7.1.5.13403.
  * Refreshed download links and package verification checksums.
  * Installation and uninstallation behavior remains unchanged.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants