From: Brett Smith Date: Fri, 7 Jun 2024 16:00:58 +0000 (-0400) Subject: 21363: Update Salt versions to support Ubuntu 24.04 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/08a4a99b365ee60e22ecce578b3f8197d13b201d 21363: Update Salt versions to support Ubuntu 24.04 Arvados-DCO-1.1-Signed-off-by: Brett Smith --- diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index edecc761c8..de0720ee1f 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -285,11 +285,11 @@ VERSION="latest" # We pin the salt version to avoid potential incompatibilities when a new # stable version is released. -SALT_VERSION="3006" +SALT_VERSION="3007" # Other formula versions we depend on -POSTGRES_TAG="7529300c287b1c288af0f494ca668c2217bd1c5d" -POSTGRES_URL="https://github.com/saltstack-formulas/postgres-formula.git" +POSTGRES_TAG="a809e03bad115bbdf24ad347e2dc9a52e144c31f" +POSTGRES_URL="https://github.com/arvados/postgres-formula.git" NGINX_TAG="v2.8.1" DOCKER_TAG="v2.4.2" LOCALE_TAG="v0.3.5"