Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Bumped maximum (exclusive) supported SAM CLI version from 0.40.0 to 0.50.0."
}
2 changes: 1 addition & 1 deletion src/shared/sam/cli/samCliValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SamCliInfoInvocation, SamCliInfoResponse } from './samCliInfo'
import { SamCliProcessInvoker } from './samCliInvokerUtils'

export const MINIMUM_SAM_CLI_VERSION_INCLUSIVE = '0.32.0'
export const MAXIMUM_SAM_CLI_VERSION_EXCLUSIVE = '0.40.0'
export const MAXIMUM_SAM_CLI_VERSION_EXCLUSIVE = '0.50.0'

// Errors
export class InvalidSamCliError extends Error {
Expand Down