David Ashpole
3166cdae87
add utils/clock dependency
2017-11-21 16:19:57 -08:00
David Ashpole
3a347ec3fe
Revert "add apimachinery clock dependency"
...
This reverts commit fd43dc16ba
.
2017-11-21 14:21:47 -08:00
David Ashpole
fd43dc16ba
add apimachinery clock dependency
2017-11-20 13:15:15 -08:00
David Ashpole
ece1334172
update testify dependency
2017-11-17 16:15:28 -08:00
David Ashpole
6988e70a3d
Revert "fix #1708 ; move from inotify to fsnotify"
...
This reverts commit e6b6a1ac57
.
2017-11-17 10:28:28 -08:00
abhi
3495851c7a
Updating godeps
...
Signed-off-by: abhi <abhi@docker.com>
2017-11-14 17:37:50 -08:00
Rohit Agarwal
e1b4d79992
Update gonvml to workaround bazelbuild/rules_go#1003 .
2017-11-10 15:06:44 -08:00
abhi
e5d8730f4a
Updating grpc version to v1.3.0
...
This commit includes godep change to update the grpc version
and also updates rkt version to v1.25.0.
A minor change has been made in the client based on how rkt
client is used in kubernetes/kubernetes.
Signed-off-by: abhi <abhi@docker.com>
2017-11-09 17:32:18 -08:00
Rohit Agarwal
318f28bef6
Vendor Go bindings for NVML. Don't build a static binary.
...
We can't build a static binary because that would require bundling the
closed source NVML library in cAdvisor.
Instead, gonvml uses dlopen to dynamically load NVML.
2017-11-01 14:41:35 -07:00
Tobias Klauser
e5135c223d
Update golang.org/x/sys dependency
2017-10-31 12:13:43 +01:00
David Ashpole
eaa3532918
Merge pull request #1755 from bakins/update-zfs
...
Update go-zfs dependency
2017-10-28 12:38:18 -07:00
Brian Akins
752f2cd121
Update go-zfs dependency
...
Update go-zfs dependency
2017-10-28 09:34:43 -04:00
David Ashpole
888a529088
fix #1743 ; move off of docker/engine-api
2017-09-28 11:05:13 -07:00
David Ashpole
e6b6a1ac57
fix #1708 ; move from inotify to fsnotify
2017-09-28 10:57:49 -07:00
David Ashpole
35de579b37
update distribution
2017-09-01 13:28:43 -07:00
David Ashpole
20bd275f77
update docker/docker, and docker/distribution
2017-09-01 11:17:14 -07:00
Euan Kemp
cfb16f102b
godeps: vendor in kmsgparser
2017-08-30 15:35:40 -07:00
David Ashpole
92cca44f5d
update docker godeps
2017-08-29 13:19:44 -07:00
David Ashpole
8ba18456d5
update runc godep
2017-08-25 13:42:26 -07:00
Seth Jennings
749f73148b
bump(github.com/opencontainers/runc/libcontainer): 4d6225ae
2017-08-22 16:38:37 -05:00
Tobias Schmidt
c5ee516e6f
Stop using the global prometheus registry
...
Replace usage of the global Prometheus registry with a private registry
object which will be exported under the given prometheus path.
2017-05-23 17:37:52 +02:00
Tobias Schmidt
bd6ef47876
Update vendored prometheus packages
2017-05-23 17:37:52 +02:00
Justin Santa Barbara
c954f88700
Update aws-sdk-go to 1.6.10
2017-01-12 11:30:58 -05:00
derekwaynecarr
1c63c39c6e
Update runc libcontainer dependency
2016-09-22 15:34:59 -04:00
Tim St. Clair
e7576e5790
Moved google.golang.org/cloud/compute/metadata to cloud.google.com/go/compute/metadata
2016-09-13 13:59:03 -07:00
Lantao Liu
b351411510
Bump up go-systemd to 4484981625c1a6a2ecb40a390fcb6a9bcfee76e3.
2016-07-20 20:41:21 -07:00
Vishnu kannan
d4ce3dccdd
update docker to v1.11.2
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 16:55:05 -07:00
Vishnu kannan
4c0d60d9de
update libcontainer deps
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -07:00
Vishnu kannan
de4af1288b
moving deps to vendor subdirectory
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:19:43 -07:00
Kris
24e872fa73
Updating inotify to fix memory leak
2016-06-22 18:38:02 -07:00
Shaya Potter
6fa3687720
Polling rkt implementation of new watcher inteface ( #1284 )
...
polling rkt implementation of new watcher inteface
2016-05-17 10:34:56 -07:00
Victor Palma
58b26c9d2a
add optional TLS client auth to Kafka storage
2016-05-06 15:40:29 -05:00
Tim St. Clair
05fb225624
Merge pull request #1269 from sjpotter/update-rkt
...
version checking for rkt + godep changes
2016-05-06 12:40:40 -07:00
Shaya Potter
44795d7ce0
add version checking for rkt api service + godep changes
2016-05-06 01:01:20 -07:00
Tim St. Clair
6c25ee3df6
Clean up cAdvisor Godeps
...
Workflow:
```
$ go get -u github.com/tools/godep
$ godep restore
$ rm -rf Godeps
$ godep save ./...
```
This deletes orphaned packages such as
github.com/fsouza/go-dockerclient, and cleans up the workspace to match
the latest godeps rules (e.g. don't vendor vendor directories).
2016-05-02 15:32:45 -07:00
Lantao Liu
998aa4ad48
Update Godeps.
2016-04-25 19:22:05 -07:00
Paul Morie
d68dd18694
Bump godep for go-dockerclient
2016-04-19 16:25:56 -04:00
Shaya Potter
37a17840c0
update rkt to 1.4.0
2016-04-15 14:52:29 -07:00
Tim St. Clair
d2bb061da0
Bump go-dockerclient godep version
2016-04-04 16:28:19 -07:00
Shaya Potter
4d0f8fafbe
Godeps changes needed for rkt client support
2016-03-21 17:34:42 -07:00
Eric Chiang
10166c1491
Godeps: revendor packags with more up-to-date godep version
...
Closes #1161
2016-03-15 14:38:21 -07:00
Erez Freiberger
a32a138c9e
bump(github.com/aws/aws-sdk-go) 72440a9c5a884936f1c679591fcf04e31a9b772a
2016-02-18 15:28:27 +02:00
Tim St. Clair
f5bceae3a2
Merge pull request #1033 from asteris-llc/master
...
Add the support for kafka in cAdvisor's storage, including output of container id and labels
2016-01-29 17:17:06 -05:00
Allison Richardet
ea85c4009f
Add Kafka storage Godeps
2016-01-27 21:37:00 -06:00
Jimmi Dyson
f9bd97b337
bump(github.com/opencontainers/runc/libcontainer)
...
runc was retagged at 0.0.7 - this uses the correct tag.
2016-01-27 09:38:37 +00:00
Jimmi Dyson
33386f899b
bump(github.com/opencontainers/runc/libcontainer)
...
Fixes issues with breaking changes to ``GetPids` which is affecting
downstream consumers of cadvisor (e.g. Kubernetes).
2016-01-26 09:46:59 +00:00
Vishnu kannan
ae38e6f460
Update docker dependency.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-21 14:57:18 -08:00
Vish Kannan
01434a1c54
Merge pull request #1020 from miguel250/zfs-support
...
Add support ZFS filesystem
2016-01-13 11:52:37 -08:00
Jimmi Dyson
49ee94d677
Fix up missing godeps
2016-01-07 14:32:38 +00:00
Matthias Nüßler
071e910ba2
Update InfluxDB dependency to v0.9.5.1
2016-01-07 14:32:38 +00:00