Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qjGZQ-00A2s3-2I for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Sep 2023 10:06:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qjGZO-00ALIn-MA for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Sep 2023 10:06:02 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qjGZO-00ALIa-Dn for pgadmin-hackers@lists.postgresql.org; Thu, 21 Sep 2023 10:06:02 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qjGZL-005mu9-Og for pgadmin-hackers@lists.postgresql.org; Thu, 21 Sep 2023 10:06:01 +0000 Received: from github.com (hubbernetes-node-959ad02.ac4-iad.github.net [10.52.206.109]) by smtp.github.com (Postfix) with ESMTPA id 4C3691E107B for ; Thu, 21 Sep 2023 03:05:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695290758; bh=uL2zPtqjJxApDkIZo0KrbVOKogqnzfD98SQ8FrnZ84Y=; h=Date:From:To:Subject:From; b=MwLgfznU5qAQmraTbKRuUQgXh/GWuj6irrgQegRufaGefFvrvPfD6g61jplVj2RIe lGaGnkUbfzJ1noZKQMM1bQGlIXaVE6TuhU8q9rase3j1l/4lqZAm8Wq8uqaTWz8Jkt EsjWgoWfLOU41gJc/BpanNGXFoRCiiLGdWRVVw5Y= Date: Thu, 21 Sep 2023 03:05:58 -0700 From: Dave Page To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5a26ca: Use PG16 as the default in the container. Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5a26cad588260b8abeaa56a83b8fd17a0abbc6a6 https://github.com/pgadmin-org/pgadmin4/commit/5a26cad588260b8abeaa56a83b8fd17a0abbc6a6 Author: Dave Page Date: 2023-09-21 (Thu, 21 Sep 2023) Changed paths: M Dockerfile M docs/en_US/release_notes.rst A docs/en_US/release_notes_7_8.rst Log Message: ----------- Use PG16 as the default in the container.