rohityadavcloud commented on code in PR #10533:
URL: https://github.com/apache/cloudstack/pull/10533#discussion_r2053295427
##########
ui/src/store/modules/user.js:
##########
@@ -556,6 +555,9 @@ const user = {
commit('SET_DOMAIN_STORE', domainStore)
},
SetCsLatestVersion ({ commit }, rolename) {
+ if (!vueProps.$config.notifyLatestCSVersion) {
+ return
+ }
Review Comment:
Maybe instead of Github, we should query one of the ASF or repo links to
find latest release? For example -
https://dlcdn.apache.org/cloudstack/releases/ - we may even introduce to put
like a file that gives latest version info say from
https://download.cloudstack.org/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]