Skip to content

Commit f083d18

Browse files
authored
AWS CLI version lock (#156)
* AWS CLI version lock
1 parent 0aa0e98 commit f083d18

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

framework/inventory/awscli.inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ blackbox.framework.inventory.awscli() {
2929
fi
3030

3131
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends software-properties-common gpg-agent wget less && {
32-
wget -S --output-document="/tmp/awscli.zip" --no-verbose https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.11.25.zip && {
32+
wget -S --output-document="/tmp/awscli.zip" --no-verbose https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.27.33.zip && {
3333
rm -rf /usr/local/aws-cli/
3434

3535
unzip -q /tmp/awscli.zip -d /tmp && {

tests/module/ansible-aws/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ diff <(
101101
aws --version 2>&1
102102
)
103103
) <(
104-
printf -- "aws-cli/2.11.25\n"
104+
printf -- "aws-cli/2.27.33\n"
105105
)
106106
ASSERT
107107

tests/module/ansible-aws/@spawn/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ diff <(
146146
aws --version 2>&1
147147
)
148148
) <(
149-
printf -- "aws-cli/2.11.25\n"
149+
printf -- "aws-cli/2.27.33\n"
150150
)
151151
ASSERT
152152

tests/module/ansible/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ diff <(
9090
aws --version 2>&1
9191
)
9292
) <(
93-
printf -- "aws-cli/2.11.25\n"
93+
printf -- "aws-cli/2.27.33\n"
9494
)
9595
ASSERT
9696

tests/module/aws/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ diff <(
7474
aws --version 2>&1
7575
)
7676
) <(
77-
printf -- "aws-cli/2.11.25\n"
77+
printf -- "aws-cli/2.27.33\n"
7878
)
7979
ASSERT
8080

tests/module/ceph-stdl/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ diff <(
140140
aws --version 2>&1
141141
)
142142
) <(
143-
printf -- "aws-cli/2.11.25\n"
143+
printf -- "aws-cli/2.27.33\n"
144144
)
145145
ASSERT
146146

tests/module/docker-stdl/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ diff <(
158158
aws --version 2>&1
159159
)
160160
) <(
161-
printf -- "aws-cli/2.11.25\n"
161+
printf -- "aws-cli/2.27.33\n"
162162
)
163163
ASSERT
164164

tests/module/docker/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ diff <(
9090
aws --version 2>&1
9191
)
9292
) <(
93-
printf -- "aws-cli/2.11.25\n"
93+
printf -- "aws-cli/2.27.33\n"
9494
)
9595
ASSERT
9696

tests/module/docker/@spawn/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ diff <(
165165
aws --version 2>&1
166166
)
167167
) <(
168-
printf -- "aws-cli/2.11.25\n"
168+
printf -- "aws-cli/2.27.33\n"
169169
)
170170
ASSERT
171171

tests/module/git/@sandbox/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ diff <(
7272
aws --version 2>&1
7373
)
7474
) <(
75-
printf -- "aws-cli/2.11.25\n"
75+
printf -- "aws-cli/2.27.33\n"
7676
)
7777
ASSERT
7878

0 commit comments

Comments
 (0)