From 58dbca6ce3bda243db96d4e24b146c059d231467 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Tue, 19 Dec 2023 15:48:41 -0800 Subject: [PATCH] Bump vm-builder v0.19.0 -> v0.21.0 (#6197) Only applicable change was neondatabase/autoscaling#650, reducing the vector scrape interval (inside the VM) from 15 seconds to 1 second. --- .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 693ed1a66f..6cb6d9df02 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -857,7 +857,7 @@ jobs: run: shell: sh -eu {0} env: - VM_BUILDER_VERSION: v0.19.0 + VM_BUILDER_VERSION: v0.21.0 steps: - name: Checkout