diff --git a/cookbooks/elastic-search/attributes/default.bash b/cookbooks/elastic-search/attributes/default.bash index 676ac549..9bf61a17 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://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.4/elasticsearch-2.3.4.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.3.5/elasticsearch-2.3.5.tar.gz' export ELASTIC_SEARCH_INSTALL_FOLDER='/opt/elastic-search' export ELASTIC_SEARCH_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}" diff --git a/cookbooks/go-cd/attributes/default.bash b/cookbooks/go-cd/attributes/default.bash index ddb4be3a..98815e61 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_SERVER_DOWNLOAD_URL='https://download.go.cd/binaries/16.6.0-3590/generic/go-server-16.6.0-3590.zip' -export GO_CD_AGENT_DOWNLOAD_URL='https://download.go.cd/binaries/16.6.0-3590/generic/go-agent-16.6.0-3590.zip' +export GO_CD_SERVER_DOWNLOAD_URL='https://download.go.cd/binaries/16.8.0-3929/generic/go-server-16.8.0-3929.zip' +export GO_CD_AGENT_DOWNLOAD_URL='https://download.go.cd/binaries/16.8.0-3929/generic/go-agent-16.8.0-3929.zip' export GO_CD_SERVER_INSTALL_FOLDER='/opt/go-cd/server' export GO_CD_AGENT_INSTALL_FOLDER='/opt/go-cd/agents/agent' diff --git a/cookbooks/go-lang/attributes/default.bash b/cookbooks/go-lang/attributes/default.bash index 55b0eebc..122cf700 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://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz' +export GO_LANG_DOWNLOAD_URL='https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz' export GO_LANG_INSTALL_FOLDER='/opt/go-lang' \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/source.bash b/cookbooks/haproxy/attributes/source.bash index 95704f45..ca3f8912 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.6/src/haproxy-1.6.7.tar.gz' +export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.6/src/haproxy-1.6.8.tar.gz' export HAPROXY_INSTALL_FOLDER='/opt/haproxy' diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 6aa74b16..eee161e7 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://download.elastic.co/kibana/kibana/kibana-4.5.3-linux-x64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://download.elastic.co/kibana/kibana/kibana-4.5.4-linux-x64.tar.gz' export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200' export KIBANA_INSTALL_FOLDER='/opt/kibana' diff --git a/cookbooks/mongodb/attributes/default.bash b/cookbooks/mongodb/attributes/default.bash index 9b63a70a..971526e7 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-3.2.8.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.9.tgz' export MONGODB_INSTALL_FOLDER='/opt/mongodb' export MONGODB_INSTALL_DATA_FOLDER='/opt/mongodb/data' diff --git a/cookbooks/mysql/attributes/default.bash b/cookbooks/mysql/attributes/default.bash index 4eca5182..b79ac590 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-5.7/mysql-5.7.13-linux-glibc2.5-x86_64.tar.gz' +export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.14-linux-glibc2.5-x86_64.tar.gz' export MYSQL_INSTALL_FOLDER='/opt/mysql' diff --git a/cookbooks/nginx/attributes/default.bash b/cookbooks/nginx/attributes/default.bash index 4de3ddf8..ec043ee2 100755 --- a/cookbooks/nginx/attributes/default.bash +++ b/cookbooks/nginx/attributes/default.bash @@ -1,6 +1,6 @@ #!/bin/bash -e -export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.11.2.tar.gz' +export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.11.3.tar.gz' export NGINX_PCRE_DOWNLOAD_URL='ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz' export NGINX_ZLIB_DOWNLOAD_URL='http://zlib.net/zlib-1.2.8.tar.gz' diff --git a/cookbooks/vbox-guest-additions/attributes/default.bash b/cookbooks/vbox-guest-additions/attributes/default.bash index 2775b3d0..f465e0dd 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/5.1.0/VBoxGuestAdditions_5.1.0.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.1.4/VBoxGuestAdditions_5.1.4.iso' \ No newline at end of file diff --git a/cookbooks/wild-fly/attributes/default.bash b/cookbooks/wild-fly/attributes/default.bash index c67101b7..17ee1f73 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="${JDK_INSTALL_FOLDER}" -export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/10.0.0.Final/wildfly-10.0.0.Final.tar.gz' +export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.tar.gz' export WILD_FLY_INSTALL_FOLDER='/opt/wild-fly' export WILD_FLY_USER_NAME='wild-fly'