Skip to content

Commit a1f1c35

Browse files
Correct undeploy for users not in triggers beta (#1260)
Previously, this could have failed attempting to use the blocked list-triggers API to see if there were any triggers (there should not be any for a user not in the triggers beta, so making this a no-op is the right solution.
1 parent 3c04826 commit a1f1c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do/serverless.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const (
239239
// Minimum required version of the sandbox plugin code. The first part is
240240
// the version of the incorporated Nimbella CLI and the second part is the
241241
// version of the bridge code in the sandbox plugin repository.
242-
minServerlessVersion = "4.2.6-1.3.1"
242+
minServerlessVersion = "4.2.8-1.3.1"
243243

244244
// The version of nodejs to download alongsize the plugin download.
245245
nodeVersion = "v16.13.0"

0 commit comments

Comments
 (0)