Skip to content

Commit

Permalink
Upgrade prometheus to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Jun 19, 2018
1 parent 7f5c30d commit 9c557f2
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 @@ -106,10 +106,10 @@ prometheus/prometheus-1.8.2.linux-amd64.tar.gz:
size: 17748716
object_id: 54fd8c7b-a676-44cd-64b2-d5788552e607
sha: 33101ac86a6376680c3b44b63db47f1754d77a1a
prometheus/prometheus-2.3.0.linux-amd64.tar.gz:
size: 27403308
object_id: a40b32e9-ffcc-4d77-4629-7948e4a243f4
sha: 3e8b352f3668b64ea3f6a878dcc3527ea4b3f474
prometheus/prometheus-2.3.1.linux-amd64.tar.gz:
size: 27402160
object_id: a2f29e6f-6641-454b-7039-8ea9b3ac7882
sha: 10aba72cfa6eaa3909b4d79af81b97a9e1c03ca0
pushgateway/pushgateway-0.5.2.linux-amd64.tar.gz:
size: 4566057
object_id: e6066543-cdff-4d9e-5a62-ca40873985c1
Expand Down
4 changes: 2 additions & 2 deletions packages/prometheus2/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 prometheus package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/prometheus/prometheus-2.3.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/prometheus-2.3.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/prometheus/prometheus-2.3.1.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/prometheus-2.3.1.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/prometheus2/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: prometheus2

files:
- common/utils.sh
- prometheus/prometheus-2.3.0.linux-amd64.tar.gz
- prometheus/prometheus-2.3.1.linux-amd64.tar.gz

0 comments on commit 9c557f2

Please sign in to comment.