-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
awscliv2 release: 1 https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2410
- Loading branch information
mcenirm
authored and
mcenirm
committed
Jan 12, 2022
1 parent
6ddde2f
commit 1d71df0
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.9 | ||
2.4.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0582d347ce0bd435b154631795b8cd6c868c1a44d60ada5746e3c1d13f8347ec awscli-exe-linux-x86_64.zip | ||
ac5a5803ba9466d76f52d3ea23754f138cfa3612b98f86a89b1eb98cf1fe1612 awscli-exe-linux-x86_64.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
aws-cli version: 2.4.9 | ||
aws-cli version: 2.4.10 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#249 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2410 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
set -euo pipefail | ||
|
||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.4.9-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.9-1.el7.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.4.10-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.10-1.el7.x86_64.rpm | ||
aws --version |