Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 31, 2019
1 parent 3601a3f commit 20c375d
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cookbooks/akamai-cli/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.1/akamai-1.1.1-linuxamd64'
export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.2/akamai-1.1.2-linuxamd64'

export AKAMAI_INSTALL_FOLDER_PATH='/opt/akamai'
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://github.com/hashicorp/consul/archive/v1.4.0.zip'
export CONSUL_DOWNLOAD_URL='https://github.com/hashicorp/consul/archive/v1.4.2.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.5.4.tar.gz'
export ELASTIC_SEARCH_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.tar.gz'

export ELASTIC_SEARCH_INSTALL_FOLDER_PATH='/opt/elastic-search'
export ELASTIC_SEARCH_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
12 changes: 6 additions & 6 deletions cookbooks/go-cd/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/18.12.0-8222/generic/go-server-18.12.0-8222.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/18.12.0-8222/generic/go-agent-18.12.0-8222.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/19.1.0-8469/generic/go-agent-19.1.0-8469.zip'
export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/19.1.0-8469/generic/go-server-19.1.0-8469.zip'

export GO_CD_SERVER_INSTALL_FOLDER_PATH='/opt/go-cd/server'
export GO_CD_AGENT_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent'
export GO_CD_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
export GO_CD_SERVER_INSTALL_FOLDER_PATH='/opt/go-cd/server'

export GO_CD_SERVER_SERVICE_NAME='go-cd-server'
export GO_CD_AGENT_SERVICE_NAME='go-cd-agent'
export GO_CD_SERVER_SERVICE_NAME='go-cd-server'

export GO_CD_USER_NAME='go'
export GO_CD_GROUP_NAME='go'
export GO_CD_GROUP_NAME='go'
export GO_CD_USER_NAME='go'
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.11.4.linux-amd64.tar.gz'
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz'

export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang'
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.5.4-linux-x86_64.tar.gz'
export KIBANA_DOWNLOAD_URL='https://artifacts.elastic.co/downloads/kibana/kibana-6.6.0-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/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.13-linux-glibc2.12-x86_64.tar.xz'
export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.14-linux-glibc2.12-x86_64.tar.xz'

export MYSQL_INSTALL_FOLDER_PATH='/opt/mysql'

Expand Down
2 changes: 1 addition & 1 deletion cookbooks/node-js/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export NODE_JS_INSTALL_FOLDER_PATH='/opt/node-js'

# export NODE_JS_VERSION='v10.15.0'
# export NODE_JS_VERSION='v10.15.1'
export NODE_JS_VERSION='latest'

export NODE_JS_INSTALL_NPM_PACKAGES=(
Expand Down
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.3/packer_1.3.3_linux_amd64.zip'
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.3.4/packer_1.3.4_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.0.tar.gz'
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz'

export RUBY_INSTALL_FOLDER_PATH='/opt/ruby'
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.2/VBoxGuestAdditions_6.0.2.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.4/VBoxGuestAdditions_6.0.4.iso'
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen'
export CLOUD_JENKINS_GIT_USER_EMAIL='[email protected]'

export CLOUD_JENKINS_NODE_JS_INSTALL_FOLDER_PATH="${NODE_JS_INSTALL_FOLDER_PATH}"
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.0'
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1'

export CLOUD_USERS=(
'centos'
Expand Down
2 changes: 1 addition & 1 deletion roles/work/roles/cloud/roles/jenkins/attributes/slave.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen'
export CLOUD_JENKINS_GIT_USER_EMAIL='[email protected]'

export CLOUD_JENKINS_NODE_JS_INSTALL_FOLDER_PATH="${NODE_JS_INSTALL_FOLDER_PATH}"
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.0'
export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1'

export CLOUD_USERS=(
'centos'
Expand Down

0 comments on commit 20c375d

Please sign in to comment.