ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.87k stars 326 forks source link

Application update notification modification or disablement for self-hosted deployments #9930

Closed dbumblis-parabol closed 2 days ago

dbumblis-parabol commented 3 days ago

Issue - Enhancement

Self-hosted deployments contain in-app notifications about a new version of Parabol when a new container image is deployed. However, it links to the open-source repository and only the latest version, which was not necessarily the version that was deployed.

Acceptance Criteria (optional)

Users can either:

Estimated effort: 8 points (see CONTRIBUTING.md)

mattkrick commented 3 days ago

nice issue! Easy fix, just like you say, we should link to the specific version:

https://github.com/ParabolInc/parabol/blob/252f0db3b87f7408c556663f4edffa9eedb0a95f/packages/client/hooks/useServiceWorkerUpdater.ts

should goto e.g. https://github.com/ParabolInc/parabol/releases/tag/v7.38.0

rafaelromcar-parabol commented 2 days ago

PR created to solve this. Asked review from either Matt or Georg. It's really simple, but just in case 😸