-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support 1.7-open through 1.8.3 (EarlyAccess)
- Restructure the dcos-vagrant.yaml file to include channel
- Loading branch information
Karl Isenberg
committed
Dec 13, 2016
1 parent
2b323c4
commit 4d017af
Showing
2 changed files
with
43 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
latest: '1.8.7' | ||
shas: | ||
'1.8.7': '1b43ff7a0b9124db9439299b789f2e2dc3cc086c' | ||
'1.8.6': 'cfccfbf84bbba30e695ae4887b65db44ff216b1d' | ||
'1.8.5': 'e665123df0dbb19adacaefe47d16a3de144d5733' | ||
'1.8.4': 'e64024af95b62c632c90b9063ed06296fcf38ea5' | ||
'1.8.3': '636f8b72288e82ad3b0065928e0b492af4c7cf66' | ||
'1.8.2': '4cfc235259a2375c558f2e1bab3564419110459e' | ||
'1.8.1': 'c1915a9f9f02caf7e34022eaea04f15ff853bd0e' | ||
'1.8.0': '586c0496863000322c016c631e463248d863690d' | ||
'1.7-open': '14509fe1e7899f439527fb39867194c7a425c771' | ||
versions: | ||
'1.8.7': | ||
channel: stable | ||
ref: '1b43ff7a0b9124db9439299b789f2e2dc3cc086c' | ||
'1.8.6': | ||
channel: stable | ||
ref: 'cfccfbf84bbba30e695ae4887b65db44ff216b1d' | ||
'1.8.5': | ||
channel: stable | ||
ref: 'e665123df0dbb19adacaefe47d16a3de144d5733' | ||
'1.8.4': | ||
channel: stable | ||
ref: 'e64024af95b62c632c90b9063ed06296fcf38ea5' | ||
'1.8.3': | ||
channel: EarlyAccess | ||
ref: '636f8b72288e82ad3b0065928e0b492af4c7cf66' | ||
'1.8.2': | ||
channel: EarlyAccess | ||
ref: '4cfc235259a2375c558f2e1bab3564419110459e' | ||
'1.8.1': | ||
channel: EarlyAccess | ||
ref: 'c1915a9f9f02caf7e34022eaea04f15ff853bd0e' | ||
'1.8.0': | ||
channel: EarlyAccess | ||
ref: '586c0496863000322c016c631e463248d863690d' | ||
'1.7-open': | ||
channel: EarlyAccess | ||
ref: '14509fe1e7899f439527fb39867194c7a425c771' |