Skip to content

Commit 51b4205

Browse files
authored
Merge pull request #1625 from buildkite/SUP-5102
Bumping AWS CLI version to `2.31.26`
2 parents e7c1850 + 7278546 commit 51b4205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/base/scripts/install-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
AWS_CLI_LINUX_VERSION=2.28.15
5+
AWS_CLI_LINUX_VERSION=2.31.26
66

77
case $(uname -m) in
88
x86_64) ARCH=amd64 ;;

packer/windows/base/scripts/install-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$AWS_CLI_WINDOWS_VERSION = "2.28.15"
4+
$AWS_CLI_WINDOWS_VERSION = "2.31.26"
55
$GIT_VERSION = "2.39.1"
66

77
Write-Output "Installing chocolatey package manager"

0 commit comments

Comments
 (0)