Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Mar 8, 2018
1 parent 48d9684 commit a027757
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
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_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/18.1.0-5937/generic/go-server-18.1.0-5937.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/18.1.0-5937/generic/go-agent-18.1.0-5937.zip'
export GO_CD_SERVER_DOWNLOAD_URL='https://download.gocd.org/binaries/18.2.0-6228/generic/go-server-18.2.0-6228.zip'
export GO_CD_AGENT_DOWNLOAD_URL='https://download.gocd.org/binaries/18.2.0-6228/generic/go-agent-18.2.0-6228.zip'

export GO_CD_SERVER_INSTALL_FOLDER_PATH='/opt/go-cd/server'
export GO_CD_AGENT_INSTALL_FOLDER_PATH='/opt/go-cd/agents/agent'
Expand Down
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.13.zip'
export GROOVY_DOWNLOAD_URL='https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.14.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/binary.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e

export HAPROXY_VERSION='1.7'
export HAPROXY_VERSION='1.8'
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.7/src/haproxy-1.7.10.tar.gz'
export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.4.tar.gz'

export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy'

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.5.2/binaries/apache-maven-3.5.2-bin.tar.gz'
export MAVEN_DOWNLOAD_URL='http://www.us.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-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/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='v8.9.4'
# export NODE_JS_VERSION='v8.10.0'
export NODE_JS_VERSION='latest'

export NODE_JS_INSTALL_NPM_PACKAGES=(
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/selenium-server/attributes/hub.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 SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.10/selenium-server-standalone-3.10.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/hub'
export SELENIUM_SERVER_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/selenium-server/attributes/node.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 SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1.jar'
export SELENIUM_SERVER_DOWNLOAD_URL='http://selenium-release.storage.googleapis.com/3.10/selenium-server-standalone-3.10.0.jar'

export SELENIUM_SERVER_INSTALL_FOLDER_PATH='/opt/selenium-server/node'
export SELENIUM_SERVER_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.4/vault_0.9.4_linux_amd64.zip'
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_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.6/VBoxGuestAdditions_5.2.6.iso'
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso'
2 changes: 1 addition & 1 deletion cookbooks/wild-fly/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"

export WILD_FLY_JDK_INSTALL_FOLDER_PATH="${JDK_INSTALL_FOLDER_PATH}"

export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/11.0.0.Final/wildfly-11.0.0.Final.tar.gz'
export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/12.0.0.Final/wildfly-12.0.0.Final.tar.gz'
export WILD_FLY_INSTALL_FOLDER_PATH='/opt/wild-fly'

export WILD_FLY_USER_NAME='wild-fly'
Expand Down
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='v8.9.4'
export CLOUD_JENKINS_NODE_JS_VERSION='v8.10.0'

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='v8.9.4'
export CLOUD_JENKINS_NODE_JS_VERSION='v8.10.0'

export CLOUD_USERS=(
'centos'
Expand Down

0 comments on commit a027757

Please sign in to comment.