Skip to content

Commit

Permalink
Bump the aws CLI version to 2.15.4 (#967)
Browse files Browse the repository at this point in the history
* chore: Update the `aws` CLI version in the tools-versions.yml file

Made with ❤️️ by updatecli

* chore: Update the `aws` CLI  version in the goss test

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
Co-authored-by: Damien Duportal <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2023
1 parent 88cae4f commit 949c1eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command:
exec: aws --version
exit-status: 0
stdout:
- 2.15.3
- 2.15.4
azcopy:
exec: azcopy --version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ command:
exec: aws --version
exit-status: 0
stdout:
- 2.15.3
- 2.15.4
azurecli:
exec: az version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# if manually change, please update the goss file accordingly
asdf_version: 0.13.1
awscli_version: 2.15.3
awscli_version: 2.15.4
azcopy_version: 10.22.1-20231220
azurecli_version: 2.55.0
chocolatey_version: 1.4.0
Expand Down

0 comments on commit 949c1eb

Please sign in to comment.