Update vm-builder v0.11.1 -> v0.12.1 (#4680)

This should only affect the version of the vm-informant used. The only
PR changing the informant since v0.11.1 was:

* https://github.com/neondatabase/autoscaling/pull/389

The bug that autoscaling#389 fixed impacts all pooled VMs, so the
updated images from this PR must be released before
https://github.com/neondatabase/cloud/pull/5721.
This commit is contained in:
Em Sharnoff
2023-07-11 03:45:25 -07:00
committed by GitHub
parent 618d36ee6d
commit 5e2f29491f

View File

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