Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Apr 18, 2018
1 parent 693ca2e commit c4b0882
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cookbooks/ant/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.2-bin.tar.gz'
export ANT_DOWNLOAD_URL='http://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.3-bin.tar.gz'

export ANT_INSTALL_FOLDER_PATH='/opt/ant'
export ANT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
2 changes: 1 addition & 1 deletion cookbooks/consul/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.6/consul_1.0.6_linux_amd64.zip'
export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_linux_amd64.zip'

export CONSUL_INSTALL_FOLDER_PATH='/opt/consul'
2 changes: 1 addition & 1 deletion cookbooks/elastic-search/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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-6.2.2.tar.gz'
export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.tar.gz'

export ELASTIC_SEARCH_INSTALL_FOLDER_PATH='/opt/elastic-search'
export ELASTIC_SEARCH_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/go-lang/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.linux-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.1.linux-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang'
2 changes: 1 addition & 1 deletion cookbooks/groovy/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.14.zip'
export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.15.zip'

export GROOVY_INSTALL_FOLDER_PATH='/opt/groovy'
export GROOVY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
2 changes: 1 addition & 1 deletion cookbooks/haproxy/attributes/source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.7.tar.gz'

export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy'

Expand Down
5 changes: 2 additions & 3 deletions cookbooks/jdk/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash -e

export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10+46/76eac37278c24557a3c4199677f19b62/jdk-10_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.tar.gz'
export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10.0.1+10/fb4372174a714e6b8c52526dc134031e/jdk-10.0.1_linux-x64_bin.tar.gz'
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz'

export JDK_INSTALL_FOLDER_PATH='/opt/jdk'
2 changes: 1 addition & 1 deletion cookbooks/kibana/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.2.2-linux-x86_64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.2.4-linux-x86_64.tar.gz'
export KIBANA_ELASTIC_SEARCH_URL='http://127.0.0.1:9200'

export KIBANA_INSTALL_FOLDER_PATH='/opt/kibana'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mongodb/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.3.tgz'
export MONGODB_DOWNLOAD_URL='https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.4.tgz'

export MONGODB_INSTALL_FOLDER_PATH='/opt/mongodb'
export MONGODB_INSTALL_DATA_FOLDER="${MONGODB_INSTALL_FOLDER_PATH}/data"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/nginx/attributes/source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "$(dirname "${BASH_SOURCE[0]}")/../../pcre/attributes/default.bash"

export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.13.10.tar.gz'
export NGINX_DOWNLOAD_URL='http://nginx.org/download/nginx-1.13.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'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/nomad/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.7.1/nomad_0.7.1_linux_amd64.zip'
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.1/nomad_0.8.1_linux_amd64.zip'

export NOMAD_INSTALL_FOLDER_PATH='/opt/nomad'
2 changes: 1 addition & 1 deletion cookbooks/packer/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.1/packer_1.2.1_linux_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip'

export PACKER_INSTALL_FOLDER_PATH='/opt/packer'
2 changes: 1 addition & 1 deletion cookbooks/pcre/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

export PCRE_DOWNLOAD_URL='http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.gz'
export PCRE_DOWNLOAD_URL='ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.42.tar.gz'

export PCRE_INSTALL_FOLDER_PATH='/opt/pcre'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/porter/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v5.0.0/porter_linux386'
export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v5.1.0/porter_linux386'

export PORTER_INSTALL_FOLDER_PATH='/opt/porter'
2 changes: 1 addition & 1 deletion cookbooks/python/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz'
export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz'

export PYTHON_INSTALL_FOLDER_PATH='/opt/python'
2 changes: 1 addition & 1 deletion cookbooks/ruby/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.0.tar.gz'
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.gz'

export RUBY_INSTALL_FOLDER_PATH='/opt/ruby'
2 changes: 1 addition & 1 deletion cookbooks/terraform/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.3/terraform_0.11.3_linux_amd64.zip'
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_linux_amd64.zip'

export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform'
2 changes: 1 addition & 1 deletion cookbooks/test-ssl/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-2.tar.gz'
export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz'

export TEST_SSL_INSTALL_FOLDER_PATH='/opt/test-ssl'
2 changes: 1 addition & 1 deletion cookbooks/tomcat/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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-8/v8.5.28/bin/apache-tomcat-8.5.28.tar.gz'
export TOMCAT_DOWNLOAD_URL='http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.30/bin/apache-tomcat-8.5.30.tar.gz'

export TOMCAT_INSTALL_FOLDER_PATH='/opt/tomcat'
export TOMCAT_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/vault/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_linux_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.0/vault_0.10.0_linux_amd64.zip'

export VAULT_INSTALL_FOLDER_PATH='/opt/vault'
2 changes: 1 addition & 1 deletion cookbooks/vbox-guest-additions/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e

export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.10/VBoxGuestAdditions_5.2.10.iso'

0 comments on commit c4b0882

Please sign in to comment.