From c07cea80bd7a462c108ad04e72fc9af60f31f82b Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Mon, 30 Sep 2024 19:18:42 +0100 Subject: [PATCH] Bump vm-builder v0.29.3 -> v0.35.0 (#9208) We haven't updated it for a while. Now I need the update to add quotas support to compute images (https://github.com/neondatabase/cloud/issues/13127). Previous update: https://github.com/neondatabase/neon/pull/7849 --- .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 ba5d139553..8cb49d5d76 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -773,7 +773,7 @@ jobs: matrix: version: [ v14, v15, v16, v17 ] env: - VM_BUILDER_VERSION: v0.29.3 + VM_BUILDER_VERSION: v0.35.0 steps: - uses: actions/checkout@v4