Skip to content

Commit

Permalink
Bump Redis Exporter to v1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Nov 10, 2023
1 parent 54bc1ac commit 64a5a5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
| [prometheus] | prometheus | v2.47.0 | ![][prometheus-ver] | ![][prometheus-act] |
| [pushgateway] | prometheus | v1.6.1 | ![][pushgateway-ver] | ![][pushgateway-act] |
| [rabbitmq_exporter] | | v0.29.0 | ![][rabbitmq_exporter-ver] | ![][rabbitmq_exporter-act] |
| [redis_exporter] | | v1.54.0 | ![][redis_exporter-ver] | ![][redis_exporter-act] |
| [redis_exporter] | | v1.55.0 | ![][redis_exporter-ver] | ![][redis_exporter-act] |
| [shield_exporter] | | v0.3.0 | ![][shield_exporter-ver] | ![][shield_exporter-act] |
| [stackdriver_exporter] | | v0.14.1 | ![][stackdriver_exporter-ver] | ![][stackdriver_exporter-act] |
| [statsd_exporter] | | v0.24.0 | ![][statsd_exporter-ver] | ![][statsd_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 @@ -158,10 +158,10 @@ rabbitmq_exporter/rabbitmq_exporter-0.29.0.linux-amd64.tar.gz:
size: 3604790
object_id: 0034971e-2cbd-4fd1-638b-b990b36b08fa
sha: fa1d46a83ecc094d0bddcf3d593008617eba5d18
redis_exporter/redis_exporter-v1.54.0.linux-amd64.tar.gz:
size: 3575697
object_id: 39855922-6e06-42b7-6a6f-5d4c8a385ca1
sha: sha256:8a88b63eb780fe0d2a22fc6d963b6337ef2f122d1e8fae92b962fcab41092574
redis_exporter/redis_exporter-v1.55.0.linux-amd64.tar.gz:
size: 3581157
object_id: c6aff9ab-6b3f-4208-662d-8bb3cc607295
sha: sha256:9c0012dff5c0008f07ae126a6db81789e0f93a259c99889485cef9ea33edc585
shield_exporter/shield_exporter-0.3.0.linux-amd64.tar.gz:
size: 3696892
object_id: 479e7d54-3fc6-4822-53bf-0e16b57e45a9
Expand Down
4 changes: 2 additions & 2 deletions packages/redis_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 redis_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/redis_exporter/redis_exporter-v1.54.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/redis_exporter-v1.54.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/redis_exporter/redis_exporter-v1.55.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/redis_exporter-v1.55.0.linux-amd64/* ${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-v1.54.0.linux-amd64.tar.gz
- redis_exporter/redis_exporter-v1.55.0.linux-amd64.tar.gz

0 comments on commit 64a5a5c

Please sign in to comment.