-
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#248
- Loading branch information
mcenirm
authored and
mcenirm
committed
Jan 5, 2022
1 parent
0fbea7a
commit a9d6707
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.7 | ||
2.4.8 |
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 @@ | ||
925810ba09815ef53997b901c76bd448c3caa593b5da1ccad79d17946ec94ab4 awscli-exe-linux-x86_64.zip | ||
2b7d758e4552826d7b3edf3bd8d2b0f8b80d41c30774992451062373758ea4fb 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.7 | ||
aws-cli version: 2.4.8 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#247 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#248 |
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.7-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.7-1.el7.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.4.8-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.8-1.el7.x86_64.rpm | ||
aws --version |