diff --git a/cookbooks/consul/attributes/default.bash b/cookbooks/consul/attributes/default.bash index 3c7deebd..6f0fc97c 100644 --- 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/0.9.2/consul_0.9.2_linux_amd64.zip' +export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/0.9.3/consul_0.9.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 572a472e..f298ba4d 100644 --- 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-5.5.2.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.2.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 3d0c8333..1eeb63e3 100644 --- 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.gocd.org/binaries/17.8.0-5277/generic/go-server-17.8.0-5277.zip' -export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/17.8.0-5277/generic/go-agent-17.8.0-5277.zip' +export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/17.10.0-5380/generic/go-server-17.10.0-5380.zip' +export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/17.10.0-5380/generic/go-agent-17.10.0-5380.zip' export GO_CD_SERVER_INSTALL_FOLDER_PATH='/opt/go-cd/server' export GO_CD_AGENT_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent' diff --git a/cookbooks/go-lang/attributes/default.bash b/cookbooks/go-lang/attributes/default.bash index 222b6f03..4bc25612 100644 --- 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.9.linux-amd64.tar.gz' +export GO_LANG_DOWNLOAD_URL='https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz' export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang' \ No newline at end of file diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 3d2f696b..fd5e2424 100644 --- 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-5.5.2-linux-x86_64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-5.6.2-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 0c4a7f7f..62e8a0bf 100644 --- 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.4.7.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.9.tgz' export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb' export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data" diff --git a/cookbooks/nginx/attributes/default.bash b/cookbooks/nginx/attributes/default.bash index 7074f67d..f54386e5 100644 --- a/cookbooks/nginx/attributes/default.bash +++ b/cookbooks/nginx/attributes/default.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash" -export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.13.4.tar.gz' +export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.13.5.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/packer/attributes/default.bash b/cookbooks/packer/attributes/default.bash index ee5823a4..740469e7 100644 --- 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.0.4/packer_1.0.4_linux_amd64.zip' +export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.1.0/packer_1.1.0_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 992cbccb..4765e7df 100644 --- 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.6.2/Python-3.6.2.tgz' +export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz' export PYTHON_INSTALL_FOLDER_PATH='/opt/python' \ No newline at end of file diff --git a/cookbooks/ruby/attributes/default.bash b/cookbooks/ruby/attributes/default.bash index 28261136..a04c915d 100644 --- a/cookbooks/ruby/attributes/default.bash +++ b/cookbooks/ruby/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.1.tar.gz' +export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.2.tar.gz' export RUBY_INSTALL_FOLDER_PATH='/opt/ruby' \ No newline at end of file diff --git a/cookbooks/selenium-server/attributes/hub.bash b/cookbooks/selenium-server/attributes/hub.bash index cf192f18..c6819f14 100644 --- a/cookbooks/selenium-server/attributes/hub.bash +++ b/cookbooks/selenium-server/attributes/hub.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar' +export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.6/selenium-server-standalone-3.6.0.jar' export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/hub' export SELENIUM_SERVER_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" diff --git a/cookbooks/terraform/attributes/default.bash b/cookbooks/terraform/attributes/default.bash index 6543bf51..18ad2917 100644 --- 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.10.3/terraform_0.10.3_linux_amd64.zip' +export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.10.7/terraform_0.10.7_linux_amd64.zip' export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform' \ No newline at end of file diff --git a/cookbooks/vault/attributes/default.bash b/cookbooks/vault/attributes/default.bash index 106d7aff..71661c97 100644 --- 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/0.8.1/vault_0.8.1_linux_amd64.zip' +export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.8.3/vault_0.8.3_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 a24fafa0..d7f6006f 100644 --- 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.26/VBoxGuestAdditions_5.1.26.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.1.28/VBoxGuestAdditions_5.1.28.iso' \ No newline at end of file