forked from GoogleCloudPlatform/compute-image-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle-compute-engine-windows.goospec
38 lines (38 loc) · 1.2 KB
/
google-compute-engine-windows.goospec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "google-compute-engine-windows",
"version": "4.4.0@1",
"arch": "x86_64",
"authors": "Google Inc.",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"description": "Google Compute Engine Windows agent",
"files": {
"GCEWindowsAgent.exe": "<ProgramFiles>/Google/Compute Engine/agent/GCEWindowsAgent.exe"
},
"install": {
"path": "agent_install.ps1"
},
"uninstall": {
"path": "agent_uninstall.ps1"
},
"releaseNotes": [
"4.4.0 - Run updates on every metadata return, including timeout",
" - Add individual manager timeout to address manager",
"4.3.0 - Add diagnostics support for optional log extraction",
"4.2.3 - Don't error on lack of config file, only run update on updated metadata",
" - Make DNS and Network errors more user friendly",
"4.2.0 - Use *UnicastIpAddressEntry functions for managing forwarded IPs",
"4.1.0 - Add configuration file",
"4.0.0 - Rewrite GCEAgent in Go",
"3.5.0 - Pull the Windows agent out into its own package"
],
"sources": [{
"include": [
"agent_install.ps1",
"agent_uninstall.ps1",
"GCEWindowsAgent.exe"
]
}],
"build": {
"linux": "./agent_build.sh"
}
}