Update status "requires manual update" via api
-
Maybe I'm blind. But if not, that's my feature request
To fully automate things in monitoring, I would like to display the information that a manual update is required. Yes: it is possible to hack the whole thing (e.g. get information on whether automatic updates are currently enabled for an app, then save the date of the last update, check if the status has changed over time, calculate a few days where the status is stagnant, then trigger an alert that maybe some manual intervention is needed...).
But the preferred way is to get this information via api (
https://{cloudron_domain}/api/v1/apps/{appId}
).Metabase at meta.example.org requires manual update to version 2.0.0 5:00 AM
Please.
-
-
This post is deleted!
-
This is implemented in https://git.cloudron.io/platform/box/-/commit/d7fdfd6d71c403f343f2e37dfc988f2c5a120898 . The app object now contains
updateInfo
. This has two fieldsisAutoUpdatable
andmanualUpdateReason
(added in https://git.cloudron.io/platform/box/-/commit/84297ff473d6c0c100d2597e425c7edfe9481f8f) -
G girish marked this topic as a question
-
G girish has marked this topic as solved