Skip to content

Commit

Permalink
Merge pull request #1676 from jenkins-infra/hotfix/awscli/helpdesk-4500
Browse files Browse the repository at this point in the history
hotfix: revert `aws` CLI to `2.22.35`
  • Loading branch information
dduportal authored Jan 22, 2025
2 parents d74c377 + 748b9b1 commit be237d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15.0
awscli_version: 2.23.2
awscli_version: 2.22.35
azcopy_version: 10.27.1
azurecli_version: 2.68.0
chocolatey_version: 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion tests/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command:
exec: aws --version
exit-status: 0
stdout:
- 2.23.2
- 2.22.35
azurecli:
exec: az --version
exit-status: 0
Expand Down

0 comments on commit be237d6

Please sign in to comment.