|
126 | 126 | "fileName": "", |
127 | 127 | "sha256sum": "", |
128 | 128 | "version": "1.8.0", |
129 | | - "virusTotalReport": "" |
| 129 | + "virusTotalReport": "", |
| 130 | + "messages": { |
| 131 | + "dependency": { |
| 132 | + "message": "Due to licence limitations we may not install Java for you. Please install JDK version 1.8.0 downloaded from this location and restart the Installer to continue.", |
| 133 | + "linkDescription": "this location" |
| 134 | + } |
| 135 | + } |
130 | 136 | }, |
131 | 137 | "linux": { |
132 | 138 | "name": "OpenJDK", |
|
189 | 195 | "detectable": false, |
190 | 196 | "targetFolderName": "kompose", |
191 | 197 | "version": "1.0.0 Technology Preview", |
| 198 | + "messages": { |
| 199 | + "info": { |
| 200 | + "message": "For additional information and documentation visit http://kompose.io", |
| 201 | + "link": "http://kompose.io", |
| 202 | + "linkDescription": "http://kompose.io" |
| 203 | + } |
| 204 | + }, |
192 | 205 | "platform": { |
193 | 206 | "win32": { |
194 | 207 | "url": "https://github.com/kubernetes/kompose/releases/download/v1.0.0/kompose-windows-amd64.exe", |
|
221 | 234 | "revision": "112440", |
222 | 235 | "virusTotalReport": "", |
223 | 236 | "vendor": "Microsoft, Inc.", |
| 237 | + "messages": { |
| 238 | + "info": { |
| 239 | + "message": "Follow these steps to install and enable Microsoft Hyper-V on Windows 10", |
| 240 | + "link": "https://access.redhat.com/documentation/en-us/red_hat_container_development_kit/2.4/html/installation_guide/installing_container_development_kit_on_microsoft_windows#windows-add-sw", |
| 241 | + "linkDescription": "these steps" |
| 242 | + } |
| 243 | + }, |
224 | 244 | "platform": { |
225 | 245 | "win32": {} |
226 | 246 | } |
|
235 | 255 | "bundle": "no", |
236 | 256 | "targetFolderName": "virtualbox", |
237 | 257 | "installAfter": "jdk", |
| 258 | + "messages": { |
| 259 | + "dependency": { |
| 260 | + "message": "Please uninstall detected Oracle VirtualBox and restart Installer to continue." |
| 261 | + }, |
| 262 | + "misc": { |
| 263 | + "vtxDisabledWin": { |
| 264 | + "message": "Please enable hardware virtualization support in BIOS for your platform.", |
| 265 | + "type": "error", |
| 266 | + "isVisible": "!installerDataSvc.getInstallable('hyperv').isConfigured() && installerDataSvc.getInstallable('virtualbox').virtualizationEnabled === false && (installerDataSvc.getInstallable('cdk').selectedOption == 'install' || installerDataSvc.getInstallable('virtualbox').selectedOption == 'install') && process.platform === 'win32'" |
| 267 | + }, |
| 268 | + "vtxDisabledDawin": { |
| 269 | + "message": "Please enable hardware virtualization for your platform.", |
| 270 | + "type": "error", |
| 271 | + "isVisible": "installerDataSvc.getInstallable('virtualbox').virtualizationEnabled === false && (installerDataSvc.getInstallable('cdk').selectedOption == 'install' || installerDataSvc.getInstallable('virtualbox').selectedOption == 'install') && process.platform === 'darwin'" |
| 272 | + }, |
| 273 | + "vtxUndefined": { |
| 274 | + "message": "Please make sure hardware virtualization is enabled on your platform if supported.", |
| 275 | + "type": "warning", |
| 276 | + "isVisible": "!installerDataSvc.getInstallable('hyperv').isConfigured() && installerDataSvc.getInstallable('virtualbox').virtualizationEnabled === undefined && installerDataSvc.getInstallable('cdk').selectedOption == 'install'" |
| 277 | + } |
| 278 | + } |
| 279 | + }, |
238 | 280 | "platform": { |
239 | 281 | "win32": { |
240 | 282 | "url": "http://download.virtualbox.org/virtualbox/5.1.24/VirtualBox-5.1.24-117012-Win.exe", |
|
0 commit comments