-
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#2054
- Loading branch information
mcenirm
authored and
mcenirm
committed
Oct 1, 2020
1 parent
72b8b12
commit ad1e38b
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.0.53 | ||
2.0.54 |
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 @@ | ||
023832d0cf669ea32b35ea4f4e29e1fe2db30b543db8b7960ff1a7b657f2dd88 awscli-exe-linux-x86_64.zip | ||
aa1d8efda3fce164935353c72a45826b11756bd80552d743e25baf274e3979ad 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.0.53 | ||
aws-cli version: 2.0.54 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2053 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2054 |
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.0.53-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.0.53-1.el7.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.0.54-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.0.54-1.el7.x86_64.rpm | ||
aws --version |