Skip to content

Commit 61f0c8f

Browse files
committed
Upgrade firehose_exporter to v6.2.0
1 parent 795efbc commit 61f0c8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config/blobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ elasticsearch_exporter/elasticsearch_exporter-1.1.0.linux-amd64.tar.gz:
3838
size: 3632462
3939
object_id: 985f1a9f-9883-48c0-6f05-8e739db410a5
4040
sha: sha256:1d2444d7cbf321cb31d58d2fecc08c8bc90bbcec581f8a1ddb987f9ef425482b
41-
firehose_exporter/firehose_exporter-6.1.0.linux-amd64.tar.gz:
42-
size: 9092157
43-
object_id: 879c7a3f-3fc0-4180-563b-52ae1511a3af
44-
sha: sha256:4e02b9998c72b7fe3d69a3db474bb6feb544f95751653f4b6a1fced3fb4144f2
41+
firehose_exporter/firehose_exporter-6.2.0.linux-amd64.tar.gz:
42+
size: 9102454
43+
object_id: 065e08b0-0023-46ba-4955-ee5daf5e40f0
44+
sha: sha256:6f81a643a158a578c7e8b08e3fc06044ba957806d87c33d58955c1142cd54d8f
4545
fontconfig/fontconfig-2.13.92.tar.gz:
4646
size: 2127384
4747
object_id: 2ff7a520-f3dd-487f-6af0-e7a7a8f758f3

packages/firehose_exporter/packaging

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common
88

99
# Extract firehose_exporter package
1010
mkdir -p ${BOSH_INSTALL_TARGET}/bin
11-
tar xzvf ${BOSH_COMPILE_TARGET}/firehose_exporter/firehose_exporter-6.1.0.linux-amd64.tar.gz
12-
cp -a ${BOSH_COMPILE_TARGET}/firehose_exporter-6.1.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
11+
tar xzvf ${BOSH_COMPILE_TARGET}/firehose_exporter/firehose_exporter-6.2.0.linux-amd64.tar.gz
12+
cp -a ${BOSH_COMPILE_TARGET}/firehose_exporter-6.2.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin

packages/firehose_exporter/spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: firehose_exporter
33

44
files:
55
- common/utils.sh
6-
- firehose_exporter/firehose_exporter-6.1.0.linux-amd64.tar.gz
6+
- firehose_exporter/firehose_exporter-6.2.0.linux-amd64.tar.gz

0 commit comments

Comments
 (0)