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
2 changes: 1 addition & 1 deletion packer/linux/base/scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is sourced by installation scripts

# Core Tools
export AWS_CLI_LINUX_VERSION="2.34.21"
export AWS_CLI_LINUX_VERSION="2.34.41"
export SESSION_MANAGER_PLUGIN_VERSION="1.2.792.0"

# Development Tools
Expand Down
2 changes: 1 addition & 1 deletion packer/windows/base/scripts/versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is sourced by installation scripts

# Core Tools
$AWS_CLI_WINDOWS_VERSION = "2.34.21"
$AWS_CLI_WINDOWS_VERSION = "2.34.41"
$SESSION_MANAGER_PLUGIN_VERSION = "1.2.792.0"

# Development Tools
Expand Down