Commit Graph

17 Commits

Author SHA1 Message Date
Davanum Srinivas
ba815311f7
update to released tags of containerd/ projects
No change in SHA, same existing SHA now has a v1.0.0 tag

- 8375c3424e
- 92c8520ef9
- a93fcdb778

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-25 13:10:50 -04:00
Davanum Srinivas
120a062049
Move to newer k8s.io/utils
Pick up changes in:
a905ae5f52ca711453609d0decaa2e2fa318e829

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-03-24 18:08:43 -04:00
Jordan Liggitt
c22edbcc7d Move api, http, healthz, pages to cmd/internal 2020-03-23 16:48:40 +00:00
Jordan Liggitt
9b7fcb5801 Add github.com/google/cadvisor/cmd module 2020-03-23 16:48:40 +00:00
Shengjing Zhu
3b75b98f8f Bump github.com/prometheus/client_golang and related
+ github.com/prometheus/client_golang v0.9.1 -> v1.0.0
+ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 -> v0.2.0
+ github.com/prometheus/common v0.0.0-20170220103846-49fee292b27b -> v0.4.1

Sync with the version used in k8s.
Other changes in go.mod is caused by `go mod tidy`
2020-03-20 21:59:21 +08:00
iwankgb
a8de0e0fff
Nvm and dimm information (#2415)
* Adding information about memory capacity and number of memory DIMMs by memory type

Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
2020-03-06 11:56:13 -08:00
David Ashpole
f4a66f7375
Merge pull request #2407 from dims/update-opencontainers-runc-to-rc10
Bump dependency opencontainers/runc@v1.0.0-rc10
2020-02-28 09:00:52 -08:00
Davanum Srinivas
e5b773ef50
Bump github.com/opencontainers/selinux to v1.3.3
To pick up a fix for a regression:
4e413ab114

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 11:40:45 -05:00
Davanum Srinivas
8e1802154d
Bump dependency opencontainers/runc@v1.0.0-rc10
Need to match what we did already in kubernetes:
088ee920e0

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 09:38:47 -05:00
Davanum Srinivas
043bcb03a4
update opencontainers/selinux to 1.3.2 2020-02-26 09:52:57 -05:00
Davanum Srinivas
e483fa9658
update containerd, docker/distribution and mindprince/gonvml 2020-02-26 09:52:49 -05:00
David Ashpole
fb50679e9d update assets to fix builds 2020-02-24 10:54:56 -08:00
Davanum Srinivas
774561cf1a
Switch from using docker/docker to k8s.io/utils for mount 2020-01-22 14:11:28 -05:00
Davanum Srinivas
3fae3c3233
Switch to newer github.com/mistifyio/go-zfs
To avoid the pborman/uuid dependency. Both k8s and go-zfs have dropped
the pborman/uuid dependency
b6cafe7fb9
https://github.com/kubernetes/kubernetes/pull/84770
2020-01-09 11:53:32 -05:00
Davanum Srinivas
07225f7977
Move to newer docker/docker already used in kubernetes
- `go get github.com/docker/docker@v0.7.3-0.20190327010347-be7ac8be2ae0`
- `go mod vendor`
2020-01-08 16:45:35 -05:00
Davanum Srinivas
f1fa3d4631
Update to containerd 1.3.2
- `go get -u github.com/containerd/containerd`
- `go mod vendor`
2020-01-08 11:57:59 -05:00
Daniel, Dao Quang Minh
236f41d419 Add support for go module (#2338)
* add go module support, update go-bindata ref, bump runc dep

```
go mod init github.com/google/cadvisor
go mod tidy

go get github.com/matttproud/golang_protobuf_extensions@c182affec369e30f25d3eb8cd8a478dee585ae7d
go get github.com/containerd/typeurl@5eb25027c9fdd675e1db2bd25af02f5db75027ab
```

Somehow the dependencies retrieved by `go mod init` was mismatched (maybe because
runc itself does not support go module yet ?). This fixes the dependencies retrieved
in go module, the packages bump itself seems sane.

The original go-bindata is unmaintained and is on an old revision, so our usage
of it is outdated. Changed to https://github.com/kevinburke/go-bindata which
seems to be a more official and well maintained fork, and bump to latest version.
2019-12-03 10:41:37 -08:00