Commit Graph

331 Commits (0b00928c74e9236b102eb34ac50ef0690c31d9fe)

Author SHA1 Message Date
Alex Mohr 1eabef0388 Merge pull request #19794 from mesosphere/jdef_fix_19672_camlistore_godeps
updated appc/spec and camlistore/ godeps to fix broken godep restore
2016-01-21 12:04:56 -08:00
k8s-merge-robot e2c79915fd Merge pull request #18820 from mqliang/image-gc-bug
Auto commit by PR queue bot
2016-01-21 01:22:29 -08:00
James DeFelice 569712c72b updated appc/spec and camlistore/ godeps to fix broken godep restore 2016-01-18 17:00:55 +00:00
k8s-merge-robot 37945771dc Merge pull request #19478 from mfojtik/go-dockerclient-bump
Auto commit by PR queue bot
2016-01-16 20:40:47 -08:00
k8s-merge-robot 4969f11089 Merge pull request #19439 from bprashanth/compute_dep
Auto commit by PR queue bot
2016-01-16 10:38:11 -08:00
Mike Danese aa502874c4 godeps: update github.com/kr/pty
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-15 10:56:52 -08:00
combk8s 5b383dad62 fix image gc bug 2016-01-15 16:43:22 +08:00
Michal Fojtik 118c8c5616 bump(fsouza/go-dockerclient): 299d728486342c894e7fafd68e3a4b89623bef1d 2016-01-12 11:03:59 +01:00
Prashanth Balasubramanian 7b847ebfe5 Add api/gensupport as a godep 2016-01-11 16:27:17 -08:00
Prashanth Balasubramanian f42aaefbdb Update gce compute api godep. 2016-01-11 16:27:17 -08:00
Rudi Chiarito 16619eb008 Update aws-sdk-go to 1.0.7 2016-01-08 11:56:36 -05:00
Clayton Coleman acd23e1501 bump(github.com/gogo/protobuf):9dc510915846dd5a05607d3b5bf41f5ca5cce972 2016-01-05 22:57:32 -05:00
Trevor Pounds bd9adaf8eb Update Godeps to aws-sdk-go v1.0.2. 2016-01-04 16:10:23 -08:00
Tim Hockin 92ba1a5182 Add github.com/seccomp/libseccomp-golang dep
This dep is needed by libcontainer, but not vendored.
2015-12-30 15:45:23 -08:00
Tim Hockin 99984bca4c Add golang.org/x/sys/unix dependency
This dep is needed by boltdb, but it was not vendored.
2015-12-30 15:45:23 -08:00
Yifan Gu 1693b74006 Godep: Update for rkt api service. 2015-12-22 12:02:25 -08:00
Jimmi Dyson 041ab17a67 Bump cadvisor to fix interface stats bugs & improve performance
Includes necessary godep upgrades for docker & systemd packages as well as
migrating from docker/libcontainer to opencontainers/runc/libcontainer.
2015-12-21 17:07:21 +00:00
k8s-merge-robot f20cad179f Merge pull request #18478 from yifan-gu/bump_go_oidc
Auto commit by PR queue bot
2015-12-15 20:46:19 -08:00
Timothy St. Clair a63ab34163 Update etcd godep to fix golang 1.5.1 data race 2015-12-14 16:39:47 -06:00
Yifan Gu 207fb721b9 Godeps: bump go-oidc to fix the race in tests. 2015-12-14 13:32:16 -08:00
k8s-merge-robot 3180b00f6c Merge pull request #17673 from hongchaodeng/metrics
Auto commit by PR queue bot
2015-12-05 05:30:08 -08:00
Vishnu kannan 215d0810a2 Update cadvisor deps to v0.19.3.2
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-12-04 11:40:41 -08:00
Vishnu kannan 869cc9fbda Update cadvisor to v0.19.3.1.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2015-12-03 16:03:56 -08:00
Mike Danese 2c49893733 Merge pull request #18032 from mikedanese/semver
add semver parsing of gitversion to pkg/version
2015-12-03 13:49:06 -08:00
Hongchao Deng 2edcd3abd5 godep: bump up juju/ratelimit 2015-12-03 08:39:35 -08:00
k8s-merge-robot ec93aabfbe Merge pull request #17779 from fabianofranz/bump_cobra_pflag
Auto commit by PR queue bot
2015-12-03 04:42:17 -08:00
Mike Danese 73f71a7260 godeps: add github.com/blang/semver 2015-12-01 09:53:46 -08:00
nikhiljindal d25ec60a7f Updating go-restful 2015-11-30 17:08:45 -08:00
k8s-merge-robot fc694ea787 Merge pull request #16725 from wojtek-t/update_ugorji
Auto commit by PR queue bot
2015-11-25 22:14:20 -08:00
Fabiano Franz 814b8a3a21 Bump spf13/pflag 2015-11-25 12:48:23 -02:00
Fabiano Franz 2f7479ac23 Bump spf13/cobra 2015-11-25 12:47:33 -02:00
Wojciech Tyczynski ebf4086a92 Update github.com/coreos/etcd dependency 2015-11-25 11:19:25 +01:00
Wojciech Tyczynski 9379e4cf08 Update go-etcd dependency 2015-11-25 11:18:19 +01:00
Wojciech Tyczynski da22ea5d05 Update ugorji dependency 2015-11-25 11:18:19 +01:00
Yifan Gu 8a24d831ec Godeps: Add Godeps for rkt api service, bump grpc. 2015-11-19 15:00:38 -08:00
Brendan Burns 4903474bad Remove container api, its no longer generated and breaking godeps. 2015-11-19 09:20:28 -05:00
Eric Paris 7571cacf01 Remove recursive Godep license files
Godep stopped doing it, so our verifier broke
2015-11-19 09:19:28 -05:00
Dawn Chen ed190a4653 Merge pull request #16127 from jimmidyson/cadvisor-bump
Bump cadvisor & libcontainer
2015-10-30 10:20:36 -07:00
Wojciech Tyczynski 57a745a404 Merge pull request #16118 from ncdc/bump-spdystream
bump(github.com/docker/spdystream): 43bffc4
2015-10-30 13:33:27 +01:00
Jimmi Dyson 38ad0738bf Bump cadvisor & libcontainer
Fixes #15805
2015-10-29 15:37:54 +00:00
Justin Santa Barbara 926e0d5968 Bump aws-sdk-go version to workaround #16238
This bumps aws-sdk-go to the latest version (currently unreleased), to
workaround a Godep problem when a package listed in Godeps no longer
exists on the master branch.  See #16238 for the gory details.

Fixes #16238.

We will likely want to bump up again to the next released version once
it is released, but this version appears to be pretty similar to the
last released version (0.9.16)
2015-10-24 18:33:45 -04:00
Andy Goldstein 31aa192ad7 bump(github.com/docker/spdystream): 43bffc4
Address a potential race condition where pending data frames aren't
delivered when a goaway frame is received.
2015-10-22 15:18:24 -04:00
Wojciech Tyczynski 80be983668 Merge pull request #15392 from timothysc/etcd-remove-fakeclient
Initial commit to enable migrating tests off of FakeClient.
2015-10-22 15:24:34 +02:00
k8s-merge-robot 48ced9de86 Merge pull request #15612 from jimmidyson/cadvisor-kubelet
Auto commit by PR queue bot
2015-10-19 20:10:21 -07:00
Timothy St. Clair c850a9ab61 Modifications to to remove FakeEtcdClient. Enables starting & stopping
an etcd server per unit tests that need them.
2015-10-19 22:06:19 -05:00
Timothy St. Clair df14277e41 Godeps commit to enable migrating tests off of FakeClient.
Stems from issues: #15349, #11962
2015-10-19 22:06:19 -05:00
k8s-merge-robot 1bba475a9d Merge pull request #15735 from mesosphere/jdef-fix-tasks-and-profiling
Auto commit by PR queue bot
2015-10-17 02:20:18 -07:00
k8s-merge-robot 6341e1d3e2 Merge pull request #15658 from yifan-gu/rkt_cli
Auto commit by PR queue bot
2015-10-16 14:52:14 -07:00
James DeFelice f0e217a64f bump mesos-go to latest master 2015-10-16 08:59:35 +00:00
Wojciech Tyczynski 6a035833ac Update dependency on ugorji/go/codec. 2015-10-16 10:12:08 +02:00