From 67ea46f43f3fd5cb04dbdce0bb2cd072996c733a Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Sun, 13 Jan 2019 20:38:01 -0800 Subject: [PATCH] update version --- cookbooks/akamai-cli/attributes/default.bash | 2 +- cookbooks/haproxy/attributes/source.bash | 2 +- cookbooks/nomad/attributes/default.bash | 2 +- cookbooks/wild-fly/attributes/default.bash | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/akamai-cli/attributes/default.bash b/cookbooks/akamai-cli/attributes/default.bash index da89a102..2a202803 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.0/akamai-1.1.0-linuxamd64' +export AKAMAI_DOWNLOAD_URL='https://github.com/akamai/cli/releases/download/1.1.1/akamai-1.1.1-linuxamd64' export AKAMAI_INSTALL_FOLDER_PATH='/opt/akamai' \ No newline at end of file diff --git a/cookbooks/haproxy/attributes/source.bash b/cookbooks/haproxy/attributes/source.bash index 69b6e88a..4e6a6aff 100755 --- 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.8/src/haproxy-1.8.16.tar.gz' +export HAPROXY_DOWNLOAD_URL='http://www.haproxy.org/download/1.8/src/haproxy-1.8.17.tar.gz' export HAPROXY_INSTALL_FOLDER_PATH='/opt/haproxy' diff --git a/cookbooks/nomad/attributes/default.bash b/cookbooks/nomad/attributes/default.bash index 1f1e4072..eab38a86 100755 --- a/cookbooks/nomad/attributes/default.bash +++ b/cookbooks/nomad/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip' +export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.7/nomad_0.8.7_linux_amd64.zip' export NOMAD_INSTALL_FOLDER_PATH='/opt/nomad' \ No newline at end of file diff --git a/cookbooks/wild-fly/attributes/default.bash b/cookbooks/wild-fly/attributes/default.bash index 0d4ebe2d..66d89510 100755 --- 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/15.0.0.Final/wildfly-15.0.0.Final.tar.gz' +export WILD_FLY_DOWNLOAD_URL='http://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz' export WILD_FLY_INSTALL_FOLDER_PATH='/opt/wild-fly' export WILD_FLY_USER_NAME='wild-fly'