Commit Graph

189 Commits (a6594dc38bbb3a8543f16e27f7e297e7e5b6ed5a)

Author SHA1 Message Date
Tim Hockin 0c611370e0 Merge pull request #7281 from thockin/flag-word-separators
Make flags accept - or _ between words
2015-04-27 18:11:58 -07:00
Daniel Smith 082757ccbb Merge pull request #7392 from thockin/golang-spdy-dep
Update golang spdy to new path.
2015-04-27 18:01:12 -07:00
Tim Hockin 22db9fb176 Update spf13/pflag dep 2015-04-27 14:55:31 -07:00
Tim Hockin e4435c7417 Update golang spdy to new path.
Upstream golang spdy was moved to x/net/spdy and then deleted.  This vendors in
the last revision and updates the only user of it.
2015-04-27 14:40:04 -07:00
Jeff Grafton e235a4b07e Update Ginkgo to latest HEAD release with one-character fix
The Ginkgo native test runner needed a small fix to work with pflag;
this fix is included in this update.
2015-04-27 12:11:58 -07:00
Victor Marmol b049a3cccf Update cAdvisor dependency.
Picks up fixes for events and OOM handling.
2015-04-23 19:20:16 -07:00
David Oppenheimer 7c7b661cf3 Merge pull request #7247 from guenter/update-dockerclient
Upgrade go-dockerclient dependency to support CgroupParent
2015-04-23 16:04:39 -07:00
Tobi Knaup 522d4c3b85 Upgrade go-dockerclient dependency to support CgroupParent 2015-04-23 13:50:04 -07:00
nikhiljindal c8a13f6a80 Updating go-restful to include go-restful/pull/205 2015-04-22 22:18:09 -07:00
Daniel Smith 78356bf7f9 Merge pull request #7015 from yichengq/remove-dep
*: remove dependency that go-etcd no longer relies on
2015-04-20 16:14:16 -07:00
Brendan Burns 4e811201a0 Merge pull request #7020 from kazegusuri/reenable_auto_reauth
Update gophercloud to HEAD and reenable auto reauth
2015-04-20 11:57:07 -07:00
Masahiro Sano ff59f316f6 Update gophercloud to latest 2015-04-18 18:35:26 +09:00
Yicheng Qin a555758b39 *: remove dependency that go-etcd no longer relies on
Clean the godeps.
2015-04-17 21:50:40 -07:00
Daniel Smith eefaac26b7 Merge pull request #6939 from yichengq/bump-go-etcd
*: update go-etcd dependency
2015-04-17 15:46:27 -07:00
Yicheng Qin fea0684c80 *: update go-etcd dependency
We recently updated the go-etcd. It solves the following issues:
1. support both 0.4.x and 2.x cluster
2. support redirection
3. always switch to another etcd member in case of a network failure
4. fix a bug in sync cluster
2015-04-17 13:30:55 -07:00
Jeff Grafton ed41174d64 Update Gingko to latest HEAD release 2015-04-16 16:54:54 -07:00
Wojciech Tyczynski e453a2c4f3 Merge pull request #6889 from a-robinson/prom
Update the prometheus library and its dependencies to the most recent versions
2015-04-16 10:12:37 +02:00
Alex Robinson f390dc7918 Update the prometheus library and its dependencies to the most recent versions.
The process metrics on the master have been missing since sometime
between 0.13 and 0.14, and updating the libraries fixes them.

My hypothesis is that our switch away from using cgo to build statically
linked binaries caused the breakage by causing prometheus's process metric
collector, which had cgo-specific build logic, to be disabled. Prometheus
has since changed that logic.
2015-04-16 02:29:41 +00:00
Eric Paris 5b8a426d01 Update cobra to sort autogen code
We need determinism for hack/verify-gendocs.sh
2015-04-13 19:07:47 -04:00
Dawn Chen 7464575b17 Merge pull request #6698 from pweil-/update-dockercli
Update to latest docker client
2015-04-13 14:43:25 -07:00
Dawn Chen d2584df283 Merge pull request #6774 from vmarmol/cadvisor
Updating cAdvisor godep.
2015-04-13 13:10:06 -07:00
Victor Marmol 934cec291a Updating cAdvisor godep.
This adds support for Docker 1.6.
2015-04-13 11:35:46 -07:00
Eric Paris ef815836d2 Update spf13/cobra to the latest 2015-04-12 14:48:54 -04:00
Eric Paris f96ef20e24 Include mousetrap dependancy for cobra 2015-04-12 12:04:48 -04:00
Eric Paris 96b054eb50 Update cobra.pflag 2015-04-12 12:04:43 -04:00
Paul Weil fb63370451 bump(github.com/fsouza/go-dockerclient): 17d39bcb22e8103ba6d1c0cb2530c6434cb870a3 2015-04-10 16:05:43 -04:00
Tim Hockin 942563fda1 Update spew to support better map key sorting. 2015-04-10 09:17:21 -07:00
Vishnu Kannan f39908ebf4 Updating cadvisor deps. 2015-04-09 16:02:34 -07:00
Andy Goldstein 82afb7ab1f bump(github.com/docker/spdystream):99515db39d3dad9607e0293f18152f3d59da76dc
Update spdystream to pick up a fix for a deadlock between writing data
and a connection closure.

Fixes #6490
2015-04-09 16:30:47 +00:00
Vishnu Kannan 86d421ec5e Updating cadvisor deps. This is necessary for handling sys oom events in kubelet. 2015-04-03 23:43:44 +00:00
Brendan Burns f826bf6b46 Pick up the latest updates to go-restful. 2015-03-28 22:05:33 -07:00
Kazuki Suda 81399dcd82 Update go-restful to include emicklei/go-restful#197 2015-03-28 00:22:10 +09:00
Victor Marmol eeb62634d2 Update cAdvisor dependency.
Includes new handling of ContainerInfoRequest.
2015-03-25 15:37:06 -07:00
Dawn Chen b002b9e2e1 Merge pull request #5934 from vmarmol/update
Update cAdvisor dependency.
2015-03-25 13:45:41 -07:00
nikhiljindal ea77e9f31c Updating go-restful to the latest version 2015-03-25 11:30:29 -07:00
Victor Marmol 35b08c65ec Update cAdvisor dependency.
Updated dependency on oauth2.
2015-03-25 11:14:27 -07:00
Dawn Chen 273d20791e Upgrade go-etcd to v0.4.6 (Take 3) 2015-03-24 16:12:41 -07:00
Jeff Lowdermilk bc4a082f7a Merge pull request #5815 from brendandburns/kubecfg
Revert the revert of a previous run.  Update to a fixed cobra/pflag.
2015-03-24 09:09:26 -07:00
Piotr Szczesniak c06eecf7aa Added colors to output of kubectl clusterinfo
Added warning about trailing slashes

Also I ran godeps as described at
https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/devel/development.md

This fixes #5698
2015-03-24 11:46:04 +01:00
Brendan Burns a18ec3be88 Update spf13/cobra with recent commits. 2015-03-23 21:06:45 -07:00
Brendan Burns c66caa5336 Revert "Revert "Update cobra/pflag. Also update generated kubectl documentation.""
This reverts commit 69432e8b2f.

    COMMIT_BLOCKED_ON_GENDOCS
2015-03-23 21:06:45 -07:00
Victor Marmol 9a75f8d76f Update cAdvisor dependency to latest.
Brings in new range-based requests.

Fixes #5777.
2015-03-23 09:45:12 -07:00
Max Forbes caa56702ee Revert back to Go 1.4.1 2015-03-20 14:33:22 -07:00
Justin Santa Barbara d8a2d0300b (Re)add dependency on ELB functionality of goamz 2015-03-20 07:04:49 -07:00
Vish Kannan 577be8d524 Merge pull request #5648 from kargakis/godeps
bump(github.com/matttproud/golang_protobuf_extensions/ext)
2015-03-19 09:52:35 -07:00
kargakis 9313512767 bump(github.com/matttproud/golang_protobuf_extensions/ext):ba7d65ac66e9da93a714ca18f6d1bc7a0c09100c 2015-03-19 14:26:46 +01:00
Andy Goldstein b7c177944e bump(docker/docker/pkg/parsers):ed6685369740035b0af9675bf9add52d0af7657b
Add docker/docker/pkg/parsers and bump entire set of docker/docker/...
dependencies.
2015-03-17 19:56:16 -04:00
Zach Loafman 5496686f33 Revert "Use docker's ParseRepositoryTag when pulling" 2015-03-17 15:16:33 -07:00
Dawn Chen 2a5610dbcb Merge pull request #5558 from ncdc/docker-ParseRepositoryTag
Use docker's ParseRepositoryTag when pulling
2015-03-17 12:56:22 -07:00
Brian Grant a62673d226 Merge pull request #5537 from nikhiljindal/swaggie
Updating go-restful to include fix for emicklei/go-restful#185
2015-03-17 11:51:01 -07:00
Andy Goldstein 73229ed660 bump(docker/docker/pkg/parsers):ed6685369740035b0af9675bf9add52d0af7657b
Add docker/docker/pkg/parsers and bump entire set of docker/docker/...
dependencies.
2015-03-17 13:23:17 -04:00
Brendan Burns 60b2b5d5b4 Merge pull request #5447 from jayunit100/k8petstore
K8petstore
2015-03-17 07:28:30 -07:00
Jeff Lowdermilk 404b20e6b8 Add dependencies for k8petstore to Godeps
Cleanup k8petstore to use Godeps dependencies, add to hack/build-go.sh
Remove trailing spaces, README
2015-03-17 07:06:01 -04:00
nikhiljindal 09224901d0 Updating go-restful to include fix for emicklei/go-restful#185 2015-03-16 23:30:58 -07:00
Piotr Szczesniak 69432e8b2f Revert "Update cobra/pflag. Also update generated kubectl documentation." 2015-03-16 12:21:20 +01:00
Victor Marmol 663a97d139 Update cAdvisor godep. 2015-03-13 16:06:02 -07:00
Brendan Burns f98cd70c9c Update the cobra and pflag libraries with upstream fixes. 2015-03-13 14:21:42 -07:00
nikhiljindal e11f62cfcf Updating go-restful to the latest version 2015-03-12 15:13:21 -07:00
Victor Marmol c03b080328 Merge pull request #5332 from vishh/heapster_e2e
Adding a ginkgo version of monitoring e2e test
2015-03-12 08:37:45 -07:00
Vishnu Kannan 23b2f9268e Adding Influxdb client to godeps. This is required for the new monitoring test. 2015-03-11 21:47:47 +00:00
Victor Marmol e8d1359422 Add HTTP cAdvisor dependencies.
Also removed unused goamz.
2015-03-11 10:30:31 -07:00
Victor Marmol 80dbe6eaa8 Updating cAdvisor dependency.
Includes manager and its dependencies.
2015-03-10 10:57:27 -07:00
Alex Mohr 420b6cde6c Merge pull request #5194 from ncdc/4882-fix-flaky-spdy-tests-osx
bump(docker/spdystream):e731c8f9f19ffd7e51a469a2de1580c1dfbb4fae
2015-03-10 10:07:18 -07:00
Andy Goldstein 1171bca792 bump(docker/spdystream):e731c8f9f19ffd7e51a469a2de1580c1dfbb4fae
Fixes #4882
2015-03-09 16:03:38 -04:00
Justin Santa Barbara 7816abfd39 Add dependency on ELB functionality of goamz 2015-03-09 08:57:51 -07:00
Victor Marmol 7e97d22e91 Update cAdvisor dependency and remove perigee.
Perigee dependency is unused.
2015-03-06 15:41:20 -08:00
Dawn Chen 3835e0e6e6 Merge pull request #4943 from vmarmol/image-manager
Implementing ImageManager to take over image lifecycle.
2015-03-06 11:09:38 -08:00
Victor Marmol f3315b8350 Adding github.com/stretchr/testify/require godep. 2015-03-06 09:50:07 -08:00
Tim Hockin cee14ab51b Update gofuzz dep 2015-03-06 08:21:10 -08:00
Brian Grant 527fc30e90 Merge pull request #4939 from kazegusuri/update_gophercloud
Update github.com/rackspace/gophercloud to HEAD
2015-03-05 10:58:23 -08:00
Eric Tune 6f6218cc1e Merge pull request #5004 from vmarmol/gc-0
Updating github.com/stretchr/testify godep.
2015-03-03 16:30:14 -08:00
Victor Marmol a9e67f04ac Updating github.com/docker/docker/pkg/term Godep.
This matches the version of the rest of the Docker package. There is no
actual code change, but the mistmatch made it impossible to udpate the
dependency (or any that depended on this).
2015-03-03 11:14:12 -08:00
Andy Goldstein 5c6e88804f bump(docker/spdystream):e9bf9912b85eec0ed6aaf317808a0eab25e3ca43
Fixes #4912
2015-03-02 12:10:14 -05:00
Masahiro Sano e6c16cd4f9 Update github.com/rackspace/gophercloud to HEAD 2015-03-02 22:37:34 +09:00
Alex Robinson 76325ca851 Update the version of the prometheus client library we have vendored so
that we can use true histograms rather than the old Summary type that
calculated quantiles on the client side.
2015-03-02 01:11:37 +00:00
Victor Marmol 9ebd95a3cb Updating github.com/stretchr/testify godep. 2015-02-28 19:11:40 -08:00
Mike Danese a22a133ca1 godeps: add evanphx/json-patch 2015-02-23 20:55:27 -08:00
Victor Marmol 54ef88bbf8 Merge pull request #4664 from eparis/kubectl-man
kubectl autogen docs update
2015-02-20 09:24:21 -08:00
Andy Goldstein 25d38c175b Add command execution/port forwarding dependencies
code.google.com/p/go.net/spdy
github.com/docker/docker/pkg/term
github.com/docker/spdystream
github.com/kr/pty
2015-02-20 09:57:02 -05:00
Andy Goldstein f943701a74 bump(spf13/pflag):370c3171201099fa6b466db45c8a032cbce33d8d 2015-02-20 09:57:02 -05:00
Eric Paris 4ab4803b6b update github.com/spf13/cobra for new flag options 2015-02-20 09:44:14 -05:00
Brendan Burns d9d5837510 Merge branch 'kubectl-man' of https://github.com/eparis/kubernetes into eparis-kubectl-man
Conflicts:
	docs/kubectl.md

    COMMIT_BLOCKED_ON_GENDOCS
2015-02-19 11:53:38 -08:00
Eric Tune 7990b54803 Merge pull request #4444 from saad-ali/eventsCacheLru
Switch events history to use LRU cache instead of map
2015-02-17 16:05:11 -08:00
Nikhil Jindal 3dd7c4481b Merge pull request #4499 from vishh/issue_4041
Update yaml library.
2015-02-17 13:53:14 -08:00
Vishnu Kannan ee7f7829c9 Update yaml library. 2015-02-17 21:21:21 +00:00
saadali 2735e6a495 Switch events history to use LRU cache instead of map 2015-02-17 11:40:40 -08:00
Thom May 8357e1521a Basic Rackspace cloud support
This enables all but Load Balancer support for the Rackspace public
cloud platform.
2015-02-17 10:59:40 +00:00
Eric Paris 8e64be1c66 Add godeps for man page autogeneration 2015-02-12 18:38:25 -05:00
Victor Marmol 8c5f77f302 Merge pull request #4360 from a-robinson/yaml
Remove the now-unused open-golang dependency. It was only being used by kubecfg
2015-02-11 16:03:35 -08:00
Alex Robinson 87c9fc2f4f Remove the now-unused open-golang dependency. It was only being used by kubecfg,
which is now completely gone.
2015-02-11 23:50:56 +00:00
Victor Marmol ca5a9581dd Update github.com/spf13/cobra to HEAD.
This allows us to break down flags in the usage section by
command-specific and global.

Fixes #4142.
2015-02-11 15:47:35 -08:00
Alex Robinson 105e111284 Update prometheus instrumentation library to include fix for building
for linux/arm and linux/386 platforms.
2015-02-10 09:26:46 +00:00
Alex Robinson 21f9b83d91 Add Godeps for the Prometheus monitoring client library and its dependencies.
See issue #1625 for discussion.
2015-02-06 22:21:56 +00:00
Filipe Brandenburger dd8ada849e Import ginkgo and gomega libraries into kubernetes
This commit uses `godep` to vendor these libraries into our project.

They are not yet in use but we plan to use them in `test/e2e` in a follow up commit.
2015-01-28 15:09:53 -08:00
Filipe Brandenburger 374f9978d6 Update github.com/spf13/pflag to include spf13/pflag#3
We need support for IsBoolFlag() in order to implement `--version`
(without an explicit `--version=true`) and also `--version=raw`.

Updated using `godep update github.com/spf13/pflag`.

Tested:
  $ _output/local/bin/linux/amd64/kubelet --version
  Kubernetes v0.8.0-590-gc61720437ec181
  $ _output/local/bin/linux/amd64/kubelet --version=raw
  version.Info{Major:"0", Minor:"8+", GitVersion:"v0.8.0-590-gc61720437ec181", GitCommit:"c61720437ec181ae3fbbfb9d6df5efdf3e3b6c2e", GitTreeState:"clean"}
2015-01-22 14:24:38 -08:00
Mrunal Patel 683fd13ce6 Update github.com/fsouza/go-dockerclient to pick up IpcMode support. 2015-01-22 12:03:38 -08:00
deads2k 1e9057bd98 bump(davecgh/go-spew):1aaf839fb07e099361e445273993ccd9adc21b07 2015-01-22 08:40:19 -05:00
Fumitoshi Ukai 54f498acd5 cloudprovider/gce: use golang.org/x/oauth2
code.google.com/p/goauth2 is deprecated.
use golang.org/x/oauth2 instead.

hooks/prepare-commit-msg ignore Godeps
for sh's boilerplate check.
2015-01-16 12:17:52 +09:00
Sam Ghods 7845ab90f8 Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere 2015-01-13 15:06:25 -08:00
Thom May c69fe231f4 Update to latest goamz
Also add dep on goamz/elb, for future use
2015-01-09 17:24:11 +00:00