Skip to content

Commit 3230248

Browse files
authored
Merge pull request #207 from lentzi90/renovate/tilt-dev-tilt-0.x
Update dependency tilt-dev/tilt to v0.37.2
2 parents 68af9ff + 43b4f7b commit 3230248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/tilt/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": {
88
"type": "string",
99
"proposals": ["v0.33.17", "v0.32.4"],
10-
"default": "v0.37.1",
10+
"default": "v0.37.2",
1111
"description": "Select or enter tilt version to install."
1212
}
1313
},

test/tilt/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source dev-container-features-test-lib
2626

2727
# Feature-specific tests
2828
# The 'check' command comes from the dev-container-features-test-lib.
29-
check "version" tilt version | grep 'v0.37.1'
29+
check "version" tilt version | grep 'v0.37.2'
3030

3131
# Report result
3232
# If any of the checks above exited with a non-zero exit code, the test will fail.

0 commit comments

Comments
 (0)