Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 2, 2019
1 parent 3b3e1f4 commit 06d1cc3
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
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-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}"
Expand Down
4 changes: 2 additions & 2 deletions cookbooks/go-cd/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
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.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'
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.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'

Expand Down
6 changes: 3 additions & 3 deletions cookbooks/jdk/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -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'
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-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'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/maven/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 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}"
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-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"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mysql/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -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'

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.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'

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.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'
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.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'
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.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'
2 changes: 1 addition & 1 deletion cookbooks/splunk-forwarder/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
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-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'
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-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}"
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/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'
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/6.0.4/VBoxGuestAdditions_6.0.4.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.6/VBoxGuestAdditions_6.0.6.iso'

0 comments on commit 06d1cc3

Please sign in to comment.