From 921e98f08104582a6a7adeb0ef5930c7691dd7f1 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Mon, 18 Sep 2023 10:03:08 -0700 Subject: [PATCH] Bump vm-builder v0.17.5 -> v0.17.10 Only notable change is including neondatabase/autoscaling#523, which we hope will help with making sure that TCP connections are properly terminated before shutdown (which hopefully fixes a leak in the pageserver). --- .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 a2376f6d1541..d31c8ad66e6e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -834,7 +834,7 @@ jobs: run: shell: sh -eu {0} env: - VM_BUILDER_VERSION: v0.17.5 + VM_BUILDER_VERSION: v0.17.10 steps: - name: Checkout