From 0cb9016e6aaeb2fb37b761eb47f706faeed4eea8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:04:34 +0000 Subject: [PATCH] Update dependency tilt-dev/tilt to v0.36.3 --- src/tilt/devcontainer-feature.json | 2 +- test/tilt/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tilt/devcontainer-feature.json b/src/tilt/devcontainer-feature.json index 64872da..ff56fb5 100644 --- a/src/tilt/devcontainer-feature.json +++ b/src/tilt/devcontainer-feature.json @@ -7,7 +7,7 @@ "version": { "type": "string", "proposals": ["v0.33.17", "v0.32.4"], - "default": "v0.36.1", + "default": "v0.36.3", "description": "Select or enter tilt version to install." } }, diff --git a/test/tilt/test.sh b/test/tilt/test.sh index 973dac8..cea0beb 100644 --- a/test/tilt/test.sh +++ b/test/tilt/test.sh @@ -26,7 +26,7 @@ source dev-container-features-test-lib # Feature-specific tests # The 'check' command comes from the dev-container-features-test-lib. -check "version" tilt version | grep 'v0.36.1' +check "version" tilt version | grep 'v0.36.3' # Report result # If any of the checks above exited with a non-zero exit code, the test will fail.