Skip to content

Commit

Permalink
[PLAT-16893] Upgrade azcopy to 10.28.0
Browse files Browse the repository at this point in the history
Summary: Upgrade azcopy to latest version 10.28.0 for YBA and yugabyte docker image, yugaware docker image should pick up changes from thirdparty-dependencies.txt.

Test Plan: dev-itest-pipeline

Reviewers: jharveysmith, anijhawan, dshubin

Reviewed By: anijhawan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D42261
  • Loading branch information
mchiddy committed Mar 4, 2025
1 parent 9c59cfb commit 10cd508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/images/yugabyte/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ RUN mkdir /licenses && \
-o /licenses/POLYFORM-FREE-TRIAL-LICENSE-1.0.0.txt

# Install azcopy
ARG AZV=10.25.0
ARG AZV=10.28.0
RUN set -x; \
[[ "$(uname -m)" == "aarch64" ]] && arch='arm64' || arch='amd64'; \
pkg_name="azcopy_linux_${arch}_${AZV}"; \
Expand Down
2 changes: 1 addition & 1 deletion managed/devops/roles/install_backup_util/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
bin_path: "/usr/local/bin"

# azcopy variables
azcopy_version: "10.25.0"
azcopy_version: "10.28.0"
azcopy_package: "azcopy_linux_amd64_{{ azcopy_version }}.tar.gz"

# gsutil variables
Expand Down
2 changes: 1 addition & 1 deletion managed/support/thirdparty-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
https://downloads.yugabyte.com/mirror/azcopy/azcopy_linux_amd64_10.25.0.tar.gz
https://downloads.yugabyte.com/mirror/azcopy/azcopy_linux_amd64_10.28.0.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-amd64.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.7.0/node_exporter-1.7.0.linux-arm64.tar.gz
https://github.com/s3tools/s3cmd/releases/download/v2.3.0/s3cmd-2.3.0.tar.gz
Expand Down

0 comments on commit 10cd508

Please sign in to comment.