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 vault_exporter to v0.1.3 #474

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 @@ -40,7 +40,7 @@
| [shield_exporter] | | v0.3.0 | ![][shield_exporter-ver] | ![][shield_exporter-act] |
| [stackdriver_exporter] | | v0.13.0 | ![][stackdriver_exporter-ver] | ![][stackdriver_exporter-act] |
| [statsd_exporter] | | v0.23.0 | ![][statsd_exporter-ver] | ![][statsd_exporter-act] |
| [vault_exporter] | | v0.1.2 | ![][vault_exporter-ver] | ![][vault_exporter-act] |
| [vault_exporter] | | v0.1.3 | ![][vault_exporter-ver] | ![][vault_exporter-act] |


[alertmanager]: https://github.com/prometheus/alertmanager
Expand Down
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ util-linux/util-linux-2.36.1.tar.gz:
size: 11151380
object_id: d148dc5e-357e-4f06-4261-c6cc5cc27d57
sha: sha256:37de03dbb98cdeffdf9e754122b0aca2a9bbdc19769f6570dfcb6f123643bf53
vault_exporter/vault_exporter_0.1.2_linux_amd64.tar.gz:
size: 3809657
object_id: b57907a1-69f8-4e62-6708-e0e632b8ec32
sha: 4c6e2770de08eedf96b33e9fde508d60c07aafe8
vault_exporter/vault_exporter_0.1.3_linux_amd64.tar.gz:
size: 3773592
object_id: 75bd13c6-4452-447a-6847-9f82599ef36d
sha: sha256:26d0f36233270bb0ede98da94c2cdad09180cbadd7ee4ae3205961d13e9b7c55
2 changes: 1 addition & 1 deletion packages/vault_exporter/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ cp -a ${BOSH_COMPILE_TARGET}/common/* ${BOSH_INSTALL_TARGET}/common

# Extract vault_exporter package
mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/vault_exporter/vault_exporter_0.1.2_linux_amd64.tar.gz -C ${BOSH_INSTALL_TARGET}/bin
tar xzvf ${BOSH_COMPILE_TARGET}/vault_exporter/vault_exporter_0.1.3_linux_amd64.tar.gz -C ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/vault_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: vault_exporter

files:
- common/utils.sh
- vault_exporter/vault_exporter_0.1.2_linux_amd64.tar.gz
- vault_exporter/vault_exporter_0.1.3_linux_amd64.tar.gz