Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump cadvisor to v0.47.0 #469

Merged
merged 1 commit into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| [util-linux] | *internal* | v2.36.1 | ![][util-linux-ver] | |
| [jq] | *internal* | v1.6 | ![][jq-ver] | ![][jq-act] |
| [libxml2] | *internal* | v2.9.10 | ![][libxml2-ver] | |
| [cadvisor] | | v0.46.0 | ![][cadvisor-ver] | ![][cadvisor-act] |
| [cadvisor] | | v0.47.0 | ![][cadvisor-ver] | ![][cadvisor-act] |
| [collectd_exporter] | | v0.5.0 | ![][collectd_exporter-ver] | ![][collectd_exporter-act] |
| [consul_exporter] | | v0.9.0 | ![][consul_exporter-ver] | ![][consul_exporter-act] |
| [elasticsearch_exporter] | | v1.5.0 | ![][elasticsearch_exporter-ver] | ![][elasticsearch_exporter-act] |
Expand Down
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ bosh_tsdb_exporter/bosh_tsdb_exporter-0.2.0.linux-amd64.tar.gz:
size: 3517628
object_id: 803f9cdf-4cc8-4dcf-4be4-1811ae11a6c8
sha: a76c831d007b2097fe47a3bb2db7ed249d122c79
cadvisor/cadvisor-v0.46.0-linux-amd64:
size: 29
object_id: 036b5e7f-22a0-47f9-7935-bb49a6f34a34
sha: sha256:3cd8cda66399b60836a3e08ad0ec596a8650e4ff584736e0631e653229804e95
cadvisor/cadvisor-v0.47.0-linux-amd64:
size: 44642706
object_id: 92e9dea2-22f4-4284-510a-a5697dc25328
sha: sha256:caf4491298e0702f9d0c6a1d1949767f5c6400f77e12cd3524d6d3fcc66abc2a
cf_exporter/cf_exporter_1.0.1.linux-amd64.tar.gz:
size: 6987930
object_id: ad87a513-3fc3-46d3-6cf5-b1554a2e500d
Expand Down
2 changes: 1 addition & 1 deletion packages/cadvisor/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common

# Extract cadvisor package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
cp ${BOSH_COMPILE_TARGET}/cadvisor/cadvisor-v0.46.0-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/cadvisor
cp ${BOSH_COMPILE_TARGET}/cadvisor/cadvisor-v0.47.0-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/cadvisor
chmod +x ${BOSH_INSTALL_TARGET}/bin/cadvisor
2 changes: 1 addition & 1 deletion packages/cadvisor/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: cadvisor

files:
- common/utils.sh
- cadvisor/cadvisor-v0.46.0-linux-amd64
- cadvisor/cadvisor-v0.47.0-linux-amd64