Bump vm-builder v0.11.0 -> v0.11.1 (#4605)

This applies the fix from https://github.com/neondatabase/autoscaling/pull/367,
which should resolve the "leaking cloud_admin connections" issue that
has been  observed for some customers.
This commit is contained in:
Em Sharnoff
2023-06-30 13:49:06 -07:00
committed by GitHub
parent 9de1a6fb14
commit c9f05d418d

View File

@@ -767,7 +767,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.11.0
VM_BUILDER_VERSION: v0.11.1
steps:
- name: Checkout