Skip to content

Commit

Permalink
Upgrade redis_exporter to v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Jun 18, 2018
1 parent 8bd2ac3 commit 7f5c30d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ rabbitmq_exporter/rabbitmq_exporter-0.28.0.linux-amd64.tar.gz:
size: 3018306
object_id: e5a3396a-25a5-40b3-581c-02a28804e213
sha: 692e9d02c5eea24ebf85436649195f5fc9405da5
redis_exporter/redis_exporter-v0.18.0.linux-amd64.tar.gz:
size: 2772687
object_id: a274ec8a-6d3f-4fd4-576f-49144f05e820
sha: 7a5656c2481e0d1cb2ba57b9b66ed787eb7fc137
redis_exporter/redis_exporter-v0.19.1.linux-amd64.tar.gz:
size: 2776166
object_id: b593e734-1068-402e-478a-fdc29c773d0b
sha: b3729fe2f6bb831d81dd349502b8b5c9527cfe84
shield_exporter/shield_exporter-0.3.0.linux-amd64.tar.gz:
size: 3696892
object_id: 479e7d54-3fc6-4822-53bf-0e16b57e45a9
Expand Down
2 changes: 1 addition & 1 deletion packages/redis_exporter/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common

# Extract redis_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/redis_exporter/redis_exporter-v0.18.0.linux-amd64.tar.gz -C ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/redis_exporter/redis_exporter-v0.19.1.linux-amd64.tar.gz -C ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/redis_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: redis_exporter

files:
- common/utils.sh
- redis_exporter/redis_exporter-v0.18.0.linux-amd64.tar.gz
- redis_exporter/redis_exporter-v0.19.1.linux-amd64.tar.gz

0 comments on commit 7f5c30d

Please sign in to comment.