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 1qnE0q-00AAm8-Ns for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:44 +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 1qnE0P-00HWFp-S0 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ql3F3-00AiZx-Hc for pgadmin-hackers@lists.postgresql.org; Tue, 26 Sep 2023 08:16:25 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ql3Ew-007e4w-15 for pgadmin-hackers@lists.postgresql.org; Tue, 26 Sep 2023 08:16:24 +0000 Received: from github.com (hubbernetes-node-bd9e623.ash1-iad.github.net [10.56.206.54]) by smtp.github.com (Postfix) with ESMTPA id 2CFAE60080D for ; Tue, 26 Sep 2023 01:16:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695716176; bh=XKYqvtiRX8ICwDgcg1Q4+o+zxdCEDFESNkZH5wo/tMQ=; h=Date:From:To:Subject:From; b=PhN51Qwo7DeRF2B23mXQNVbUYP9F649ON4OsjvGafs1380ZC9yYNe24SjMIQZcGMw Pjv+Qn+tIo+Z6H11za3G3P6fQtalLMMR30tzFnRrhy6+I+pHo0QNmGUklNwKBg5Cb6 nsV84ngQ2T63y9jMUk03JFRhPxYh8wld19pU+tVo= Date: Tue, 26 Sep 2023 01:16:16 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5736e1: 1) Fixed an issue where PG 16 binaries not getting... 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: 5736e173ea5ff6be772fa3fe60fa5919fb33b77a https://github.com/pgadmin-org/pgadmin4/commit/5736e173ea5ff6be772fa3fe60fa5919fb33b77a Author: Akshay Joshi Date: 2023-09-26 (Tue, 26 Sep 2023) Changed paths: M Dockerfile M docs/en_US/container_deployment.rst M docs/en_US/release_notes_7_8.rst M pkg/docker/entrypoint.sh M web/config.py M web/pgadmin/utils/constants.py Log Message: ----------- 1) Fixed an issue where PG 16 binaries not getting copied into the docker container. 2) Remove support for PostgreSQL 11.