From fdca3159ff580f8cb7b4db551467368d1b7d840e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 14 Mar 2022 21:12:20 -0300 Subject: [PATCH 1/1] Upgrade nginx, docker and postgresql formulas in the installer MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit no issue # Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- tools/salt-install/local.params.example.multiple_hosts | 6 +++--- .../local.params.example.single_host_multiple_hostnames | 6 +++--- .../local.params.example.single_host_single_hostname | 4 ++-- tools/salt-install/provision.sh | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts index 221e7b35eb..32d1f8bb96 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -119,8 +119,8 @@ RELEASE="production" # Formulas versions # ARVADOS_TAG="2.2.0" -# POSTGRES_TAG="v0.43.0" -# NGINX_TAG="v2.8.0" -# DOCKER_TAG="v2.0.7" +# POSTGRES_TAG="v0.44.0" +# NGINX_TAG="v2.8.1" +# DOCKER_TAG="v2.4.2" # LOCALE_TAG="v0.3.4" # LETSENCRYPT_TAG="v2.1.0" diff --git a/tools/salt-install/local.params.example.single_host_multiple_hostnames b/tools/salt-install/local.params.example.single_host_multiple_hostnames index 77015248c1..d6bfb102e9 100644 --- a/tools/salt-install/local.params.example.single_host_multiple_hostnames +++ b/tools/salt-install/local.params.example.single_host_multiple_hostnames @@ -70,8 +70,8 @@ RELEASE="production" # Formulas versions # ARVADOS_TAG="2.2.0" -# POSTGRES_TAG="v0.43.0" -# NGINX_TAG="v2.8.0" -# DOCKER_TAG="v2.0.7" +# POSTGRES_TAG="v0.44.0" +# NGINX_TAG="v2.8.1" +# DOCKER_TAG="v2.4.2" # LOCALE_TAG="v0.3.4" # LETSENCRYPT_TAG="v2.1.0" diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname index a1cd491bc2..b6c7e5f7a5 100644 --- a/tools/salt-install/local.params.example.single_host_single_hostname +++ b/tools/salt-install/local.params.example.single_host_single_hostname @@ -79,7 +79,7 @@ RELEASE="production" # Formulas versions # ARVADOS_TAG="2.2.0" # POSTGRES_TAG="v0.44.0" -# NGINX_TAG="v2.8.0" -# DOCKER_TAG="v2.4.0" +# NGINX_TAG="v2.8.1" +# DOCKER_TAG="v2.4.2" # LOCALE_TAG="v0.3.4" # LETSENCRYPT_TAG="v2.1.0" diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index 7ab2b33b2a..3b5c8cd2e7 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -208,8 +208,8 @@ VERSION="latest" # Other formula versions we depend on POSTGRES_TAG="v0.44.0" -NGINX_TAG="v2.8.0" -DOCKER_TAG="v2.4.0" +NGINX_TAG="v2.8.1" +DOCKER_TAG="v2.4.2" LOCALE_TAG="v0.3.4" LETSENCRYPT_TAG="v2.1.0" -- 2.30.2