Skip to content

Commit ceb5b69

Browse files
authored
bump cadvisor to v0.47.0 (#469)
1 parent eb289d3 commit ceb5b69

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| [util-linux] | *internal* | v2.36.1 | ![][util-linux-ver] | |
2323
| [jq] | *internal* | v1.6 | ![][jq-ver] | ![][jq-act] |
2424
| [libxml2] | *internal* | v2.9.10 | ![][libxml2-ver] | |
25-
| [cadvisor] | | v0.46.0 | ![][cadvisor-ver] | ![][cadvisor-act] |
25+
| [cadvisor] | | v0.47.0 | ![][cadvisor-ver] | ![][cadvisor-act] |
2626
| [collectd_exporter] | | v0.5.0 | ![][collectd_exporter-ver] | ![][collectd_exporter-act] |
2727
| [consul_exporter] | | v0.9.0 | ![][consul_exporter-ver] | ![][consul_exporter-act] |
2828
| [elasticsearch_exporter] | | v1.5.0 | ![][elasticsearch_exporter-ver] | ![][elasticsearch_exporter-act] |

config/blobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ bosh_tsdb_exporter/bosh_tsdb_exporter-0.2.0.linux-amd64.tar.gz:
1414
size: 3517628
1515
object_id: 803f9cdf-4cc8-4dcf-4be4-1811ae11a6c8
1616
sha: a76c831d007b2097fe47a3bb2db7ed249d122c79
17-
cadvisor/cadvisor-v0.46.0-linux-amd64:
18-
size: 29
19-
object_id: 036b5e7f-22a0-47f9-7935-bb49a6f34a34
20-
sha: sha256:3cd8cda66399b60836a3e08ad0ec596a8650e4ff584736e0631e653229804e95
17+
cadvisor/cadvisor-v0.47.0-linux-amd64:
18+
size: 44642706
19+
object_id: 92e9dea2-22f4-4284-510a-a5697dc25328
20+
sha: sha256:caf4491298e0702f9d0c6a1d1949767f5c6400f77e12cd3524d6d3fcc66abc2a
2121
cf_exporter/cf_exporter_1.0.1.linux-amd64.tar.gz:
2222
size: 6987930
2323
object_id: ad87a513-3fc3-46d3-6cf5-b1554a2e500d

packages/cadvisor/packaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common
88

99
# Extract cadvisor package
1010
mkdir -p ${BOSH_INSTALL_TARGET}/bin
11-
cp ${BOSH_COMPILE_TARGET}/cadvisor/cadvisor-v0.46.0-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/cadvisor
11+
cp ${BOSH_COMPILE_TARGET}/cadvisor/cadvisor-v0.47.0-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/cadvisor
1212
chmod +x ${BOSH_INSTALL_TARGET}/bin/cadvisor

packages/cadvisor/spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: cadvisor
33

44
files:
55
- common/utils.sh
6-
- cadvisor/cadvisor-v0.46.0-linux-amd64
6+
- cadvisor/cadvisor-v0.47.0-linux-amd64

0 commit comments

Comments
 (0)