-
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#21750
- Loading branch information
mcenirm
authored and
mcenirm
committed
Sep 13, 2024
1 parent
e845823
commit 9971625
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.17.49 | ||
2.17.50 |
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 @@ | ||
0639eea5e7ed2e52a226d6c8a8909821dddcc8754c4eb7d3de6180279336fbf6 awscli-exe-linux-x86_64.zip | ||
c3cac51afd442b4c1d3284adcbf485d435379b6efa70133d69cfd65d4857cc0d 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.17.49 | ||
aws-cli version: 2.17.50 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21749 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21750 |
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.17.49-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.49-1.el8.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.17.50-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.50-1.el8.x86_64.rpm | ||
aws --version |