-
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#21745
- Loading branch information
mcenirm
authored and
mcenirm
committed
Sep 6, 2024
1 parent
ba14e6b
commit 4fe1bbe
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.44 | ||
2.17.45 |
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 @@ | ||
ed46356f6358c0dfa30416899bf3efe0001689520ffce22c128f5bc617e8f4c3 awscli-exe-linux-x86_64.zip | ||
d234419060d9f4917e73fec358a5ba1b66466aeedd013c3fc28e4c56006d4b23 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.44 | ||
aws-cli version: 2.17.45 | ||
awscliv2 release: 1 | ||
|
||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21744 | ||
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst#21745 |
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.44-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.44-1.el8.x86_64.rpm | ||
rpm --test -ivh ./RPMS/x86_64/awscliv2-2.17.45-1.el8.x86_64.rpm | ||
rpm -ivh ./RPMS/x86_64/awscliv2-2.17.45-1.el8.x86_64.rpm | ||
aws --version |