From 5e2f29491f0551b992350660c4b517aa07570105 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Tue, 11 Jul 2023 03:45:25 -0700 Subject: [PATCH] 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. --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e74973fe0d..d026aa67d0 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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