Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Notify users when a new balena-ads-b release is available #111

Open
ketilmo opened this issue Jun 2, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ketilmo
Copy link
Owner

ketilmo commented Jun 2, 2024

It's a bit hard for users to know when a new version is available. It would be nice to automatically notify them when an update is pending. This can be done by periodically writing a notification to the console log or adding a tag to the balena dashboard. And maybe other ways? User input is appreciated.

@ketilmo ketilmo added the enhancement New feature or request label Jun 2, 2024
@shawaj
Copy link
Collaborator

shawaj commented Jun 2, 2024

I think you can subscribe to GitHub releases so using that again could perhaps work?

Not sure if there's a better way though and requires people to manually subscribe I think.

@ketilmo
Copy link
Owner Author

ketilmo commented Jun 9, 2024

Good suggestion, @shawaj! That sounds like the most straightforward way to do this. I will also look into implementing a periodic check from the application to the repo, seeing if the installed version is outdated and printing that out in the console or posting it as a tag to the dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants