From 2327540560abdfbec43137732f9ba53360b30a6e Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Tue, 19 Feb 2019 14:04:55 -0800 Subject: [PATCH] update version --- cookbooks/elastic-search/attributes/default.bash | 2 +- cookbooks/groovy/attributes/default.bash | 2 +- cookbooks/haproxy/attributes/source.bash | 2 +- cookbooks/kibana/attributes/default.bash | 2 +- cookbooks/mongodb/attributes/default.bash | 2 +- cookbooks/mysql/attributes/default.bash | 2 +- cookbooks/splunk-forwarder/attributes/default.bash | 2 +- cookbooks/tomcat/attributes/default.bash | 2 +- cookbooks/vault/attributes/default.bash | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cookbooks/elastic-search/attributes/default.bash b/cookbooks/elastic-search/attributes/default.bash index cece3406..08816d70 100755 --- a/cookbooks/elastic-search/attributes/default.bash +++ b/cookbooks/elastic-search/attributes/default.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.1.tar.gz' export ELASTIC_SEARCH_INSTALL_FOLDER_PATH='/opt/elastic-search' export ELASTIC_SEARCH_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" diff --git a/cookbooks/groovy/attributes/default.bash b/cookbooks/groovy/attributes/default.bash index 0338761c..50a917f7 100755 --- a/cookbooks/groovy/attributes/default.bash +++ b/cookbooks/groovy/attributes/default.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.5.zip' +export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.6.zip' export GROOVY_INSTALL_FOLDER_PATH='/opt/groovy' export GROOVY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/source.bash b/cookbooks/haproxy/attributes/source.bash index 4e6a6aff..0f7ff970 100755 --- a/cookbooks/haproxy/attributes/source.bash +++ b/cookbooks/haproxy/attributes/source.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash" -export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.17.tar.gz' +export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.19.tar.gz' export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy' diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index a89f2387..9afa7e39 100755 --- a/cookbooks/kibana/attributes/default.bash +++ b/cookbooks/kibana/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.6.0-linux-x86_64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.6.1-linux-x86_64.tar.gz' export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200' export KIBANA_INSTALL_FOLDER_PATH='/opt/kibana' diff --git a/cookbooks/mongodb/attributes/default.bash b/cookbooks/mongodb/attributes/default.bash index 506e77f1..eb3c6cb6 100755 --- a/cookbooks/mongodb/attributes/default.bash +++ b/cookbooks/mongodb/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.5.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.6.tgz' export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb' export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data" diff --git a/cookbooks/mysql/attributes/default.bash b/cookbooks/mysql/attributes/default.bash index b262263d..b9c2778e 100755 --- a/cookbooks/mysql/attributes/default.bash +++ b/cookbooks/mysql/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.14-linux-glibc2.12-x86_64.tar.xz' +export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.15-linux-glibc2.12-x86_64.tar.xz' export MYSQL_INSTALL_FOLDER_PATH='/opt/mysql' diff --git a/cookbooks/splunk-forwarder/attributes/default.bash b/cookbooks/splunk-forwarder/attributes/default.bash index 3e285169..1e7c389e 100755 --- a/cookbooks/splunk-forwarder/attributes/default.bash +++ b/cookbooks/splunk-forwarder/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export SPLUNK_FORWARDER_DOWNLOAD_URL='https://download.splunk.com/products/universalforwarder/releases/7.2.3/linux/splunkforwarder-7.2.3-06d57c595b80-Linux-x86_64.tgz' +export SPLUNK_FORWARDER_DOWNLOAD_URL='https://download.splunk.com/products/universalforwarder/releases/7.2.4/linux/splunkforwarder-7.2.4-8a94541dcfac-Linux-x86_64.tgz' export SPLUNK_FORWARDER_INSTALL_FOLDER_PATH='/opt/splunkforwarder' export SPLUNK_FORWARDER_USER_NAME='splunk' diff --git a/cookbooks/tomcat/attributes/default.bash b/cookbooks/tomcat/attributes/default.bash index 344bc006..485c3f91 100755 --- a/cookbooks/tomcat/attributes/default.bash +++ b/cookbooks/tomcat/attributes/default.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.14/bin/apache-tomcat-9.0.14.tar.gz' +export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.16/bin/apache-tomcat-9.0.16.tar.gz' export TOMCAT_INSTALL_FOLDER_PATH='/opt/tomcat' export TOMCAT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" diff --git a/cookbooks/vault/attributes/default.bash b/cookbooks/vault/attributes/default.bash index fcc1f885..adbffb20 100755 --- a/cookbooks/vault/attributes/default.bash +++ b/cookbooks/vault/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/1.0.2/vault_1.0.2_linux_amd64.zip' +export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/1.0.3/vault_1.0.3_linux_amd64.zip' export VAULT_INSTALL_FOLDER_PATH='/opt/vault' \ No newline at end of file