-
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#2412
- Loading branch information
mcenirm
authored and
mcenirm
committed
Jan 19, 2022
1 parent
3f6f471
commit 2c88601
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.11 | ||
2.4.12 |
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 @@ | ||
a6465f123a58caef3be32d3c9165078058d225fa2e9576764928c881565c2fff awscli-exe-linux-x86_64.zip | ||
98fda4d10f836f9c19343f8156538b7673eb3c645d5cc3a878fabdf82905a7b3 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.11 | ||
aws-cli version: 2.4.12 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2411 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#2412 |
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.11-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.11-1.el7.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.4.12-1.el7.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.4.12-1.el7.x86_64.rpm | ||
aws --version |