21363: Update Salt versions to support Ubuntu 24.04
authorBrett Smith <brett.smith@curii.com>
Fri, 7 Jun 2024 16:00:58 +0000 (12:00 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 7 Jun 2024 16:00:58 +0000 (12:00 -0400)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

tools/salt-install/provision.sh

index edecc761c806a0e2d8fa8ee5123c65f8d78a674c..de0720ee1f716252ea8f1233fa64eb6edc64a551 100755 (executable)
@@ -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"