Commit Graph

531 Commits (1f56103e7567cc97cb66ea3c99666e85693403d6)

Author SHA1 Message Date
dlorenc 1f56103e75 Merge pull request #448 from aaron-prindle/update-checksums
Updated checksums in schema.json and releases.json
2016-08-03 12:47:16 -07:00
Aaron Prindle 1a7cfcc355 Updated checksums in schema.json and releases.json. Also bolded version
and checksum change in RELEASING.md.
2016-08-03 11:39:43 -07:00
Aaron Prindle 820f12d5fa Merge pull request #446 from jimmidyson/kube-1.3.4
Uprade to Kubernetes v1.3.4
2016-08-03 10:43:10 -07:00
Jimmi Dyson ecf7a35b19
Uprade to Kubernetes v1.3.4 2016-08-03 16:21:00 +01:00
dlorenc 9daed05308 Merge pull request #444 from aaron-prindle/readme-k8s-update-localkube-releasing
Added instructions to upload localkube to GCS as part of updating kub…
2016-08-02 20:03:38 -07:00
Aaron Prindle 6730a7cb00 Added instructions to upload localkube to GCS as part of updating kubernetes documentation 2016-08-02 15:20:09 -07:00
dlorenc 0c770d7ff9 Merge pull request #440 from dlorenc/latest
Fix releasing instruction for updating latest.
2016-08-02 10:29:39 -07:00
Dan Lorenc 742df1274a Fix releasing instruction for updating latest. 2016-08-01 19:56:59 -07:00
Aaron Prindle c493cbe50d Merge pull request #239 from aaron-prindle/control-kubernetes-version
Kubernetes/localkube versioning via a flag and tests
2016-08-01 08:50:12 -07:00
dlorenc 38a918f702 Merge pull request #430 from aaron-prindle/fix-localkube-releasing-docs
Fixed URL in LOCALKUBE_RELEASING.md
2016-08-01 09:13:17 -06:00
Aaron Prindle b579365b37 Fixed URL in LOCALKUBE_RELEASING.md 2016-07-29 15:44:57 -07:00
Aaron Prindle 0b1cfce102 Refactored localkube url/asset code, fixed url.Parse code, updated flag
help message to add URI information, updated docs, fixed unused vars and removed unneeded comments
2016-07-29 15:27:09 -07:00
Jimmi Dyson 8cdd0e64c7 Merge pull request #429 from r2d4/offline-start
Don't pull dashboard container image if present
2016-07-29 23:26:21 +01:00
Matt Rickard fe10da65c6 Don't pull dashboard container image if present
One step in supporting an offline setup, see #391
2016-07-29 14:52:24 -07:00
Aaron Prindle b3fe5faae6 Cleaned up start flags, added more robust URL checking for localkube
flag URL and added check to prepend 'v' to version # if it is missing
2016-07-28 12:33:34 -07:00
Aaron Prindle bd4e244ce8 Updated docs. Added retrying for the localkube download. 2016-07-28 12:33:34 -07:00
aprindle 53e80a9c6f Changed kubernetes-version to take k8s version as input (as well as
url) and to copy files from host to the vm instead of curl within vm.
Also made it so that sshutil.Transfer is done via a Reader.
2016-07-28 12:33:34 -07:00
aprindle d73082171c Cleanup up comments, added ssh retry, fixed permissions and added
default Kubernets version value.
2016-07-28 12:33:34 -07:00
aprindle bc74b8596f Updated documentation to reflect additional flag to minikube start,
updated tests
2016-07-28 12:33:34 -07:00
aprindle bf3b82e5ce Working kubernetes/localkube versioning via a flag and tests 2016-07-28 12:33:34 -07:00
dlorenc c70fae2136 Merge pull request #413 from jimmidyson/platform-specific-supported-drivers
Specify supported drivers per platform
2016-07-28 08:17:15 -07:00
dlorenc a6cf8f0d9a Merge pull request #417 from aaron-prindle/0.7.1
Updated CHANGELOG, Makefile, and releases.json for v0.7.1 release
2016-07-28 08:13:25 -07:00
Jimmi Dyson 4bc1e1d6a0
Specify supported drivers per platform 2016-07-28 09:51:37 +01:00
Aaron Prindle 116994cff1 Updated CHANGELOG, Makefile, and releases.json for v0.7.1 release 2016-07-27 14:11:57 -07:00
Jimmi Dyson 4d02473054 Merge pull request #412 from jimmidyson/version-notify
Prevent version check for version subcommand
2016-07-27 16:32:05 +01:00
Jimmi Dyson daacf3d957 Merge pull request #411 from jimmidyson/homedir
Ensure file paths have OS path separators but URIs contain only forward slashes
2016-07-27 16:31:40 +01:00
Jimmi Dyson 90cd742cca
Prevent version check for version subcommand 2016-07-27 13:59:53 +01:00
Jimmi Dyson da25b86a70
Ensure file paths have OS path separators but URIs contain only forward slashes 2016-07-27 13:49:01 +01:00
dlorenc d446b30359 Merge pull request #406 from alexbrand/master
Fix home directory on windows
2016-07-26 20:07:03 -07:00
abrand 1540301428 Fix home directory on windows 2016-07-26 22:47:09 -04:00
dlorenc 8db7ce5fc3 Merge pull request #365 from dlorenc/proxy
Add proxy instructions to the README.
2016-07-26 18:21:20 -07:00
Aaron Prindle 97aa309f45 Merge pull request #403 from aaron-prindle/0.7.0-changelog-update
Updated CHANGELOG.md to reflect all changes made in v0.7.0
2016-07-26 14:40:21 -07:00
Aaron Prindle e7103f6756 Updated CHANGELOG.md to reflect all changes made in v0.7.0 2016-07-26 14:19:14 -07:00
Aaron Prindle 4d2d26cf86 Merge pull request #401 from aaron-prindle/0.7.0
Added v0.7.0 CHANGELOG.md entry, bumped version number and added vers…
2016-07-26 12:50:32 -07:00
Aaron Prindle d10cdab4df Added v0.7.0 CHANGELOG.md entry, bumped version number and added version to releases.json. 2016-07-26 10:30:37 -07:00
dlorenc 9f177b962a Merge pull request #393 from jimmidyson/windows-support
docker-env command: Added support for multiple shells with no-proxy and unset flags
2016-07-26 08:23:30 -07:00
Jimmi Dyson 16828ea59d Merge pull request #395 from dlorenc/deis
Switch the DNS etcd port from 9090.
2016-07-26 10:30:40 +01:00
Jimmi Dyson 806a950437
Fix docker-env integration test 2016-07-26 09:21:45 +01:00
Jimmi Dyson e6c988e5a7
docker-env: improve template error handling 2016-07-26 09:21:03 +01:00
dlorenc 587bf60c37 Switch the DNS etcd port from 9090. 2016-07-25 14:59:34 -07:00
dlorenc 8adcb4cc96 Merge pull request #392 from jimmidyson/kube-1.3.3
Upgrade to Kubernetes 1.3.3
2016-07-25 09:24:48 -07:00
Rod Cloutier c847979cab
docker-env command: Added support for multiple shells with no-proxy and unset flags 2016-07-25 15:58:16 +01:00
Jimmi Dyson a84cb65851
Upgrade to Kubernetes 1.3.3 2016-07-25 14:03:15 +01:00
dlorenc e88306d1ed Merge pull request #388 from jimmidyson/windows-release
Add Windows binary to release & checksums to release.json
2016-07-22 10:41:46 -07:00
Jimmi Dyson 5a7904b589
Upload Windows binary as part of release 2016-07-22 12:26:10 +01:00
Jimmi Dyson a22a155fdf
Add chesksums to release.json & upload to GCS 2016-07-22 12:25:37 +01:00
Jimmi Dyson e649f50427
Add checksum target 2016-07-22 12:23:57 +01:00
Jimmi Dyson 7782e84eb6
Add linux build to cross target 2016-07-22 12:23:13 +01:00
Jimmi Dyson 65bbdda59b Merge pull request #387 from jimmidyson/idea-gitignore
Add .idea to gitignore
2016-07-22 11:13:42 +01:00
Jimmi Dyson 62f2a2922c
Add .idea to gitignore 2016-07-22 10:48:15 +01:00