-
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#21743
- Loading branch information
mcenirm
authored and
mcenirm
committed
Sep 4, 2024
1 parent
94fe4b0
commit 96a1aaf
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.42 | ||
2.17.43 |
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 @@ | ||
3c068f4cdd885968ac087b3d121a4df99ba6ddf7a8a552dbd0e9bd5a1dc25d4d awscli-exe-linux-x86_64.zip | ||
6eeb701bc5721d8159590a802db4c95bce651165fc468a36ecbff3a9f37abe8d 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.42 | ||
aws-cli version: 2.17.43 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21742 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21743 |
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.42-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.42-1.el8.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.17.43-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.43-1.el8.x86_64.rpm | ||
aws --version |