Skip to content

Commit

Permalink
[BACKPORT 2.14.10][PLAT-10644] Upgrading azcopy/node exporter
Browse files Browse the repository at this point in the history
Summary:
Patch release of 2.14.10 requires updated node exporter/azcopy because we remove vulnerable packages
from all versions > 2.14 in the Dockerfile.

Test Plan: dev-itest-pipeline

Reviewers: anijhawan, dshubin

Reviewed By: anijhawan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D28977
  • Loading branch information
mchiddy committed Oct 2, 2023
1 parent d5e4e98 commit c8492c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.16.2"
azcopy_version: "10.20.1"
azcopy_package: "azcopy_linux_amd64_{{ azcopy_version }}.tar.gz"

# gsutil variables
Expand Down
2 changes: 1 addition & 1 deletion managed/devops/roles/swamper/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
become_method: sudo
prometheus_go_version: 1.7
prometheus_use_service: true
prometheus_node_exporter_version: 1.5.0
prometheus_node_exporter_version: 1.6.1
prometheus_node_exporter_opts: "--web.listen-address=:{{ node_exporter_port }} \
--collector.textfile.directory=/tmp/yugabyte/metrics"
prometheus_node_exporter_use_systemd: true
Expand Down
6 changes: 3 additions & 3 deletions managed/support/thirdparty-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
https://azcopyvnext.azureedge.net/release20221108/azcopy_linux_amd64_10.16.2.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.linux-amd64.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.linux-arm64.tar.gz
https://azcopyvnext.azureedge.net/releases/release-10.20.1-20230809/azcopy_linux_amd64_10.20.1.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz
https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-arm64.tar.gz
https://github.com/s3tools/s3cmd/releases/download/v2.0.1/s3cmd-2.0.1.tar.gz
https://files.pythonhosted.org/packages/be/ed/5bbc91f03fa4c839c4c7360375da77f9659af5f7086b7a7bdda65771c8e0/python-dateutil-2.8.1.tar.gz
https://files.pythonhosted.org/packages/e3/85/1aff76b966622868a73717abd8b501a3c91890e23a65e5f574ff6df1970f/python-magic-0.4.18.tar.gz
Expand Down

0 comments on commit c8492c9

Please sign in to comment.