-
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#2224
- Loading branch information
mcenirm
authored and
mcenirm
committed
Jul 30, 2021
1 parent
b1b1abb
commit 603e9dc
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.2.23 | ||
2.2.24 |
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 @@ | ||
516cbc6b3de6c46225c963d936fb432750851cc190a6eb5b4edeb94dec52627b awscli-exe-linux-x86_64.zip | ||
b564c45005629a092f40c623269b4c0db7b4544a07b32ad54813e4f8cb3a99f3 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.2.23 | ||
aws-cli version: 2.2.24 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2223 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2224 |
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.2.23-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.2.23-1.el7.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.2.24-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.2.24-1.el7.x86_64.rpm | ||
aws --version |