feat: add customizable upgrade message on client/server version mismatch (#11587)

This commit is contained in:
Jon Ayers
2024-01-30 17:11:37 -06:00
committed by GitHub
parent adbb025e74
commit 0c30dde9b5
16 changed files with 191 additions and 20 deletions
+7
View File
@@ -7418,6 +7418,10 @@
"description": "ExternalURL references the current Coder version.\nFor production builds, this will link directly to a release. For development builds, this will link to a commit.",
"type": "string"
},
"upgrade_message": {
"description": "UpgradeMessage is the message displayed to users when an outdated client\nis detected.",
"type": "string"
},
"version": {
"description": "Version returns the semantic version of the build.",
"type": "string"
@@ -8079,6 +8083,9 @@
"cache_directory": {
"type": "string"
},
"cli_upgrade_message": {
"type": "string"
},
"config": {
"type": "string"
},