diff --git a/amazon-amd64-nix.pkr.hcl b/amazon-amd64-nix.pkr.hcl index 9ec3ed95c..443387d6d 100644 --- a/amazon-amd64-nix.pkr.hcl +++ b/amazon-amd64-nix.pkr.hcl @@ -168,7 +168,7 @@ source "amazon-ebssurrogate" "source" { } communicator = "ssh" - ssh_pty = true + ssh_pty = false ssh_username = "ubuntu" ssh_timeout = "5m" diff --git a/ansible/vars.yml b/ansible/vars.yml index 241fb8710..aca4f67ac 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,9 +10,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.6.0.088-orioledb" - postgres17: "17.6.1.131" - postgres15: "15.14.1.131" + postgresorioledb-17: "17.6.0.089-orioledb" + postgres17: "17.6.1.132" + postgres15: "15.14.1.132" # Non Postgres Extensions pgbouncer_release: 1.25.1