From 992d32664b470c3ece99e947e83d70bcf74c0690 Mon Sep 17 00:00:00 2001 From: Seregy Bukharov Date: Fri, 12 Nov 2021 15:28:55 +0300 Subject: [PATCH] #2891480 Add mydumper version-info.sh --- scripts/version-info.sh | 57 +++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/scripts/version-info.sh b/scripts/version-info.sh index 60cb7bd..d333804 100755 --- a/scripts/version-info.sh +++ b/scripts/version-info.sh @@ -1,29 +1,30 @@ #!/bin/bash -jq --version -git --version -jsonnet --version -redis-cli --version -python --version -pip3 --version -( az --version 2> /dev/null ) | head -n 1 -echo -n "kubectl: " && kubectl version --client=true --short=true -ansible --version | head -n 1 -ansible-lint --version -azcopy --version -mysql --version -mysqldump --version -mysqlpump --version -( xtrabackup --version 2>&1 | grep version ) -pt-online-schema-change --version -ghost-tool --version -innotop --version -terraform --version -echo -n "packer (hashicorp-packer): " && hashicorp-packer --version -sft --version -az-mysqlpump --version -docker --version -docker-compose --version -echo -n "helm: " && helm version --client --short -echo -n "werf: " && werf version -( promtool --version 2>&1 | grep promtool ) -( amtool --version 2>&1 | head -n 1 ) \ No newline at end of file +jq --version +git --version +jsonnet --version +redis-cli --version +python --version +pip3 --version +(az --version 2>/dev/null) | head -n 1 +echo -n "kubectl: " && kubectl version --client=true --short=true +ansible --version | head -n 1 +ansible-lint --version +azcopy --version +mysql --version +mysqldump --version +mysqlpump --version +mydumper --version +(xtrabackup --version 2>&1 | grep version) +pt-online-schema-change --version +ghost-tool --version +innotop --version +terraform --version +echo -n "packer (hashicorp-packer): " && hashicorp-packer --version +sft --version +az-mysqlpump --version +docker --version +docker-compose --version +echo -n "helm: " && helm version --client --short +echo -n "werf: " && werf version +(promtool --version 2>&1 | grep promtool) +(amtool --version 2>&1 | head -n 1)