Skip to content

Commit

Permalink
Bump Postgres Exporter to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Oct 25, 2023
1 parent 5ebad75 commit 6e470fb
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 @@ -29,7 +29,7 @@
| [mysqld_exporter] | | v0.14.0 | ![][mysqld_exporter-ver] | ![][mysqld_exporter-act] |
| [nats_exporter] | | v1.0.0 | ![][nats_exporter-ver] | ![][nats_exporter-act] |
| [nginx] | prometheus | v1.24.0 | ![][nginx-ver] | |
| [postgres_exporter] | | v0.13.2 | ![][postgres_exporter-ver] | ![][postgres_exporter-act] |
| [postgres_exporter] | | v0.14.0 | ![][postgres_exporter-ver] | ![][postgres_exporter-act] |
| [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] |
Expand Down
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ nginx/pcre-8.45.tar.gz:
size: 2096552
object_id: 07d80377-8e45-4f83-7d5b-47c2df280efb
sha: sha256:4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09
postgres_exporter/postgres_exporter-0.13.2.linux-amd64.tar.gz:
size: 8572595
object_id: 5772af79-93aa-4702-59ca-112d87b804fe
sha: sha256:33f820116a1c0cfc0a069d237036e05c142d216976b6fcb7c11df5abf5a537f8
postgres_exporter/postgres_exporter-0.14.0.linux-amd64.tar.gz:
size: 8620712
object_id: 1507102e-f28f-46cc-45d4-b66db1dbf3e6
sha: sha256:389f8c8d9a57132b9744b2108bee168085da729b574de5996e42cda15110c672
prometheus/prometheus-1.8.2.linux-amd64.tar.gz:
size: 17748716
object_id: 54fd8c7b-a676-44cd-64b2-d5788552e607
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres_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 postgres_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/postgres_exporter/postgres_exporter-0.13.2.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/postgres_exporter-0.13.2.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/postgres_exporter/postgres_exporter-0.14.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/postgres_exporter-0.14.0.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/postgres_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: postgres_exporter

files:
- common/utils.sh
- postgres_exporter/postgres_exporter-0.13.2.linux-amd64.tar.gz
- postgres_exporter/postgres_exporter-0.14.0.linux-amd64.tar.gz

0 comments on commit 6e470fb

Please sign in to comment.