Gateway upgrade notification
Send an email to admins when a Gateway upgrade is available.
Configurable on Sites.
Careful not to spam this - might to limit it to 1x per week.
Careful not to spam this - might to limit it to 1x per week.
Show a badge next to the gateway too?
Just a thought - might be good to have these also in Weekly Report scorecard email.
- Gateways out of date
- Clients out of date
- Metrics
- etc
What are we using for the source of truth for the latest gateway version?
What are we using for the source of truth for the latest gateway version?
https://github.com/firezone/firezone/blob/947db254cc968ca0f4112d0aa54f78b3131700c6/scripts/Makefile#L23
You can put a
# mark:current-gateway-version
Wherever you need it in the source code and it will be auto-updated on rebuilds. If you need it dynamically, I would hit the GH releases API and look for the latest Gateway release.
Yeah, I think I'll need it dynamically, because we can release the gateway without deploying the portal right?
@bmanifold correct
Just marking down some notes from discussion with @jamilbk
- This will be an opt-in feature
- Only online gateways will be checked at the time the weekly job is run
- The email portion of this feature will only be for paid accounts