Skip to content

Commit 33697f8

Browse files
authored
Increase SAM CLI maximum version to 0.50 exclusive (#880)
1 parent 80a8786 commit 33697f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.40.0 to 0.50.0."
4+
}

src/shared/sam/cli/samCliValidator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { SamCliInfoInvocation, SamCliInfoResponse } from './samCliInfo'
1010
import { SamCliProcessInvoker } from './samCliInvokerUtils'
1111

1212
export const MINIMUM_SAM_CLI_VERSION_INCLUSIVE = '0.32.0'
13-
export const MAXIMUM_SAM_CLI_VERSION_EXCLUSIVE = '0.40.0'
13+
export const MAXIMUM_SAM_CLI_VERSION_EXCLUSIVE = '0.50.0'
1414

1515
// Errors
1616
export class InvalidSamCliError extends Error {

0 commit comments

Comments
 (0)