Commit Graph

69 Commits

Author SHA1 Message Date
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
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
deads2k
480635bb72 Revert "Revert "add kubeconfig types""
This reverts commit 02dbad7094.
2015-01-08 09:42:30 -05:00
Rohit Jnagal
939cc26592 Add skydns to deps.
godep build fails without this.
Also pulls in github.com/miekg/dns.
rackspace/gophercloud doesn't seem to need kr/text and golang-pretty anymore.
2015-01-07 20:55:54 +00:00
Brendan Burns
02dbad7094 Revert "add kubeconfig types" 2015-01-07 12:39:37 -08:00
deads2k
12ecd0fa49 bump(imdario/mergo):6633656539c1639d9d78127b7d47c622b5d7b6dc 2015-01-07 13:00:39 -05:00
Daniel Smith
9b8c5d0876 add dec package as new dep 2015-01-05 17:20:38 -08:00
Brendan Burns
c7d3b12d43 Merge pull request #2051 from anguslees/openstack-provider
Openstack provider
2014-12-23 09:33:19 -08:00
Maciej Szulik
b28cb1a6dd bump(github.com/spf13/cobra):e1e66f7b4e667751cf530ddb6e72b79d6eeb0235 2014-12-19 21:55:52 +01:00
Dawn Chen
95e3efdad8 Really upgrade fsouza/go-dockerclient pkg to latest revision, so that we can have
Error and OOMKilled from docker ContainerStatus.
2014-12-18 13:49:12 -08:00
Daniel Smith
5b188a5842 Update fsouza/go-dockerclient. This grabs an unexpected number of dependencies. 2014-12-18 10:28:25 -08:00
Daniel Smith
f27bfc52ce fix Godeps.json; upgrade context, html, and websocket packages 2014-12-16 15:15:36 -08:00
Sam Ghods
e776cdc2c0 Upgrade ghodss/yaml, fixes #2763 2014-12-09 17:59:12 -08:00
Jordan Liggitt
0968254840 bump(gopkg.in/v2/yaml): d466437aa4adc35830964cffc5b5f262c63ddcb4 2014-12-04 14:19:07 -08:00
deads2k
ff24a45d8f bump(github.com/emicklei/go-restful): 692a50017a7049b26cf7ea4ccfc0d8c77369a793 2014-12-04 08:48:26 -05:00
Victor Marmol
b1c7893916 Merge pull request #2683 from jimmidyson/cadvisor-0.6.2
Fixes #2681: update to cadvisor 0.6.2
2014-12-04 03:48:40 +08:00
Sam Ghods
1208946f55 Remove unused yaml v1 (moved to ghodss/yaml) 2014-12-02 16:24:05 -08:00
Sam Ghods
603ec33821 Add depedencies for move from go-yaml/yaml to ghodss/yaml
Also add go-spew for better debugging.
2014-12-02 16:24:05 -08:00
Jimmi Dyson
5109ce3356 Fixes #2681: update to cadvisor 0.6.2 2014-12-01 11:38:03 +00:00
Angus Lees
c85c0a4f06 Update gophercloud dependency to v1.0.0 2014-11-26 16:08:42 +11:00
Daniel Smith
6ae208aea9 Merge pull request #2187 from eparis/go.net-rename
update code.goole.com/p/go.net to golang.org/x/net
2014-11-18 10:08:28 -08:00
Brian Grant
142e58c580 Update go-restful to get field description enhancement and anonymous struct fix. 2014-11-18 04:05:49 +00:00