David Porter
761dd3640e
deps: Bump to cAdvisor v0.47.1
...
Signed-off-by: David Porter <david@porter.me>
2023-01-11 16:07:12 -08:00
David Porter
d9fda8ab3b
vendor: Bump cAdvisor to v0.45.0
...
Signed-off-by: David Porter <david@porter.me>
2022-08-03 09:47:06 -07:00
Elana Hashman
07af1bab70
deps: update runc to 1.1.0
...
This updates vendored runc/libcontainer to 1.1.0,
and google/cadvisor to a version updated to runc 1.1.0
(google/cadvisor#3048 ).
Changes in vendor are generated by (roughly):
./hack/pin-dependency.sh github.com/google/cadvisor v0.44.0
./hack/pin-dependency.sh github.com/opencontainers/runc v1.1.0
./hack/update-vendor.sh
./hack/lint-dependencies.sh # And follow all its recommendations.
./hack/update-vendor.sh
./hack/update-internal-modules.sh
./hack/lint-dependencies.sh # Re-check everything again.
Co-Authored-By: Kir Kolyshkin <kolyshkin@gmail.com>
2022-03-28 16:23:18 -07:00
David Porter
c6452be958
Bump cAdvisor to v0.43.0
...
Bumping cAdvisor from v0.39.2 -> v0.43.0
* Also pin transitive dependencies
* containerd v1.4.9 -> v1.4.11
* docker v20.10.2+incompatible> v20.10.7+incompatible
Signed-off-by: David Porter <david@porter.me>
2021-11-09 17:09:00 -08:00
Giuseppe Scrivano
5b0bafabf6
vendor: upgrade cadvisor to 0.39.2
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-06-01 15:20:27 +02:00
David Porter
b5dd78da3d
vendor: cadvisor v0.39.0
...
Main upgrades:
- github.com/opencontainers/runc v1.0.0-rc93
- github.com/containerd/containerd v1.4.4
- github.com/docker/docker v20.10.2
- github.com/mrunalp/fileutils v0.5.0
- github.com/opencontainers/selinux v1.8.0
- github.com/cilium/ebpf v0.2.0
2021-03-08 22:10:29 -08:00
David Porter
8af7405f17
vendor: cadvisor v0.38.4
2020-11-13 19:52:57 +00:00
Davanum Srinivas
082578c22f
Updating dependency github.com/google/cadvisor to version 6a8d614
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-16 07:52:56 -04:00
Davanum Srinivas
4274ea2c89
Update cadvisor and containerd
2020-03-25 12:01:19 -04:00
David Ashpole
a445c97a0e
update cadvisor dependency to v0.35.0
2019-11-27 14:22:51 -08:00
Tarun Pothulapati
ce31366baf
pinned cadvisor to a latest commit
...
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2019-08-08 17:56:37 +05:30
David Ashpole
4e063fe007
update cadvisor godeps to v0.33.0
2019-02-27 11:02:48 -08:00
Davanum Srinivas
3fe776f24b
Update vendor dependencies
...
Change-Id: I3b1ca9f2687388c831d9d46a4e1de413ffae06ac
2018-11-10 07:50:31 -05:00
David Ashpole
21fd3c5cfd
update cadvisor godeps to v0.30.1 to revert cadvisor#1916
2018-06-11 11:36:17 -07:00
David Ashpole
4df5bd0917
update cadvisor godeps to v0.30.0
2018-06-05 17:05:35 -07:00
Seth Jennings
fa71aac011
bump(github.com/google/cadvisor): 27e1acbb4ef0fe1889208b21f8f4a6d0863e02f6
2017-08-18 13:58:23 -05:00
David Ashpole
066d61ce0a
update cadvisor godeps
2017-06-04 15:00:23 -07:00
Tobias Schmidt
165e2b6bc9
Update cAdvisor to 2ed7198
...
* Add container_cpu_cfs_* metrics (CPU throttling due to limits)
* Add container_memory_swap metric
* Ensure minimum kernel version for thin_ls
Diff: c6c06d4...2ed7198
2016-08-17 15:24:04 -04:00
Tim St. Clair
237f90d6ee
Bump cAdvisor (and dependencies) godeps version
2016-05-23 10:48:56 -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