Michael Rubin
77cfa34fd9
Add dedent pkg
2016-06-26 22:50:11 -07:00
Andy Goldstein
d78e6053bb
bump(google/cadvisor): v0.23.6
...
Fix a bug where cadvisor couldn't gather container filesystem stats on RHEL 7.2 devicemapper.
2016-06-23 21:01:52 -04:00
k8s-merge-robot
cb10d7dbf5
Merge pull request #27916 from krousey/bump_inotify
...
Automatic merge from submit-queue
Bump inotify to pickup fix for memory leak
Just picking up the fix I made in https://go-review.googlesource.com/#/c/24289/
Hopefully this will help #27456
cc: @kubernetes/sig-node @lavalamp
2016-06-22 22:27:06 -07:00
Kris
751af3a838
Bump inotify to pickup fix for memory leak
2016-06-22 18:27:06 -07:00
Andy Goldstein
98651fca01
bump(google/cadvisor): v0.23.5
...
Fix an issue where cadvisor was unable to report container filesystem stats for LVM-based
devicemapper thin pools.
Fix an issue where cadvisor would not report any stats for a container if it failed to get the
filesystem stats when Docker's storage driver is devicemapper.
2016-06-22 17:04:54 -04:00
Dawn Chen
1ea5c460bc
Bump cAdvisor to v0.23.4
2016-06-17 16:26:39 -07:00
k8s-merge-robot
59f918cae0
Merge pull request #26968 from jimmidyson/json-patch-lib-upgrade
...
Automatic merge from submit-queue
godep bump: github.com/evanphx/json-patch
Fixes #26890
2016-06-12 15:36:54 -07:00
Jimmi Dyson
0aec53ae39
godep bump: github.com/evanphx/json-patch
2016-06-09 08:15:25 +01:00
Davide Agnello
bb1ae12906
Vendor/Godep updates
2016-06-08 18:17:42 -07:00
Tim St. Clair
cf1ee6c694
Bump cAdvisor to v0.23.3
2016-06-08 11:57:20 -07:00
k8s-merge-robot
2cc0f2f040
Merge pull request #25280 from timothysc/http2_clients
...
Automatic merge from submit-queue
Option to enable http2 on client connections.
Addresses #21081
Enables http2 connection by default.
before:
```
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 21868/kubelet
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 21924/kube-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd
tcp 0 0 192.2.5.12:47080 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:47082 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:55776 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 304 192.2.5.12:22 192.2.5.10:49978 ESTABLISHED 22287/sshd: root [p
tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55774 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47086 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:47102 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47108 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:55772 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47104 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:47110 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47106 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47084 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp6 0 0 :::4194 :::* LISTEN 21868/kubelet
tcp6 0 0 :::10250 :::* LISTEN 21868/kubelet
tcp6 0 0 :::10255 :::* LISTEN 21868/kubelet
tcp6 0 0 :::22 :::* LISTEN 754/sshd
tcp6 0 0 192.2.5.12:10255 192.2.5.15:41570 ESTABLISHED 21868/kubelet
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient
udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient
udp6 0 0 :::4195 :::* 600/dhclient
```
after
```
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 16962/kubelet
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 17024/kube-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd
tcp 0 0 192.2.5.12:47046 192.2.5.11:443 ESTABLISHED 17024/kube-proxy
tcp 0 0 192.2.5.12:47052 192.2.5.11:443 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55720 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:55724 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55726 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 304 192.2.5.12:22 192.2.5.10:49938 ESTABLISHED 17653/sshd: root [p
tcp6 0 0 :::4194 :::* LISTEN 16962/kubelet
tcp6 0 0 :::10250 :::* LISTEN 16962/kubelet
tcp6 0 0 :::10255 :::* LISTEN 16962/kubelet
tcp6 0 0 :::22 :::* LISTEN 754/sshd
tcp6 0 0 192.2.5.12:10255 192.2.5.15:41472 ESTABLISHED 16962/kubelet
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient
udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient
udp6 0 0 :::4195 :::* 600/dhclient
```
/cc @jeremyeder
2016-06-06 10:22:49 -07:00
Yifan Gu
a16f015a18
Godeps: Bump go-systemd, add coreos/pkg/dlopen.
2016-06-06 05:27:08 +00:00
Quinton Hoole
5b421842be
Added AWS Route53 libraries to godeps.
2016-06-03 15:55:30 -07:00
Tim Hockin
372e904e51
Update deps without licenses
...
The following packes did not have discernible LICENSE files at the hash we have
vendored:
github.com/beorn7/perks
github.com/daviddengcn/go-colortext
github.com/garyburd/redigo
github.com/prometheus/common
github.com/shurcooL/sanitized_anchor_name
github.com/stretchr/objx
This commit updates all of them and updates the central LICENSE file.
2016-06-02 16:57:28 -07:00
Tim Hockin
392c5dc618
Update license for go4.org
...
Add it as a special case package root and import the license file. This was
the only UNKNOWN license, prior to the change to not look at upstream repo
state.
2016-06-02 15:57:30 -07:00
Mike Danese
cadfaee621
fix godeps on master broken in #26335
2016-05-31 18:29:28 -07:00
Quinton Hoole
4983183cdd
Merge pull request #26020 from quinton-hoole/2016-05-21-google-cloud-dns
...
Google Cloud DNS dnsprovider.
2016-05-28 07:55:21 -07:00
Clayton Coleman
74bfb3e7bd
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
...
To match changes to pkg/api/resource#ParseQuantity
2016-05-27 18:43:00 -04:00
Quinton Hoole
2240da1f2a
Vendor in google.golang.org/api/dns
2016-05-27 15:29:13 -07:00
Timothy St. Clair
786b7989a0
Update golang.org/x/net for http2 enablement
2016-05-27 14:25:57 -05:00
Tim Hockin
847b56b253
Simplify godep licenses logic
...
This code used to actually reach out to the internet to look for files. This
is flaky, slow, and semantically WRONG. The license that is upstream might
actually be different than what we have vendored. Only look at local files.
This now passes back-to-back updates and verifies.
2016-05-27 10:01:27 -07:00
Tim St. Clair
237f90d6ee
Bump cAdvisor (and dependencies) godeps version
2016-05-23 10:48:56 -07:00
k8s-merge-robot
8b0e9c5739
Merge pull request #24947 from hpcloud/hpe/vsphere-volume
...
Automatic merge from submit-queue
vSphere Volume Plugin Implementation
This PR implements vSphere Volume plugin support in Kubernetes (ref. issue #23932 ).
2016-05-22 20:40:14 -07:00
k8s-merge-robot
1b78799b3b
Merge pull request #25768 from piosz/metrics-api-hpa
...
Automatic merge from submit-queue
Use Metrics API in HPA
2016-05-22 13:58:07 -07:00
k8s-merge-robot
82cb4c1758
Merge pull request #23930 from ArtfulCoder/vendor-skydns
...
Automatic merge from submit-queue
Use SkyDNS as a library for a more integrated kube DNS
2016-05-21 23:33:35 -07:00
k8s-merge-robot
4d69e2c26a
Merge pull request #25475 from soltysh/scheduledjob_client
...
Automatic merge from submit-queue
ScheduledJob client
@erictune SheduledJob part 2, based on #24970 so first two commits doesn't count.
This is still WIP, but it's here so you know :)
```release-note
Introducing ScheduledJobs as described in [the proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/scheduledjob.md ) as part of `batch/v2alpha1` version (experimental feature).
```
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel )]()
2016-05-21 14:10:41 -07:00
Abitha Palaniappan
95c009dbdb
Adding vSphere Volume support for vSphere Cloud Provider
2016-05-21 11:00:14 -07:00
k8s-merge-robot
d6d0a6eb83
Merge pull request #25656 from tmrts/godep-update/rkt-1.6.0
...
Automatic merge from submit-queue
Update rkt API version to 1.6.0
Updates coreos/rkt container runtime dependency to `1.6.0`
Fixes #25430
2016-05-21 09:56:52 -07:00
Maciej Szulik
aabf86ab3f
Adding github.com/robfig/cron for cron parsing
2016-05-21 15:48:40 +02:00
Mike Danese
7170c8910d
Merge pull request #25270 from bobbyrullo/deps
...
Implement OIDC client AuthProvider
2016-05-20 16:43:23 -07:00
Abhishek Shah
fc040645eb
vendor-ed skydns
2016-05-20 15:08:11 -07:00
Abhishek Shah
d2dd4911ca
Godeps changes for kube-dns
2016-05-20 15:08:11 -07:00
Piotr Szczesniak
6addbf2b17
Bumped Heapster in godeps to v1.1.0-beta2
2016-05-20 19:50:56 +02:00
k8s-merge-robot
e27f20780d
Merge pull request #25679 from quinton-hoole/2016-05-16-update-googleapi-package
...
Automatic merge from submit-queue
Update vendor package google.golang.org/api/googleapi.
2016-05-20 03:53:18 -07:00
Daniel Smith
92f34ca83e
Merge pull request #25365 from brendandburns/deps
...
update the go-restful dependency.
2016-05-18 17:30:14 -07:00
Bobby Rullo
82bdf9051c
Update github.com/coreos/go-oidc
2016-05-16 16:37:33 -07:00
Tamer Tas
f876649048
Update rkt API version to 1.6.0
2016-05-16 23:36:08 +03:00
Tamer Tas
eca022cc41
Update appc/spec version to 0.8.1
2016-05-16 23:35:52 +03:00
Brendan Burns
5572a1e1f3
update the go-restful dependency.
2016-05-16 13:14:34 -07:00
Quinton Hoole
9fb98a42d0
Update vendor package google.golang.org/api/googleapi.
2016-05-16 11:06:03 -07:00
Matthew Rudy Jacobs
430cf60b0f
Update aws-sdk-go: v1.0.7 -> v1.0.8
...
Adds support for the ap-northeast-2 (Seoul) region
2016-05-14 01:15:55 +08:00
saadali
9aa3cb4e19
Update licenses
2016-05-11 17:07:30 -07:00
saadali
c708e2cc82
Update vendor dir and Godeps.json with new Godep
2016-05-11 17:02:50 -07:00
saadali
b83af3d481
Change "speter.net/go/exp/math/dec/inf" dependency
...
to "https://gopkg.in/inf.v0 "
2016-05-11 17:01:28 -07:00
Saad Ali
be7e152a58
Revert "Fixes #23529 Remove speter.net/go/exp/math/dec/inf from Godep since it is deprecated and in vendor"
2016-05-11 15:02:32 -07:00
Tiffany Jernigan
3cf0ae7eb8
Remove speter.net/go/exp/math/dec/inf from Godep since it is deprecated and in vendor
2016-05-11 13:39:59 -07:00
dagnello
f7b3cf39d6
Adding OWNERS file for vSphere cloud-provider package
...
also updating license file for Govmomi library
2016-05-09 08:55:42 -07:00
Abitha Palaniappan
d3d29bbd24
Add vmware/govmomi in godep
2016-05-09 08:31:18 -07:00
Tim Hockin
3facb3522b
Godeps licenses
...
Fix the licenses script and run it.
2016-05-08 20:30:39 -07:00
Tim Hockin
3c0c5ed4e0
Move deps from _workspace/ to vendor/
...
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
2016-05-08 20:30:21 -07:00
Robert Bailey
96aa3d7176
Merge pull request #24929 from mwielgus/heapster_godeps_bump
...
Update Heapster api types location in Godeps
2016-05-06 13:57:35 -07:00
k8s-merge-robot
346ddc52c2
Merge pull request #24748 from Random-Liu/cleanup-with-new-engine-api
...
Automatic merge from submit-queue
Kubelet: Cleanup with new engine api
Finish step 2 of #23563
This PR:
1) Cleanup go-dockerclient reference in the code.
2) Bump up the engine-api version.
3) Cleanup the code with new engine-api.
Fixes #24076 .
Fixes #23809 .
/cc @yujuhong
2016-05-06 03:16:53 -07:00
Marcin Wielgus
8e90cded97
Update Heapster api types location in Godeps
2016-05-04 16:27:12 +02:00
Timothy St. Clair
0f06eb2595
Update godep for ginkgo and gomega to fix file based exclusion. #24140
2016-05-03 10:50:25 -05:00
k8s-merge-robot
cbb0d32868
Merge pull request #24113 from timstclair/docker11-godeps
...
Automatic merge from submit-queue
Update cAdvisor & go-dockerclient for docker v1.11 compatability
2016-05-02 04:46:05 -07:00
Random-Liu
52c3664eb7
Bump up engine-api version.
2016-04-29 13:32:19 -07:00
Stef Walter
481dbca8bc
Fix use of docker removed ParseRepositoryTag() function
...
Docker has removed the ParseRepositoryTag() function in
leading to failures using the kubernetes Go client API.
Lets use github.com/docker/distribution reference.ParseNamed()
instead.
Failure:
../k8s.io/kubernetes/pkg/util/parsers/parsers.go:30: undefined: parsers.ParseRepositoryTag
2016-04-25 11:37:10 +02:00
Andy Goldstein
04da473594
Add docker/distribution to Godeps
...
Use docker/distribution to parse image refs
Signed-off-by: Stef Walter <stefw@redhat.com>
* Added files required by hack/verify-godeps.sh
2016-04-25 11:27:07 +02:00
Euan Kemp
82f3ec14fb
Godeps: vendor gomock
2016-04-22 15:34:55 -07:00
Euan Kemp
03f3f42055
Godeps: Update rkt to v1.4.0
2016-04-22 15:34:55 -07:00
Tim St. Clair
c4eacd3b76
Update cadvisor godeps
2016-04-21 15:14:19 -07:00
Tim St. Clair
903067c6c2
Update go-dockerclient godeps
...
Update go-dockerclient license
2016-04-21 15:14:19 -07:00
k8s-merge-robot
5f3f06f0b1
Merge pull request #24022 from hongchaodeng/dep
...
Automatic merge from submit-queue
Bump up etcd dependency to fix data race
ref: https://github.com/kubernetes/kubernetes/pull/23694
What this PR does
- Bumping up the godep of etcd to fix data race in etcd watcher. Without this change, watcher PR builds will fail in race detection.
- Small changes to fix builds after upgrade
2016-04-17 12:01:32 -07:00
Hongchao Deng
3c2c9067e8
update godep license
2016-04-18 00:28:56 +08:00
Mike Danese
774b6d484d
fix the build
2016-04-15 10:18:58 -07:00
Daniel Smith
84e49854e1
Merge pull request #24129 from uruddarraju/gorestgodep
...
Updating go-restful dependency to fix thirdparty issues
2016-04-14 11:25:22 -07:00
k8s-merge-robot
e121b562c5
Merge pull request #23262 from sttts/sttts-bash-completion-flag-equal
...
Automatic merge from submit-queue
Make kubectl bash-completion namespace and resource alias aware
![kubectl-completion](https://cloud.githubusercontent.com/assets/730123/13912456/94abf9a2-ef3d-11e5-9c8a-3df7058ea8f0.gif )
- filter resource listing by `--namespace` flag given before in the command line
```bash
$ kubectl get pod --namespace=kube-system <tab><tab>
kube-dns-v9-2wuzj kube-dns-v9-llqxa
```
- add completion of `--namespace`
```bash
$ kubectl get pod --namespace=<tab><tab>
[*] default ingress kube-system
```
- add support for plural nouns and aliases like `rc`
2016-04-14 04:26:40 -07:00
Ruddarraju, Uday Kumar Raju
6df648d018
Updating go-restful dependency to fix thirdparty
2016-04-12 02:06:26 -07:00
Thomas Liu
a57bba498f
Bump up yaml.v2 version
2016-04-11 17:07:45 -07:00
Hongchao Deng
2f43fbc6c7
bump up etcd dep to fix watcher race
2016-04-07 19:22:27 -07:00
Dr. Stefan Schimanski
8af3be87e4
Update cobra godep
2016-04-03 16:25:56 +02:00
k8s-merge-robot
b43ccd6e2b
Merge pull request #23506 from Random-Liu/new-docker-client
...
Automatic merge from submit-queue
Kubelet: Start using the official docker engine-api
For #23563 .
This is the **first step** in the roadmap of switching to docker [engine-api](https://github.com/docker/engine-api ).
In this PR, I keep the old `DockerInterface` and implement it with the new engine-api.
With this approach, we could switch to engine-api with minimum change, so that we could:
* Test the engine-api without huge refactoring.
* Send following PRs to refactor functions in `DockerInterface` separately so as to avoid a huge change in one PR.
I've tested this PR locally, it passed all the node conformance test:
```
make test_e2e_node
Ran 19 of 19 Specs in 823.395 seconds
SUCCESS! -- 19 Passed | 0 Failed | 0 Pending | 0 Skipped PASS
Ginkgo ran 1 suite in 13m49.429979585s
Test Suite Passed
```
And it also passed the jenkins gce e2e test:
```
go run hack/e2e.go -test -v --test_args="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
Ran 161 of 268 Specs in 4570.214 seconds
SUCCESS! -- 161 Passed | 0 Failed | 0 Pending | 107 Skipped PASS
Ginkgo ran 1 suite in 1h16m16.325934558s
Test Suite Passed
2016/03/25 15:12:42 e2e.go:196: Step 'Ginkgo tests' finished in 1h16m18.918754301s
```
I'm writing the design document, and will post the switching roadmap in an umbrella issue soon.
@kubernetes/sig-node
2016-04-02 04:51:33 -07:00
k8s-merge-robot
d807690c39
Merge pull request #23387 from hongchaodeng/e
...
Automatic merge from submit-queue
storage.Interface KV impl. of etcd v3
This is the initial implementation of #22448 .
The PR consists of two parts:
- add godep of "clientv3" and "integration" (for testing)
- create new package "etcd3" under "pkg/storage/"
- implement KV methods of storage.Interface using etcd v3 APIs
- Create, Set, Get, Delete, GetToList, List, GuaranteedUpdate
2016-03-31 11:46:43 -07:00
Alex Robinson
cd0caf5312
Merge pull request #23501 from a-robinson/md
...
Update our GCP metadata dependency to include a recent flakiness improvement
2016-03-30 09:51:52 -07:00
Hongchao Deng
e2ef27ee8a
godep: add clientv3 and integration
2016-03-29 19:15:50 -07:00
Yifan Gu
b65a2ceb87
Godeps: Bump rkt API. Run hack/update-godep-licenses.sh
2016-03-28 17:06:14 -07:00
Random-Liu
a6b4378df8
Update Godeps
2016-03-28 15:39:11 -07:00
Alex Robinson
6195c57b2e
Update our GCP metadata dependency to include a recent flakiness improvement.
2016-03-28 18:12:38 +00:00
k8s-merge-robot
5cb94cfab1
Merge pull request #23302 from spxtr/unittest-1.6
...
Auto commit by PR queue bot
2016-03-26 11:56:54 -07:00
David McMahon
47ee746fcc
Merge pull request #23364 from david-mcmahon/godep-licenses
...
Write a parallel (godeps) _workspace tree to hold all the missing files.
2016-03-24 15:35:50 -07:00
k8s-merge-robot
050980b472
Merge pull request #23131 from AlbertoPeon/up_gophercloud
...
Auto commit by PR queue bot
2016-03-23 05:36:21 -07:00
David McMahon
2c5ece3534
Updated Godeps/LICENSES and new Godeps/_workspace_aux/ license files.
2016-03-22 16:50:40 -07:00
k8s-merge-robot
8c02a46c4d
Merge pull request #22486 from thockin/update-gcfg-dep
...
Auto commit by PR queue bot
2016-03-21 18:47:21 -07:00
Joe Finney
c8c2c58afd
Bump spew godep to make hash tests pass on go 1.6.
2016-03-21 15:27:34 -07:00
Marcin
c158d48118
Update Godeps/LICENSES
2016-03-21 10:46:46 +01:00
Hongchao Deng
16a7aae032
godep: bump up etcd to use V3 API
2016-03-18 23:39:47 -07:00
Alberto Peon
19c1f43215
Update gophercloud
2016-03-17 16:42:28 +01:00
Tim Hockin
a073c80e45
Use newer home for gcfg package
...
Switch from obsolete "github.com/scalingdata/gcfg" to "gopkg.in/gcfg.v1".
2016-03-16 08:42:08 -07:00
Vishnu Kannan
750c089e63
Updating cadvisor deps to v0.22.2
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-03-15 15:50:19 -07:00
k8s-merge-robot
747040582b
Merge pull request #22892 from ixdy/verify-all
...
Auto commit by PR queue bot
2016-03-12 04:33:17 -08:00
k8s-merge-robot
afba2f75d1
Merge pull request #22803 from derekwaynecarr/update_cadvisor
...
Auto commit by PR queue bot
2016-03-11 21:52:21 -08:00
Jeff Grafton
8b2ecf4a94
Use LC_ALL=C with the other sort call in update-godep-licenses.sh
...
Also update LICENSES based on this ordering.
2016-03-11 17:29:51 -08:00
k8s-merge-robot
5d58c74398
Merge pull request #22304 from ericchiang/bump_go_oidc
...
Auto commit by PR queue bot
2016-03-11 02:57:09 -08:00
k8s-merge-robot
5e50302a55
Merge pull request #22804 from ncdc/bump-spdystream
...
Auto commit by PR queue bot
2016-03-11 02:18:25 -08:00
Eric Paris
503af7d044
Update Godep/LICENSES
...
So hopefully travis will be happy....
2016-03-10 14:07:10 -05:00
derekwaynecarr
572dd3763b
bump cadvisor to v0.22.1
2016-03-10 13:33:13 -05:00
Andy Goldstein
36243b8081
bump(github.com/docker/spdystream): 449fdfce4d962303d702fec724ef0ad181c92528
2016-03-10 13:02:23 -05:00
k8s-merge-robot
3881fa2f3a
Merge pull request #22105 from timstclair/godeps
...
Auto commit by PR queue bot
2016-03-05 11:27:00 -08:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
k8s-merge-robot
6dbdcfe78f
Merge pull request #22116 from david-mcmahon/license-tool
...
Auto commit by PR queue bot
2016-03-02 07:14:40 -08:00
David McMahon
ffeaef6201
New Godeps LICENSE generation tool.
...
Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure
fast local generation.
2016-03-01 18:16:09 -08:00
Vishnu kannan
92f37d2e56
Update cadvisor to v0.22.0
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-01 15:23:32 -08:00
Eric Chiang
3df0ca5bf9
Godeps: update coreos/go-oidc to remove net/http/httptest import
...
Updates #21114
2016-03-01 11:11:57 -08:00
Tim St. Clair
9da747dea1
Update mesos godeps to remove transient dependency on testify/mock
2016-02-26 17:26:43 -08:00
goltermann
30e75be5a9
Update flocker-go godep to pick up new LICENSE file.
2016-02-22 16:17:54 -08:00
k8s-merge-robot
9b395b558e
Merge pull request #15476 from burmanm/hawkular_save
...
Auto commit by PR queue bot
2016-02-20 19:09:18 -08:00
deads2k
03d66e083a
bump(github.com/hashicorp/golang-lru): a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4
2016-02-19 13:47:43 -05:00
k8s-merge-robot
dd6cc9239d
Merge pull request #21198 from mesosphere/jdef_update_mgo_latest
...
Auto commit by PR queue bot
2016-02-16 06:37:42 -08:00
Jordan Liggitt
056ef49c76
bump(github.com/ugorji/go): 1e4b55517031c729d47ad7397bbc4ce36646166e
2016-02-13 09:15:39 -05:00
James DeFelice
6c25f3711e
update to latest mesos-go for master failover improvements
2016-02-13 13:57:36 +00:00
Michael Burman
528be97b41
Hawkular support for the Initial Resources
2016-02-12 17:36:11 +02:00
Random-Liu
fe710d9197
Bump up version for go-dockerclient/#455
2016-02-09 10:31:19 -08:00
k8s-merge-robot
b3744a5211
Merge pull request #20831 from jonboulle/yifan-gu-bump_rkt
...
Auto commit by PR queue bot
2016-02-09 05:41:56 -08:00
k8s-merge-robot
8fcc105d6d
Merge pull request #20444 from ncdc/flake/19466
...
Auto commit by PR queue bot
2016-02-08 20:46:03 -08:00
Jordan Liggitt
6445aaadcc
bump(ugorji/go): 4a79e5b7b21e51ae8d61641bca20399b79735a32
2016-02-08 15:45:04 -05:00
Yifan Gu
ead87d4f06
Godeps: Bump rkt api, go grpc, go protobuf.
2016-02-08 19:29:40 +01:00
k8s-merge-robot
b73f83d904
Merge pull request #20546 from luxas/update_godep_arm64
...
Auto commit by PR queue bot
2016-02-06 08:49:17 -08:00
k8s-merge-robot
1eff1d52e2
Merge pull request #20033 from bparees/dockerclient_bump
...
Auto commit by PR queue bot
2016-02-05 19:37:22 -08:00
Vishnu kannan
849f06c51c
Updating cadvisor tag to v0.21.1
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-05 17:35:08 -08:00
Lucas Käldström
ba5608a7e4
Update ginkgo and bolt Godeps so k8s builds on ARM64
2016-02-03 08:31:49 +02:00
k8s-merge-robot
ac24a68801
Merge pull request #20094 from mesosphere/jdef_mesos_026_godeps
...
Auto commit by PR queue bot
2016-02-02 03:19:25 -08:00
k8s-merge-robot
171c2ecbe7
Merge pull request #19524 from derekparker/rkt-image-size
...
Auto commit by PR queue bot
2016-02-01 11:53:36 -08:00
Andy Goldstein
b795a1021d
bump(docker/spdystream):106e140db2cb50923efe088bf2906b2ee5a45fec
2016-02-01 12:22:18 -05:00
Marcin Wielgus
a14f791d8c
Revert "Merge pull request #20329 from kubernetes/revert-20323-bump-influxdb"
...
This reverts commit b4188ec459
, reversing
changes made to 28951bd66a
.
2016-02-01 12:12:37 +01:00
Alex Robinson
ae5a6e86df
Merge pull request #20137 from mqliang/fake-time
...
reuse fake clock in the kube repo for kubelet unit tests
2016-01-30 16:37:44 -08:00
Jimmi Dyson
1c289943f5
Ensure kubelet pid is not moved to system container
2016-01-29 09:30:20 +00:00
Fabio Yeon
da19f81e0a
Merge pull request #19739 from vishh/cadvisor-v0.20.2
...
Updating cAdvisor deps to v0.20.4
2016-01-28 16:45:55 -08:00
Filip Grzadkowski
471e602bcd
Merge pull request #20155 from mwielgus/update-heapster-api
...
Update Heapster API in Godeps
2016-01-28 14:14:27 +01:00
Marcin Wielgus
b49cba7182
Update Heapster API in Godeps
2016-01-28 11:55:22 +01:00
James DeFelice
54439b5edc
updated mesos-go, stretchr/testify, and dependent godeps
2016-01-27 17:13:04 +00:00
Filip Grzadkowski
0dedf869c7
Revert "Bumped Heapster version to v0.20.0-alpha and Influxdb to 0.9.2.1"
2016-01-27 17:22:36 +01:00
Piotr Szczesniak
4839f18290
Fixed licenses file
2016-01-27 13:06:58 +01:00
Piotr Szczesniak
331318b3fe
Bumped Influxdb client to v0.9.2.1
2016-01-27 11:09:17 +01:00
Chao Xu
8887d66815
run update-godep-licenses.sh
2016-01-26 17:01:37 -08:00
Chao Xu
d85823b051
update godep
2016-01-26 17:01:37 -08:00
Vishnu kannan
9755c06c58
update godeps licence file
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-26 12:19:25 -08:00
mqliang
c9f4f78273
reuse fake clock in the kube repo for kubelet unit tests
2016-01-26 23:42:00 +08:00
Ben Parees
45a4b4c3bb
bump(github.com/fsouza/go-dockerclient) 25bc220b299845ae5489fd19bf89c5278864b050
2016-01-26 09:38:18 -05:00
k8s-merge-robot
a9bd443a5f
Merge pull request #20107 from eparis/fix-godep
...
Auto commit by PR queue bot
2016-01-25 19:33:48 -08:00
Vishnu kannan
7866ffa71c
Update cadvisor deps to v0.20.4
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-25 17:24:07 -08:00
Eric Paris
f32d7f039b
Update Godeps/LICENSES.md as it seems out of date or something...
2016-01-25 15:49:07 -05:00
Eric Paris
886f19f392
Fix Godeps since godep binary keeps changing
2016-01-25 15:44:03 -05:00
Brendan Burns
61ff7475a8
Add a stray dependency that was missing due to godep update
2016-01-25 10:05:29 -08:00
Brendan Burns
8da756f2ff
Update the docker/spdystream dependency
2016-01-25 09:43:00 -08:00
Rudi Chiarito
aa5e3ab4ca
Add ECR dependencies and refresh Godeps
2016-01-22 15:03:25 -05:00
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
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -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
Karl Isenberg
6125f539b6
Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md
...
- Add Godeps/LICENSES.md
- Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date
- Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed
- Exclude verify-godep-licenses in verify-all
- Add verify-godep-licenses to make verify (used by travis)
- Add verify-godep-licenses to shippable
- Update dev docs to mention update-godep-licenses
2016-01-14 09:05:25 -08:00
Derek Parker
5ad727d932
godep: Update rkt
2016-01-12 14:44:40 -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
Eric Paris
48dcde415e
Update godeps after addition of LICENSE files
...
dcbe29c7a1
Caused godeps to start including the LICENSE file for all vendored deps.
We need to include it now to keep the deps reproducible.
2015-11-04 13:12:06 -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
Yifan Gu
a95b605ff1
Godeps: update appc spec version.
2015-10-15 18:04:07 -07:00
Jimmi Dyson
3276307c7e
libcontainer bump
2015-10-15 21:06:53 +01:00
Jimmi Dyson
a5421270e5
cadvisor bump
2015-10-15 21:06:45 +01:00
Eric Paris
363d8a6fec
Remove all _test.go files in Godep
2015-10-15 11:17:04 -04:00
k8s-merge-robot
a3f2ba2e34
Merge pull request #11694 from ncdc/add-spdy-proxy-support
...
Auto commit by PR queue bot
2015-10-15 06:56:15 -07:00
Wojciech Tyczynski
f659034da5
Update go-etcd dependency
2015-10-13 10:45:45 +02:00
Wojciech Tyczynski
9df9fa7e78
Update ugorji/go/codec dependency
2015-10-13 10:45:29 +02:00
k8s-merge-robot
a4ac5ef564
Merge pull request #14302 from timstclair/prometheus-update
...
Auto commit by PR queue bot
2015-10-09 02:35:09 -07:00
Paul Morie
43f9280a5d
Merge pull request #15127 from swagiaal/bump-go-dockerclient
...
Bump fsouza/go-dockerclient
2015-10-07 14:02:24 -04:00
k8s-merge-robot
e99cfb1311
Merge pull request #14922 from fabianofranz/bump_cobra_pflag
...
Auto commit by PR queue bot
2015-10-06 21:32:15 -07:00
Tim St. Clair
8d49c8e29a
Update prometheus libraries to new versions.
2015-10-06 12:56:14 -07:00
Sami Wagiaalla
5bcf2324a9
Bump fsouza/go-dockerclient
2015-10-05 21:12:29 -04:00
Andy Goldstein
9f1bd07322
Add goproxy test image
2015-10-05 16:05:34 -04:00
Fabiano Franz
c8f817225e
Bump spf13/cobra
2015-10-01 15:45:14 -03:00
Fabiano Franz
64d1e14833
Bump spf13/pflag
2015-10-01 15:44:16 -03:00
Álex González
fa39c2b032
Add flocker volume plugin
...
Flocker [1] is an open-source container data volume manager for
Dockerized applications.
This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.
Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).
The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).
- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`
The contribution introduces a new 'flocker' volume type to the API with
fields:
- `datasetName`: which indicates the name of the dataset in Flocker
added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
requested dataset.
Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder
[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Tim Hockin
5fbcb72241
Merge pull request #14525 from dcbw/cni
...
CNI network plugin
2015-09-29 21:13:26 -07:00
Brendan Burns
223e96b92d
Merge pull request #14770 from ncdc/fix-google-cloudmonitoring-import-path
...
Fix google cloudmonitoring import path
2015-09-29 19:33:33 -07:00
Brendan Burns
4b1d3d8b0c
Merge pull request #14245 from tpounds/update-to-aws-sdk-go-v0.9.9
...
Update to aws-sdk-go v0.9.9
2015-09-29 19:31:14 -07:00
Andy Goldstein
471c2a7d1f
Fix google cloudmonitoring import path
2015-09-29 17:09:45 -04:00
Eric Paris
17d54f42fe
Update golang.org/x/net to fix godep reproducability problem
...
We are debugging why in #14677 but basically godep restore is ending up
on master and no the commit specified in godeps. (reproducable with just
go get, so don't blame godep right off)
To unbreak things this updates golang.org/x/net while we continue to dig
deeping into the core problem...
2015-09-29 11:51:24 -04:00
Rajat Chopra
01dd813ce3
CNI network plugin
...
Add an experimental network plugin implementation named "cni" that
uses the Container Networking Interface (CNI) specification for
configuring networking for pods.
https://github.com/appc/cni/blob/master/SPEC.md
2015-09-25 22:30:37 -05:00
Trevor Pounds
b76f6a021c
Update Godeps to aws-sdk-go v0.9.9.
2015-09-25 17:03:22 -07:00
Brian Grant
1455c7b5d7
Merge pull request #14524 from mesosphere/jdef-fix494-update-mesosgo-deps
...
MESOS: updated mesos-go and dep libs: zk and gogo/protobuf
2015-09-25 13:30:29 -07:00
Brian Grant
bd3a3f1443
Revert "cni network plugin"
2015-09-24 23:24:21 -07:00
Brian Grant
17ecefe9f7
Merge pull request #13766 from rajatchopra/cni
...
cni network plugin
2015-09-24 22:42:31 -07:00
Brian Grant
b6512a441f
Merge pull request #13835 from liggitt/assetfs
...
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-24 16:46:33 -07:00
James DeFelice
db604a6fc9
updated mesos-go and dep libs: zk and gogo/protobuf
2015-09-24 21:33:30 +00:00
Jordan Liggitt
b546045c44
bump(github.com/elazarl/go-bindata-assetfs): 3dcc96556217539f50599357fb481ac0dc7439b9
2015-09-23 08:15:15 -04:00
Sreekanth Pothanis
63ba88a274
updated gophercloud
2015-09-22 13:50:32 -07:00
Rajat Chopra
4dc7485d94
cni network plugin
2015-09-22 11:16:41 -07:00
Piotr Szczesniak
767445c87f
Added google api go client to deps
2015-09-21 09:01:54 +02:00
Eric Paris
c95a7470f1
Update godeps using the new -t option
...
I want to drop all _test.go files, but godep will drop dependancies for
OUR _test.go files. Which is bad. So we have to keep them until that
bug is fixed in godep...
2015-09-19 16:55:12 -04:00
Marek Grabowski
98a971cc2e
Revert "Update prometheus library usage"
2015-09-19 22:18:15 +02:00
Tim St. Clair
045238563a
Remove deprecated prometheus extraction libraries
2015-09-18 14:38:44 -07:00
Tim St. Clair
495f6ef212
Added new prometheus extraction godep & update prometheus library godeps
2015-09-18 14:38:44 -07:00
k8s-merge-robot
f44432ae7b
Merge pull request #13702 from ghodss/ghodss-yaml-upgrade
...
Auto commit by PR queue bot
2015-09-16 22:27:24 -07:00
k8s-merge-robot
1c420bb33f
Merge pull request #13454 from jimmidyson/cadvisor-update
...
Auto commit by PR queue bot
2015-09-09 19:25:25 -07:00
Sam Ghods
f6fb0e9236
Fix yaml booleans and ints not always marshaling to strings
2015-09-08 20:20:05 -07:00
Eric Paris
c6ff44cf27
Godep: update github.com/spf13/cobra
2015-09-04 19:19:42 -04:00
Quinton Hoole
52060f3da5
Merge pull request #13554 from brendandburns/godep
...
Update go-restful
2015-09-04 14:00:43 -07:00
Andy Goldstein
2bf984a5ab
bump(fsouza/go-dockerclient): 76fd6c6
2015-09-04 10:40:42 -04:00
Brendan Burns
535c509dd3
Update go-restful
2015-09-03 08:26:16 -07:00
Jimmi Dyson
d0887aec2b
cadvisor bump to 0.16.0.2
2015-09-01 20:19:37 +01:00
Brendan Burns
9c37fe29c8
Merge pull request #12227 from freeformz/remove_code_google_com
...
s:code.google.com/p:github.com/scalingdata:
2015-09-01 10:07:44 -07:00
Wojciech Tyczynski
9345379467
Revert "Revert "Revert "Bump cadvisor godep"""
2015-09-01 09:00:36 +02:00
Edward Muller
69da77c6b0
s:code.google.com/p:github.com/scalingdata:
...
Because code.google.com is going away. Probably #1 of several.
2015-08-31 11:29:33 -07:00
Wojciech Tyczynski
24a5f7b94b
Revert "Revert "Bump cadvisor godep""
2015-08-28 10:34:57 +02:00
Piotr Szczesniak
31270e5e81
Revert "Bump cadvisor godep"
2015-08-27 10:53:18 +02:00
Yu-Ju Hong
424f232bcb
Merge pull request #13191 from jimmidyson/cadvisor-update
...
Bump cadvisor godep
2015-08-26 13:01:25 -07:00
Jimmi Dyson
3b9cd131b6
Bump cadvisor godep
...
Fixes #13189 , Fixes kubernetes/heapster#500
2015-08-26 20:18:33 +01:00
Filip Grzadkowski
1a8b400c3e
Merge pull request #13147 from mwielgus/hpa_impl
...
Implementation of HorizontalPodAutoscaler
2015-08-26 15:36:27 +02:00
Marcin Wielgus
df0a0ed37e
Implementation of HorizontalPodAutoscaler
2015-08-26 14:51:54 +02:00
Phillip Wittrock
dae4142d5c
Update Kubernetes cadvisor to pull in @b7bbefd9b1d4c1032c6afece425a99ba17e43cdb so that the VersionInfo is not cached.
2015-08-25 14:47:38 -07:00
Nikhil Jindal
03d961a8b3
Merge pull request #12770 from bparees/master
...
bump(fsouza/go-dockerclient): 42d06e2b125654477366c320dcea99107a86e9c2
2015-08-24 11:29:02 -07:00
Janet Kuo
4047e13c13
UPSTREAM: pflags 52: Add shorthand deprecator
2015-08-24 02:15:20 -07:00
Yifan Gu
ad3f6e8e65
Godeps: add Godpes for go-oidc.
2015-08-21 15:34:22 -07:00
Eric Paris
681ee126ff
Update spf13/cobra and spf13/pflag
2015-08-20 15:00:41 -07:00
Mike Danese
017fc52008
remove unused godeps
2015-08-19 22:24:07 -07:00
Marek Grabowski
ff1d3885b4
Merge pull request #12753 from eparis/rebase-pflag
...
Update spf13/pflag to fix StringSlice bug
2015-08-17 10:48:25 +02:00
Ben Parees
594abd540f
bump(fsouza/go-dockerclient): 42d06e2b125654477366c320dcea99107a86e9c2
2015-08-15 15:47:54 -04:00
Eric Paris
b3f0bc835f
Update spf13/pflag to fix StringSlice bug
...
pflag support for string slices were added recently and we converted to
using them. However there is a bug in which the default values of a
string slice do not get overwritten. It hasn't bitten us yet, but I
wouldn't want a new user to get bitten.
2015-08-14 18:46:26 -04:00
Eric Paris
4acf86400f
Add golang.org/x/tools/imports to Godeps
2015-08-13 19:23:15 -04:00
Ewa Socala
e48d4d71ac
Added bitbucket.org/bertimus9/systemstat to godeps
2015-08-12 11:04:06 +02:00
Yifan Gu
7e5cfd137a
Godeps: bump appc/spec to v0.6.1+git.
2015-08-10 11:21:28 -07:00
Satnam Singh
32c23a8b63
Merge pull request #12166 from derekwaynecarr/upgrade_go_docker_client
...
Bump fsouza/go-dockerclient godep
2015-08-07 10:13:05 -07:00
derekwaynecarr
6399d4c8c4
Bump fsouza/go-dockerclient godep
2015-08-06 20:55:42 -04:00
Eric Paris
3fe85d46ff
Update godeps for cobra and pflags
2015-08-06 19:15:14 -04:00
Mike Danese
62a4d5623c
rewrite go imports for godeps
2015-08-05 17:52:56 -07:00
Mike Danese
8e33cbfa28
rewrite go imports
2015-08-05 17:30:03 -07:00
Eric Paris
a29789d60e
Switch from to code.google.com/p/go-uuid/uuid to github.com/pborman/uuid
2015-08-04 20:13:07 -04:00
Eric Paris
12d2638637
Update mesos-go godep (to eliminate its use of code.google.com)
...
This helps us remove one more (dying) Godep import.
2015-08-04 20:11:59 -04:00
Eric Paris
b4fb24f4bd
Move from code.google.com to google.golang.org for google-api-go-client
2015-08-04 20:08:55 -04:00
Alex Mohr
3342b781b4
Merge pull request #12158 from eparis/godeps
...
Auto commit by PR queue bot
2015-08-04 15:57:42 -07:00
Brendan Burns
39735939e9
Update go-github dependency.
2015-08-03 13:53:34 -07:00
Eric Paris
4bb4c73498
Make godeps restore/save clean
...
```
godep restore
rm -rf Godeps
godep save ./...
```
Will, after this change, have no diff.
2015-08-03 14:18:34 -04:00
Eric Paris
40c98735fb
Remove does code from Godeps
...
We have some code in Godeps/files which is completely unused. Delete it.
2015-08-03 14:16:04 -04:00
Eric Paris
67dbc4c6a6
Actually use the version of libcontainer godep thinks we are using
...
When libcontainer was added it was apparently not actually the version
of libcontainer it portends to be. One line was removed from
libcontainer in Godeps which is present in the upstream tree.
This was likely done as it required a definition in a different package
which was not in our tree (and was vendored into libcontainer upstream)
We would be wise to have a test to see if package versions in Godep are
actually the packages they say they are...
2015-08-03 13:58:17 -04:00
Eric Paris
70328d6c37
Bump github.com/syndtr/gocapability/ to latest to support AUDIT_READ
2015-08-03 13:58:17 -04:00
Eric Paris
a8b4e42483
Remove the dead golang.org/x/net/spdy/
2015-08-03 13:58:17 -04:00
Eric Paris
bc07f63190
Update github.com/docker/spdystream
2015-08-03 13:58:17 -04:00
Eric Paris
2ea0e4845b
Fix Godep for mesos
...
You can't have different deps for one part of a git project vs another
2015-08-03 13:58:17 -04:00
Eric Paris
89dc3d56cd
Update go-md2man so godep restore/save work
2015-08-03 12:02:42 -04:00
Dr. Stefan Schimanski
76dc61bcfb
Revert "Revert "Add Mesos hyperkube minion server ""
...
This reverts commit 8372b0d927
.
2015-07-31 20:33:04 +02:00
Mike Danese
8372b0d927
Revert "Add Mesos hyperkube minion server "
2015-07-31 10:47:42 -07:00
Dr. Stefan Schimanski
e0eb0397b8
Add lumberjack to Godeps
2015-07-31 11:27:52 +02:00
Piotr Szczesniak
611b5c8bf5
Updated cadvisor dependency
...
Also added a new dep: gcloud-golang/compute/metadata.
2015-07-30 16:44:10 +02:00
Mike Danese
85781b674d
Merge pull request #11968 from brendandburns/flow
...
Optionally limit flow on all upgraded proxy connections
2015-07-29 16:00:43 -07:00
Mike Danese
b1730b35e4
Merge pull request #11785 from timstclair/tests
...
Use prometheus extraction library for metric parsing in e2e tests
2015-07-29 10:53:19 -07:00
Brendan Burns
dfe3e8076b
Add go-flowrate dependency.
2015-07-28 22:02:29 -07:00
Marek Grabowski
e706e8138b
Merge pull request #11406 from andronat/update_go_restful
...
updated go-restful
2015-07-27 12:57:06 +02:00
Tim St. Clair
6676331663
Add prometheus extraction library to Godeps
2015-07-24 10:23:57 -07:00
Mike Danese
c70d8d4c59
Merge pull request #11108 from mesosphere/fix-10795
...
Fix races in mesos scheduler plugin test
2015-07-24 09:35:29 -07:00
Anastasis Andronidis
2be1cbe0af
updated go-restful
2015-07-24 18:12:05 +02:00
Jan Chaloupka
defe0f82bf
Update github.com/elazarl/go-bindata-assetfs to at least c57a80f1ab2ad67bafa83f5fd0b4c2ecbd253dd5. Otherwise kubernetes does not compile with golang 1.5 due to https://github.com/elazarl/go-bindata-assetfs/pull/13 .
2015-07-20 17:43:03 +02:00
Dr. Stefan Schimanski
05cf9043b5
Update stretchr/testify godep
...
Fix panic in tests using mock due to stretchr/testify#180
2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
f4a5f4c3d5
Update godep mesos-go
...
Fixes mesosphere/kubernetes-mesos#343
2015-07-05 23:53:28 +02:00
Jordan Liggitt
800303c843
Godep: add(github.com/juju/ratelimit): 772f5c38e468398c4511514f4f6aa9a4185bc0a0
2015-06-30 10:01:31 -04:00
Robert Bailey
198b334227
Merge pull request #10197 from mesosphere/ginkgo-skip
...
Use ginkgo's new Skip()
2015-06-26 10:44:34 -07:00
Karl Isenberg
57f62976c5
Update Ginkgo
...
- Adds support for Skip()
2015-06-25 09:39:26 -07:00