From 18f3a706daef21805a2e331992fba27abda4d255 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Mon, 18 Sep 2023 10:30:34 -0700 Subject: [PATCH] Bump vm-builder v0.17.5 -> v0.17.10 (#5334) 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 a2376f6d15..d31c8ad66e 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