From 6ed403d819796d45dc0afa2aaaf51ef1f6a8fab8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:31:30 +0000 Subject: [PATCH 1/2] Initial plan From dcf06520491aec0b80951eaa974b2d52babce818 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:32:09 +0000 Subject: [PATCH 2/2] Remove password expiration date from superuser role in postgres_simple.yml Agent-Logs-Url: https://github.com/ZPascal/postgres-release/sessions/e30ada10-d5a3-4b07-bc19-8c8efffbe9c7 Co-authored-by: ZPascal <13447634+ZPascal@users.noreply.github.com> --- src/acceptance-tests/testing/templates/postgres_simple.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/acceptance-tests/testing/templates/postgres_simple.yml b/src/acceptance-tests/testing/templates/postgres_simple.yml index ed1f3bc9..7efa91f8 100644 --- a/src/acceptance-tests/testing/templates/postgres_simple.yml +++ b/src/acceptance-tests/testing/templates/postgres_simple.yml @@ -48,7 +48,6 @@ instance_groups: permissions: - "SUPERUSER" - "CONNECTION LIMIT 33" - - "VALID UNTIL 'May 5 12:00:00 2035 +1'" persistent_disk_type: YOUR_DISK_TYPE vm_type: YOUR_VM_TYPE stemcell: linux