diff --git a/cookbooks/elastic-search/attributes/default.bash b/cookbooks/elastic-search/attributes/default.bash index 2bb20760..6fb1c498 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.0-linux-x86_64.tar.gz' +export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.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 a4e6b662..3f1de3c0 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.2.0-8641/generic/go-agent-19.2.0-8641.zip' -export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.2.0-8641/generic/go-server-19.2.0-8641.zip' +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_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 29b0c998..e1d1c623 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.3.linux-amd64.tar.gz' +export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.12.4.linux-amd64.tar.gz' export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang' \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/source.bash b/cookbooks/haproxy/attributes/source.bash index 0f7ff970..37b27ffa 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.19.tar.gz' +export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.20.tar.gz' export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy' diff --git a/cookbooks/jdk/attributes/default.bash b/cookbooks/jdk/attributes/default.bash index 575e5aba..dab7722e 100755 --- a/cookbooks/jdk/attributes/default.bash +++ b/cookbooks/jdk/attributes/default.bash @@ -1,7 +1,7 @@ #!/bin/bash -e -export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/12+33/312335d836a34c7c8bba9d963e26dc23/jdk-12_linux-x64_bin.tar.gz' -# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/11.0.2+9/f51449fcd52f4d52b93a989c5c56ed3c/jdk-11.0.2_linux-x64_bin.tar.gz' -# export JDK_DOWNLOAD_URL='https://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz' +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/java/jdk/11.0.3+12/37f5e150db5247ab9333b11c1dddcd30/jdk-11.0.3_linux-x64_bin.tar.gz' +# export JDK_DOWNLOAD_URL='https://download.oracle.com/otn/java/jdk/8u211-b12/478a62b7d4e34b78b671c754eaaf38ab/jdk-8u211-linux-x64.tar.gz' export JDK_INSTALL_FOLDER_PATH='/opt/jdk' \ No newline at end of file diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 9f4c73b3..5d50ad4b 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.0-linux-x86_64.tar.gz' +export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-7.0.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/maven/attributes/default.bash b/cookbooks/maven/attributes/default.bash index e1381ec0..f0aa5286 100755 --- a/cookbooks/maven/attributes/default.bash +++ b/cookbooks/maven/attributes/default.bash @@ -2,7 +2,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash" -export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz' +export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz' export MAVEN_INSTALL_FOLDER_PATH='/opt/maven' export MAVEN_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}" \ No newline at end of file diff --git a/cookbooks/mongodb/attributes/default.bash b/cookbooks/mongodb/attributes/default.bash index be1a9e36..17b09122 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.8.tgz' +export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.9.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 b9c2778e..7a6deeba 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.15-linux-glibc2.12-x86_64.tar.xz' +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_INSTALL_FOLDER_PATH='/opt/mysql' diff --git a/cookbooks/nginx/attributes/source.bash b/cookbooks/nginx/attributes/source.bash index 306d841e..5eddbd4c 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.11.tar.gz' +export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.15.12.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 2adda9e8..20b31e7c 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.0/nomad_0.9.0_linux_amd64.zip' +export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.9.1/nomad_0.9.1_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 75ad1ed7..4cf4d024 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.3.5/packer_1.3.5_linux_amd64.zip' +export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_linux_amd64.zip' export PACKER_INSTALL_FOLDER_PATH='/opt/packer' \ No newline at end of file diff --git a/cookbooks/ruby/attributes/default.bash b/cookbooks/ruby/attributes/default.bash index e5d8fbce..96b73a76 100755 --- 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.6/ruby-2.6.2.tar.gz' +export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.gz' export RUBY_INSTALL_FOLDER_PATH='/opt/ruby' \ No newline at end of file diff --git a/cookbooks/splunk-forwarder/attributes/default.bash b/cookbooks/splunk-forwarder/attributes/default.bash index 4f9330cb..c409c265 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.5.1/linux/splunkforwarder-7.2.5.1-962d9a8e1586-Linux-x86_64.tgz' +export SPLUNK_FORWARDER_DOWNLOAD_URL='https://download.splunk.com/products/universalforwarder/releases/7.2.6/linux/splunkforwarder-7.2.6-c0bf0f679ce9-Linux-x86_64.tgz' export SPLUNK_FORWARDER_INSTALL_FOLDER_PATH='/opt/splunkforwarder' export SPLUNK_FORWARDER_USER_NAME='splunk' diff --git a/cookbooks/test-ssl/attributes/default.bash b/cookbooks/test-ssl/attributes/default.bash index 086dd40a..15581c88 100755 --- a/cookbooks/test-ssl/attributes/default.bash +++ b/cookbooks/test-ssl/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-7.tar.gz' +export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-8.tar.gz' export TEST_SSL_INSTALL_FOLDER_PATH='/opt/test-ssl' \ No newline at end of file diff --git a/cookbooks/tomcat/attributes/default.bash b/cookbooks/tomcat/attributes/default.bash index 278d282f..d88d35ef 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.17/bin/apache-tomcat-9.0.17.tar.gz' +export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.19/bin/apache-tomcat-9.0.19.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 c9ddc730..e405ba2d 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.0/vault_1.1.0_linux_amd64.zip' +export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/1.1.2/vault_1.1.2_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 70ac661e..3a664e6e 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.4/VBoxGuestAdditions_6.0.4.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.6/VBoxGuestAdditions_6.0.6.iso' \ No newline at end of file