diff --git a/cookbooks/go-cd/attributes/default.bash b/cookbooks/go-cd/attributes/default.bash index 7e499ca1..d2a91d27 100644 --- 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_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' diff --git a/cookbooks/groovy/attributes/default.bash b/cookbooks/groovy/attributes/default.bash index 6ce9e6ac..29770364 100644 --- a/cookbooks/groovy/attributes/default.bash +++ b/cookbooks/groovy/attributes/default.bash @@ -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}" \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/binary.bash b/cookbooks/haproxy/attributes/binary.bash index b9777188..4a4ac8b0 100644 --- a/cookbooks/haproxy/attributes/binary.bash +++ b/cookbooks/haproxy/attributes/binary.bash @@ -1,3 +1,3 @@ #!/bin/bash -e -export HAPROXY_VERSION='1.7' \ No newline at end of file +export HAPROXY_VERSION='1.8' \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/source.bash b/cookbooks/haproxy/attributes/source.bash index 429c2353..78a34fc8 100644 --- 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.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' diff --git a/cookbooks/maven/attributes/default.bash b/cookbooks/maven/attributes/default.bash index addee526..24599616 100644 --- 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.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}" \ No newline at end of file diff --git a/cookbooks/node-js/attributes/default.bash b/cookbooks/node-js/attributes/default.bash index 67341816..bcaa504e 100644 --- a/cookbooks/node-js/attributes/default.bash +++ b/cookbooks/node-js/attributes/default.bash @@ -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=( diff --git a/cookbooks/selenium-server/attributes/hub.bash b/cookbooks/selenium-server/attributes/hub.bash index f640b817..447a46da 100644 --- a/cookbooks/selenium-server/attributes/hub.bash +++ b/cookbooks/selenium-server/attributes/hub.bash @@ -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}" diff --git a/cookbooks/selenium-server/attributes/node.bash b/cookbooks/selenium-server/attributes/node.bash index 82662735..e9ac6ffa 100644 --- a/cookbooks/selenium-server/attributes/node.bash +++ b/cookbooks/selenium-server/attributes/node.bash @@ -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}" diff --git a/cookbooks/vault/attributes/default.bash b/cookbooks/vault/attributes/default.bash index bb2ff205..8222e7f8 100644 --- 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/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' \ 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 c92df106..4c77b5cf 100644 --- 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/5.2.6/VBoxGuestAdditions_5.2.6.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso' \ No newline at end of file diff --git a/cookbooks/wild-fly/attributes/default.bash b/cookbooks/wild-fly/attributes/default.bash index d8ddd4ca..cedfe3a0 100644 --- a/cookbooks/wild-fly/attributes/default.bash +++ b/cookbooks/wild-fly/attributes/default.bash @@ -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' diff --git a/roles/work/roles/cloud/roles/jenkins/attributes/master.bash b/roles/work/roles/cloud/roles/jenkins/attributes/master.bash index eb4a5d97..8cf90e91 100644 --- a/roles/work/roles/cloud/roles/jenkins/attributes/master.bash +++ b/roles/work/roles/cloud/roles/jenkins/attributes/master.bash @@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen' export CLOUD_JENKINS_GIT_USER_EMAIL='namnguye@adobe.com' 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' diff --git a/roles/work/roles/cloud/roles/jenkins/attributes/slave.bash b/roles/work/roles/cloud/roles/jenkins/attributes/slave.bash index eb4a5d97..8cf90e91 100644 --- a/roles/work/roles/cloud/roles/jenkins/attributes/slave.bash +++ b/roles/work/roles/cloud/roles/jenkins/attributes/slave.bash @@ -7,7 +7,7 @@ export CLOUD_JENKINS_GIT_USER_NAME='Nam Nguyen' export CLOUD_JENKINS_GIT_USER_EMAIL='namnguye@adobe.com' 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'