From 7d1e14883a6bfc737775740acf473fdc8aeb1524 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Sun, 11 Aug 2019 00:21:51 -0700 Subject: [PATCH] update --- cookbooks/consul/attributes/default.bash | 2 +- cookbooks/elastic-search/attributes/default.bash | 2 +- cookbooks/go-cd/attributes/default.bash | 4 ++-- cookbooks/go-lang/attributes/default.bash | 2 +- cookbooks/groovy/attributes/default.bash | 2 +- cookbooks/jdk/attributes/default.bash | 2 +- cookbooks/kibana/attributes/default.bash | 2 +- cookbooks/mongodb/attributes/default.bash | 2 +- cookbooks/mysql/attributes/default.bash | 2 +- cookbooks/nginx/attributes/source.bash | 2 +- cookbooks/nomad/attributes/default.bash | 2 +- cookbooks/packer/attributes/default.bash | 2 +- cookbooks/python/attributes/default.bash | 2 +- cookbooks/splunk-forwarder/attributes/default.bash | 2 +- cookbooks/terraform/attributes/default.bash | 2 +- cookbooks/tomcat/attributes/default.bash | 2 +- cookbooks/vault/attributes/default.bash | 2 +- cookbooks/vbox-guest-additions/attributes/default.bash | 2 +- cookbooks/wild-fly/attributes/default.bash | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cookbooks/consul/attributes/default.bash b/cookbooks/consul/attributes/default.bash index cf113b4c..f75e3c65 100755 --- a/cookbooks/consul/attributes/default.bash +++ b/cookbooks/consul/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.5.1/consul_1.5.1_linux_amd64.zip' +export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.5.3/consul_1.5.3_linux_amd64.zip' export CONSUL_INSTALL_FOLDER_PATH='/opt/consul' \ No newline at end of file diff --git a/cookbooks/elastic-search/attributes/default.bash b/cookbooks/elastic-search/attributes/default.bash index 118ffb0c..a545c817 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-7.1.1-linux-x86_64.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0-linux-x86_64.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/go-cd/attributes/default.bash b/cookbooks/go-cd/attributes/default.bash index 2ecdee3d..e299c6c3 100755 --- a/cookbooks/go-cd/attributes/default.bash +++ b/cookbooks/go-cd/attributes/default.bash @@ -2,8 +2,8 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/19.4.0-9155/generic/go-agent-19.4.0-9155.zip' -export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.4.0-9155/generic/go-server-19.4.0-9155.zip' +export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/19.7.0-9567/generic/go-agent-19.7.0-9567.zip' +export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.7.0-9567/generic/go-server-19.7.0-9567.zip' export GO_CD_AGENT_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent' export GO_CD_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" diff --git a/cookbooks/go-lang/attributes/default.bash b/cookbooks/go-lang/attributes/default.bash index 3be30f4d..80506c28 100755 --- a/cookbooks/go-lang/attributes/default.bash +++ b/cookbooks/go-lang/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz' +export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz' export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang' \ No newline at end of file diff --git a/cookbooks/groovy/attributes/default.bash b/cookbooks/groovy/attributes/default.bash index a20a1d78..5b137f43 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.7.zip' +export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.8.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/jdk/attributes/default.bash b/cookbooks/jdk/attributes/default.bash index 96ddb3dc..dd6aa6a6 100755 --- a/cookbooks/jdk/attributes/default.bash +++ b/cookbooks/jdk/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/12.0.1+12/69cfe15208a647278a19ef0990eea691/jdk-12.0.1_linux-x64_bin.tar.gz' +export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz' # export JDK_DOWNLOAD_URL='https://www.dropbox.com/s/lsuabe808jf8ppx/jdk-11.0.3_linux-x64_bin.tar.gz?dl=1' # export JDK_DOWNLOAD_URL='https://www.dropbox.com/s/ln3hx0jrpx5qjgu/jdk-8u211-linux-x64.tar.gz?dl=1' diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 661edc67..ca778868 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-7.1.1-linux-x86_64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-7.3.0-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 f257d13e..23febd2c 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.10.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.12.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 7a6deeba..39c7dc85 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.16-linux-glibc2.12-x86_64.tar.xz' +export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.17-linux-glibc2.12-x86_64.tar.xz' export MYSQL_INSTALL_FOLDER_PATH='/opt/mysql' diff --git a/cookbooks/nginx/attributes/source.bash b/cookbooks/nginx/attributes/source.bash index cc42431a..98423ad6 100755 --- a/cookbooks/nginx/attributes/source.bash +++ b/cookbooks/nginx/attributes/source.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash" -export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.17.0.tar.gz' +export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.17.2.tar.gz' export NGINX_PCRE_DOWNLOAD_URL="${PCRE_DOWNLOAD_URL}" export NGINX_ZLIB_DOWNLOAD_URL='http://zlib.net/zlib-1.2.11.tar.gz' diff --git a/cookbooks/nomad/attributes/default.bash b/cookbooks/nomad/attributes/default.bash index 53ede3b9..12aaba03 100755 --- a/cookbooks/nomad/attributes/default.bash +++ b/cookbooks/nomad/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.9.2/nomad_0.9.2_linux_amd64.zip' +export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.9.4/nomad_0.9.4_linux_amd64.zip' export NOMAD_INSTALL_FOLDER_PATH='/opt/nomad' \ No newline at end of file diff --git a/cookbooks/packer/attributes/default.bash b/cookbooks/packer/attributes/default.bash index 2a668494..a703070a 100755 --- a/cookbooks/packer/attributes/default.bash +++ b/cookbooks/packer/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.4.1/packer_1.4.1_linux_amd64.zip' +export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_linux_amd64.zip' export PACKER_INSTALL_FOLDER_PATH='/opt/packer' \ No newline at end of file diff --git a/cookbooks/python/attributes/default.bash b/cookbooks/python/attributes/default.bash index afffec97..dc30aa20 100755 --- a/cookbooks/python/attributes/default.bash +++ b/cookbooks/python/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz' +export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz' export PYTHON_INSTALL_FOLDER_PATH='/opt/python' \ No newline at end of file diff --git a/cookbooks/splunk-forwarder/attributes/default.bash b/cookbooks/splunk-forwarder/attributes/default.bash index 8d39fb96..ade1c24f 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.3.0/linux/splunkforwarder-7.3.0-657388c7a488-Linux-x86_64.tgz' +export SPLUNK_FORWARDER_DOWNLOAD_URL='https://download.splunk.com/products/universalforwarder/releases/7.3.1/linux/splunkforwarder-7.3.1-bd63e13aa157-Linux-x86_64.tgz' export SPLUNK_FORWARDER_INSTALL_FOLDER_PATH='/opt/splunkforwarder' export SPLUNK_FORWARDER_USER_NAME='splunk' diff --git a/cookbooks/terraform/attributes/default.bash b/cookbooks/terraform/attributes/default.bash index 3a9f0af0..ce0eeb78 100755 --- a/cookbooks/terraform/attributes/default.bash +++ b/cookbooks/terraform/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip' +export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.12.6/terraform_0.12.6_linux_amd64.zip' export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform' \ No newline at end of file diff --git a/cookbooks/tomcat/attributes/default.bash b/cookbooks/tomcat/attributes/default.bash index 40ee8fdb..c98b7da4 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.20/bin/apache-tomcat-9.0.20.tar.gz' +export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.22/bin/apache-tomcat-9.0.22.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 94072044..62808c86 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.1.3/vault_1.1.3_linux_amd64.zip' +export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/1.2.1/vault_1.2.1_linux_amd64.zip' export VAULT_INSTALL_FOLDER_PATH='/opt/vault' \ No newline at end of file diff --git a/cookbooks/vbox-guest-additions/attributes/default.bash b/cookbooks/vbox-guest-additions/attributes/default.bash index d2597882..d1d7abc1 100755 --- a/cookbooks/vbox-guest-additions/attributes/default.bash +++ b/cookbooks/vbox-guest-additions/attributes/default.bash @@ -1,3 +1,3 @@ #!/bin/bash -e -export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.8/VBoxGuestAdditions_6.0.8.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.10/VBoxGuestAdditions_6.0.10.iso' \ No newline at end of file diff --git a/cookbooks/wild-fly/attributes/default.bash b/cookbooks/wild-fly/attributes/default.bash index a789c241..c09420e8 100755 --- a/cookbooks/wild-fly/attributes/default.bash +++ b/cookbooks/wild-fly/attributes/default.bash @@ -4,7 +4,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" export WILD_FLY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" -export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/16.0.0.Final/wildfly-16.0.0.Final.tar.gz' +export WILD_FLY_DOWNLOAD_URL='https://download.jboss.org/wildfly/17.0.1.Final/wildfly-17.0.1.Final.tar.gz' export WILD_FLY_INSTALL_FOLDER_PATH='/opt/wild-fly' export WILD_FLY_USER_NAME='wild-fly'