Skip to content

Commit 9e4f37f

Browse files
committed
fix: bump versions
1 parent 938cb2e commit 9e4f37f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/files/admin_api_scripts/grow_fs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fi
5252

5353
if [ -b "${XVDH_DEVICE}" ] ; then
5454
if [[ "${VOLUME_TYPE}" == "data" ]]; then
55-
resize2fs $XVDH_DEVICE
55+
resize2fs "${XVDH_DEVICE}"
5656

5757
elif [[ "${VOLUME_TYPE}" == "root" ]] ; then
5858
PLACEHOLDER_FL=/home/ubuntu/50M_PLACEHOLDER

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.015-orioledb"
13-
postgres17: "17.4.1.072-disks-1"
14-
postgres15: "15.8.1.129"
12+
postgresorioledb-17: "17.5.1.016-orioledb"
13+
postgres17: "17.4.1.073"
14+
postgres15: "15.8.1.130"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)