-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcreateenv-dependencies-and-cli-versions-gcp.json
More file actions
34 lines (34 loc) · 1.52 KB
/
createenv-dependencies-and-cli-versions-gcp.json
File metadata and controls
34 lines (34 loc) · 1.52 KB
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
{
"bosh": {
"url": "https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-277.1.0-ubuntu-jammy-1.83-20230209-003758-868678928-20230209003802.tgz",
"sha1": "06b4b8bdf9fc8984f35e9bd2f027878d9c4b0796",
"version": "277.1.0"
},
"bosh-cli": {
"windows": "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-7.2.0-windows-amd64.exe",
"mac": "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-7.2.0-darwin-amd64",
"linux": "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-7.2.0-linux-amd64",
"version": "7.2.0"
},
"bpm": {
"url": "https://s3.amazonaws.com/bosh-compiled-release-tarballs/bpm-1.1.21-ubuntu-jammy-1.83-20230209-003704-701831797-20230209003708.tgz",
"sha1": "d0fad95129872d632ba336d474f2c85c6ba267c9",
"version": "1.1.21"
},
"cpi": {
"url": "https://bosh.io/d/github.com/cloudfoundry/bosh-google-cpi-release?v=46.0.1",
"sha1": "7048f1dc01c16e1b633d971cea962b6992515e5e",
"version": "46.0.1"
},
"stemcell": {
"url": "https://storage.googleapis.com/bosh-gce-light-stemcells/1.83/light-bosh-stemcell-1.83-google-kvm-ubuntu-jammy-go_agent.tgz",
"sha1": "ea36a5807db58cc21fe92d24aae84dcf6f5872c6",
"version": "1.83"
},
"terraform": {
"windows": "https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_windows_amd64.zip",
"mac": "https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_darwin_amd64.zip",
"linux": "https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_linux_amd64.zip",
"version": "1.3.6"
}
}