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
72d126c842
Remove files that no longer exist in cAdvisor dep.
2015-03-26 13:04:05 -07: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
8238298fbb
Include coreos/etcd/pkg/types pakcage
2015-03-24 16:20:18 -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
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