Skip to content

Commit

Permalink
Bump Stackdriver Exporter to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Aug 27, 2024
1 parent b487cf9 commit 0e53f51
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 @@ -35,7 +35,7 @@
| [rabbitmq_exporter] | | v0.29.0 | ![][rabbitmq_exporter-ver] | ![][rabbitmq_exporter-act] |
| [redis_exporter] | | v1.62.0 | ![][redis_exporter-ver] | ![][redis_exporter-act] |
| [shield_exporter] | | v0.3.0 | ![][shield_exporter-ver] | ![][shield_exporter-act] |
| [stackdriver_exporter] | | v0.15.1 | ![][stackdriver_exporter-ver] | ![][stackdriver_exporter-act] |
| [stackdriver_exporter] | | v0.16.0 | ![][stackdriver_exporter-ver] | ![][stackdriver_exporter-act] |
| [statsd_exporter] | | v0.26.1 | ![][statsd_exporter-ver] | ![][statsd_exporter-act] |
| [util-linux] | grafana | v2.38.1 | ![][util-linux-ver] | |
| [vault_exporter] | | v0.1.3 | ![][vault_exporter-ver] | ![][vault_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 @@ -170,10 +170,10 @@ shield_exporter/shield_exporter-0.3.0.linux-amd64.tar.gz:
size: 3696892
object_id: 479e7d54-3fc6-4822-53bf-0e16b57e45a9
sha: 6f1f98f54e15212f3405309f52b7666770fc15e3
stackdriver_exporter/stackdriver_exporter-0.15.1.linux-amd64.tar.gz:
size: 11424193
object_id: 8a90b84b-a265-40c9-7957-90942025e4d2
sha: sha256:041ba0794074983fb015968c37a703a3b59a6ec178b4a6d0935e4e5a8b7299d6
stackdriver_exporter/stackdriver_exporter-0.16.0.linux-amd64.tar.gz:
size: 11468674
object_id: 5a9453dc-1c61-440c-616c-8afa5bdedaaa
sha: sha256:032880f244a4a429f25aebfa94304b787d517f019c1ff3d830d1eac14f3c8cf3
statsd_exporter/statsd_exporter-0.26.1.linux-amd64.tar.gz:
size: 8172250
object_id: 84d44a8e-8cf7-468a-4f1a-882e0d8d4539
Expand Down
4 changes: 2 additions & 2 deletions packages/stackdriver_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 stackdriver_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/stackdriver_exporter/stackdriver_exporter-0.15.1.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/stackdriver_exporter-0.15.1.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/stackdriver_exporter/stackdriver_exporter-0.16.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/stackdriver_exporter-0.16.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/stackdriver_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: stackdriver_exporter

files:
- common/utils.sh
- stackdriver_exporter/stackdriver_exporter-0.15.1.linux-amd64.tar.gz
- stackdriver_exporter/stackdriver_exporter-0.16.0.linux-amd64.tar.gz

0 comments on commit 0e53f51

Please sign in to comment.