Skip to content

Commit a32fa51

Browse files
committed
[PLAT-11559]Update s3cmd version
Summary: Updated s3cmd version to 2.3.0 Test Plan: dev-itest-pipeline - Itest with devops changes: https://jenkins.dev.yugabyte.com/job/dev-itest-job/18373/console Reviewers: anijhawan, muthu Reviewed By: anijhawan Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D31708
1 parent 617c308 commit a32fa51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

managed/devops/roles/install_backup_util/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ gsutil_package_name: "gsutil"
1919
gsutil_package: "{{ gsutil_package_name }}_{{ gsutil_version }}.tar.gz"
2020

2121
# s3cmd variables
22-
s3cmd_version: "2.0.1"
22+
s3cmd_version: "2.3.0"
2323
s3cmd_package_name: "s3cmd-{{ s3cmd_version }}"
2424
s3cmd_package: "{{ s3cmd_package_name }}.tar.gz"

managed/support/thirdparty-dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
https://azcopyvnext.azureedge.net/releases/release-10.20.1-20230809/azcopy_linux_amd64_10.20.1.tar.gz
22
https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-amd64.tar.gz
33
https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-arm64.tar.gz
4-
https://github.com/s3tools/s3cmd/releases/download/v2.0.1/s3cmd-2.0.1.tar.gz
4+
https://github.com/s3tools/s3cmd/releases/download/v2.3.0/s3cmd-2.3.0.tar.gz
55
https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz
66
https://files.pythonhosted.org/packages/4c/c4/13b4776ea2d76c115c1d1b84579f3764ee6d57204f6be27119f13a61d0a9/python-dateutil-2.8.2.tar.gz
77
https://files.pythonhosted.org/packages/e3/85/1aff76b966622868a73717abd8b501a3c91890e23a65e5f574ff6df1970f/python-magic-0.4.18.tar.gz

0 commit comments

Comments
 (0)