forked from GoogleCloudPlatform/compute-image-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle-compute-engine-metadata-scripts.goospec
41 lines (40 loc) · 1.38 KB
/
google-compute-engine-metadata-scripts.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
39
40
{
"name": "google-compute-engine-metadata-scripts",
"version": "4.4.0@1",
"arch": "x86_64",
"authors": "Google Inc.",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"description": "Google Compute Engine metadata scripts",
"source": "https://github.com/GoogleCloudPlatform/compute-image-windows",
"files": {
"metadata_scripts": "<ProgramFiles>/Google/Compute Engine/metadata_scripts"
},
"install": {
"path": "metadata_scripts_install.ps1"
},
"uninstall": {
"path": "metadata_scripts_uninstall.ps1"
},
"releaseNotes": [
"4.3.0 - Use guest logging library.",
"4.2.0 - Retry forever if metadata server is unavailable.",
" - Honor project level metadata scripts.",
"4.1.6 - Add additional retry logic to account for slow network startup and transient GCS errors.",
"4.1.3 - Add a sleep in case DNS is not started at boot.",
"4.1.0 - Add startup and shutdown settings.",
"4.0.0 - Rewrite GCEMetadataScripts in Go.",
"3.5.0 - Separate metadata-scripts into its own package."
],
"sources": [{
"include": [
"metadata_scripts/run_shutdown_scripts.cmd",
"metadata_scripts/run_startup_scripts.cmd",
"metadata_scripts/GCEMetadataScripts.exe",
"metadata_scripts_install.ps1",
"metadata_scripts_uninstall.ps1"
]
}],
"build": {
"linux": "./metadata_scripts_build.sh"
}
}