Skip to content

Commit

Permalink
Bump Consul_Exporter to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Aug 27, 2024
1 parent ceef777 commit f6176e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ collectd_exporter/collectd_exporter-0.6.0.linux-amd64.tar.gz:
size: 7766571
object_id: 5eb94259-fed2-447f-4b45-e7033fae9b36
sha: sha256:5e8345299e8d9df682d8032678095d20b1fa4178505389c52e03ed98c83f7ec8
consul_exporter/consul_exporter-0.12.0.linux-amd64.tar.gz:
size: 9203988
object_id: 8cf00766-4958-49a3-6755-929449c3bf8b
sha: sha256:5fcf6b2baf183a5a9e688826416fc11025b63989b30ad0af20edc3b7143e0144
consul_exporter/consul_exporter-0.12.1.linux-amd64.tar.gz:
size: 9214026
object_id: 157acc04-c1fa-48c0-62c8-6320a3660683
sha: sha256:ea385176714dc6692c44ccedeb3c23f66d410a4820ae51179a62db9de56eb54d
credhub_exporter/credhub_exporter_0.43.0_linux_amd64.tar.gz:
size: 4155880
object_id: c51181a0-fd44-4cd6-4167-774d62df1e07
Expand Down
4 changes: 2 additions & 2 deletions packages/consul_exporter/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 consul_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/consul_exporter/consul_exporter-0.12.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/consul_exporter-0.12.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/consul_exporter/consul_exporter-0.12.1.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/consul_exporter-0.12.1.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/consul_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: consul_exporter

files:
- common/utils.sh
- consul_exporter/consul_exporter-0.12.0.linux-amd64.tar.gz
- consul_exporter/consul_exporter-0.12.1.linux-amd64.tar.gz

0 comments on commit f6176e5

Please sign in to comment.