Skip to content

Commit 52c6b38

Browse files
committed
Update CDK to 2.2.0.GA candidate
1 parent f2955a5 commit 52c6b38

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

requirements.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"name": "Red Hat Container Development Kit",
44
"description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
55
"bundle": "yes",
6-
"version": "2.2.0.N-20160830",
6+
"version": "2.2.0.GA",
77
"dmUrl": "https://developers.redhat.com/download-manager/jdf/file/cdk-2.1.0.zip?workflow=direct",
8-
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/30-Aug-2016/cdk.zip",
9-
"filename": "cdk_2.2.0.N-20160830.zip",
10-
"sha256sum": "1927881651ddc5693cf3a6fd1fe2ccd1e006b50b2e05590f575ec345f92d71e9",
8+
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/31-Aug-2016.rc2/cdk.zip",
9+
"filename": "cdk_2.2.0.N-20160831.zip",
10+
"sha256sum": "d4c6692d9257f09837e71406029a2200e61e21984563a41409930e53a4238c34",
1111
"virusTotalReport": "https://virustotal.com/en/file/1927881651ddc5693cf3a6fd1fe2ccd1e006b50b2e05590f575ec345f92d71e9/analysis/1472550294/",
1212
"vendor": "Red Hat, Inc."
1313
},
@@ -17,9 +17,9 @@
1717
"bundle": "yes",
1818
"version": "7.2.30082016-1",
1919
"dmUrl": "https://developers.redhat.com/download-manager/jdf/file/rhel-cdk-kubernetes-7.2-25.x86_64.vagrant-virtualbox.box?workflow=direct",
20-
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/30-Aug-2016/rhel-7-cdk-vagrant-scratch-7.2.30082016-1.x86_64.vagrant-virtualbox.box",
21-
"filename": "rhel-7-cdk-vagrant-scratch-7.2.30082016-1.x86_64.vagrant-virtualbox.box",
22-
"sha256sum": "64c74a868060ef3db7f9418a94a298cad91f0ce800e567a6a06a38ebebb60836",
20+
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/31-Aug-2016.rc2/rhel-cdk-kubernetes-7.2-28.x86_64.vagrant-virtualbox.box",
21+
"filename": "rhel-cdk-kubernetes-7.2-28.x86_64.vagrant-virtualbox.box",
22+
"sha256sum": "2d797f6b8d408427984f07a65e7f1031d4aabcd4f67f8e1b40f1a89df1f4a7ee",
2323
"vendor": "Red Hat, Inc."
2424
},
2525
"oc.zip": {

test/check-requirements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function checkRequirements() {
1616

1717
//to check if the url looks like it points to what it is supposed to
1818
fileNames['cdk.zip'] = 'cdk';
19-
fileNames['rhel-vagrant-virtualbox.box'] = 'cdk-vagrant';
19+
fileNames['rhel-vagrant-virtualbox.box'] = 'vagrant-virtualbox.box';
2020
fileNames['oc.zip'] = 'oc-origin-cli';
2121
fileNames['cygwin.exe'] = 'cygwin';
2222
fileNames['jbds.jar'] = 'devstudio';

0 commit comments

Comments
 (0)