Breeze RMM v0.118.2 — a fix for Breeze Assist installer downloads.
Fixed
- Breeze Assist installer downloads from a locally sourced binaries volume are verified against the release manifest that produced the installer, with the edition that release assigns to it. Deployments where agent binaries and Assist installers come from different release builds could otherwise refuse Assist downloads with
503 Installer unavailable(#7208).
Self-Hosting / Upgrade Notes
- Standard upgrade: set
BREEZE_VERSION=0.118.2, thendocker compose pull api web portal && docker compose up -d. - Database — nothing required. No new migrations.
- No new required environment variables. No behaviour changes beyond v0.118.0 — read those notes if you are upgrading from v0.117.x.
- Self-hosted installs that use the standard binaries layout are unaffected; the Assist installer continues to verify against the release manifest in the binaries volume.
What's Changed
- fix(api): verify Assist installers against their own release manifest by @ToddHebebrand in #7208
Full Changelog: v0.118.1...v0.118.2