diff --git a/cookbooks/consul/attributes/default.bash b/cookbooks/consul/attributes/default.bash index b393df69..3b13f714 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://github.com/hashicorp/consul/archive/v1.5.0.zip' +export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.5.1.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 6fb1c498..118ffb0c 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.0.1-linux-x86_64.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-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 3f1de3c0..2ecdee3d 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.3.0-8959/generic/go-agent-19.3.0-8959.zip' -export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.3.0-8959/generic/go-server-19.3.0-8959.zip' +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_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent' export GO_CD_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 5d50ad4b..661edc67 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.0.1-linux-x86_64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-7.1.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 17b09122..f257d13e 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.9.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.10.tgz' export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb' export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data" diff --git a/cookbooks/nginx/attributes/source.bash b/cookbooks/nginx/attributes/source.bash index 5eddbd4c..cc42431a 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.15.12.tar.gz' +export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.17.0.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/node-js/attributes/default.bash b/cookbooks/node-js/attributes/default.bash index 48a28ee3..6740c060 100755 --- a/cookbooks/node-js/attributes/default.bash +++ b/cookbooks/node-js/attributes/default.bash @@ -2,7 +2,7 @@ export NODE_JS_INSTALL_FOLDER_PATH='/opt/node-js' -# export NODE_JS_VERSION='v10.15.3' +# export NODE_JS_VERSION='v10.16.0' export NODE_JS_VERSION='latest' export NODE_JS_INSTALL_NPM_PACKAGES=( diff --git a/cookbooks/packer/attributes/default.bash b/cookbooks/packer/attributes/default.bash index 4cf4d024..2a668494 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.0/packer_1.4.0_linux_amd64.zip' +export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.4.1/packer_1.4.1_linux_amd64.zip' export PACKER_INSTALL_FOLDER_PATH='/opt/packer' \ No newline at end of file diff --git a/cookbooks/terraform/attributes/default.bash b/cookbooks/terraform/attributes/default.bash index dac03140..03c375c2 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.11.14/terraform_0.11.14_linux_amd64.zip' +export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip' export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform' \ No newline at end of file