diff --git a/cookbooks/akamai-cli/attributes/default.bash b/cookbooks/akamai-cli/attributes/default.bash index 2a202803..78f1079e 100755 --- a/cookbooks/akamai-cli/attributes/default.bash +++ b/cookbooks/akamai-cli/attributes/default.bash @@ -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' \ No newline at end of file diff --git a/cookbooks/consul/attributes/default.bash b/cookbooks/consul/attributes/default.bash index 0e172eab..2a1f63c8 100755 --- a/cookbooks/consul/attributes/default.bash +++ b/cookbooks/consul/attributes/default.bash @@ -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' \ No newline at end of file diff --git a/cookbooks/elastic-search/attributes/default.bash b/cookbooks/elastic-search/attributes/default.bash index 4c9e57c8..cece3406 100755 --- a/cookbooks/elastic-search/attributes/default.bash +++ b/cookbooks/elastic-search/attributes/default.bash @@ -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}" diff --git a/cookbooks/go-cd/attributes/default.bash b/cookbooks/go-cd/attributes/default.bash index 0905ed61..db7223fd 100755 --- a/cookbooks/go-cd/attributes/default.bash +++ b/cookbooks/go-cd/attributes/default.bash @@ -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' \ No newline at end of file +export GO_CD_GROUP_NAME='go' +export GO_CD_USER_NAME='go' \ No newline at end of file diff --git a/cookbooks/go-lang/attributes/default.bash b/cookbooks/go-lang/attributes/default.bash index 49065002..d9e3514d 100755 --- a/cookbooks/go-lang/attributes/default.bash +++ b/cookbooks/go-lang/attributes/default.bash @@ -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' \ No newline at end of file diff --git a/cookbooks/kibana/attributes/default.bash b/cookbooks/kibana/attributes/default.bash index 2fbb37a1..a89f2387 100755 --- a/cookbooks/kibana/attributes/default.bash +++ b/cookbooks/kibana/attributes/default.bash @@ -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' diff --git a/cookbooks/mysql/attributes/default.bash b/cookbooks/mysql/attributes/default.bash index 52922149..b262263d 100755 --- a/cookbooks/mysql/attributes/default.bash +++ b/cookbooks/mysql/attributes/default.bash @@ -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' diff --git a/cookbooks/node-js/attributes/default.bash b/cookbooks/node-js/attributes/default.bash index 7f1c6405..8f9c259e 100755 --- 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='v10.15.0' +# export NODE_JS_VERSION='v10.15.1' export NODE_JS_VERSION='latest' export NODE_JS_INSTALL_NPM_PACKAGES=( diff --git a/cookbooks/packer/attributes/default.bash b/cookbooks/packer/attributes/default.bash index 0b9aa5f7..918e9a0f 100755 --- a/cookbooks/packer/attributes/default.bash +++ b/cookbooks/packer/attributes/default.bash @@ -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' \ No newline at end of file diff --git a/cookbooks/ruby/attributes/default.bash b/cookbooks/ruby/attributes/default.bash index b8efc083..b4456f11 100755 --- a/cookbooks/ruby/attributes/default.bash +++ b/cookbooks/ruby/attributes/default.bash @@ -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' \ 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 c11b4e8d..70ac661e 100755 --- 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/6.0.2/VBoxGuestAdditions_6.0.2.iso' \ No newline at end of file +export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/6.0.4/VBoxGuestAdditions_6.0.4.iso' \ No newline at end of file diff --git a/roles/work/roles/cloud/roles/jenkins/attributes/master.bash b/roles/work/roles/cloud/roles/jenkins/attributes/master.bash index c91edded..50a44072 100755 --- 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='v10.15.0' +export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1' 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 c91edded..50a44072 100755 --- 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='v10.15.0' +export CLOUD_JENKINS_NODE_JS_VERSION='v10.15.1' export CLOUD_USERS=( 'centos'