Skip to content

Commit

Permalink
Merge branch 'develop' into fix-image-observer-blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
chiting authored Dec 11, 2024
2 parents f06f1df + 400ed03 commit 008863e
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SAM CLI version
"""

__version__ = "1.131.0"
__version__ = "1.132.0"
4 changes: 3 additions & 1 deletion samcli/commands/_utils/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,10 @@ def resolve_image_repos_option(f):

def use_container_build_click_option():
return click.option(
"--use-container",
"--use-container/--no-use-container",
"-u",
required=False,
default=False,
is_flag=True,
help="Build functions within an AWS Lambda-like container.",
)
Expand Down
Loading

0 comments on commit 008863e

Please sign in to comment.