Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump postgres_exporter to v0.12.0 #471

Merged
merged 1 commit into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
| [mongodb_exporter] | | v1.0.0 | ![][mongodb_exporter-ver] | ![][mongodb_exporter-act] |
| [mysqld_exporter] | | v0.14.0 | ![][mysqld_exporter-ver] | ![][mysqld_exporter-act] |
| [nats_exporter] | | v1.0.0 | ![][nats_exporter-ver] | ![][nats_exporter-act] |
| [postgres_exporter] | | v0.11.1 | ![][postgres_exporter-ver] | ![][postgres_exporter-act] |
| [postgres_exporter] | | v0.12.0 | ![][postgres_exporter-ver] | ![][postgres_exporter-act] |
| [rabbitmq_exporter] | | v0.29.0 | ![][rabbitmq_exporter-ver] | ![][rabbitmq_exporter-act] |
| [redis_exporter] | | v1.48.0 | ![][redis_exporter-ver] | ![][redis_exporter-act] |
| [shield_exporter] | | v0.3.0 | ![][shield_exporter-ver] | ![][shield_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.11.1.linux-amd64.tar.gz:
size: 7809573
object_id: 98af1667-7c8d-47bf-7c0d-79c2fa53a9a7
sha: sha256:ec27e2a52b764c4313076ea6db335607cc40fb8a503dcb74d9517dc8baf049f0
postgres_exporter/postgres_exporter-0.12.0.linux-amd64.tar.gz:
size: 8513358
object_id: 53d53d8e-d553-4dde-5eec-ee5343a51c88
sha: sha256:e3301d4b8b666b870491f520c098cc4c1ce32bb5dc22ee7f40ec1914d27be891
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.11.1.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/postgres_exporter-0.11.1.linux-amd64/* ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/postgres_exporter/postgres_exporter-0.12.0.linux-amd64.tar.gz
cp -a ${BOSH_COMPILE_TARGET}/postgres_exporter-0.12.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.11.1.linux-amd64.tar.gz
- postgres_exporter/postgres_exporter-0.12.0.linux-amd64.tar.gz