Bump vm-builder v0.18.2 -> v0.18.4 (#5666)

Only applicable change was neondatabase/autoscaling#584, setting
pgbouncer auth_dbname=postgres in order to fix superuser connections
from preventing dropping databases.
This commit is contained in:
Em Sharnoff
2023-10-26 12:04:57 -07:00
committed by Alexander Bayandin
parent 4b3b37b912
commit 7d384d6953

View File

@@ -837,7 +837,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.18.2
VM_BUILDER_VERSION: v0.18.5
steps:
- name: Checkout