From a489056a61c43f6568babc51622b07a232794c60 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 2 Dec 2023 11:17:57 +0000 Subject: [PATCH 1/4] neon-extension 4277 --- Formula/neon-extension.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-extension.rb b/Formula/neon-extension.rb index 617ddb3..2768dfa 100644 --- a/Formula/neon-extension.rb +++ b/Formula/neon-extension.rb @@ -2,8 +2,8 @@ class NeonExtension < Formula desc "Extension enabling storage manager API and Pageserver communication" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-4273", - revision: "a113c3e4335fc4d7f3d8497eb87b5906a85751f2" + tag: "release-4277", + revision: "e65be4c2dcb26011fcb963e8445854305795286e" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 539acf126643bf26b90848f72e26b4b72e2213c6 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 2 Dec 2023 11:18:11 +0000 Subject: [PATCH 2/4] neon-local 4277 --- Formula/neon-local.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-local.rb b/Formula/neon-local.rb index 4d46611..b98253e 100644 --- a/Formula/neon-local.rb +++ b/Formula/neon-local.rb @@ -2,8 +2,8 @@ class NeonLocal < Formula desc "CLI for running Neon locally" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-4273", - revision: "a113c3e4335fc4d7f3d8497eb87b5906a85751f2" + tag: "release-4277", + revision: "e65be4c2dcb26011fcb963e8445854305795286e" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 954182065215bb999a2ab6b20a6ed1f75ba600c2 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 2 Dec 2023 11:18:21 +0000 Subject: [PATCH 3/4] neon-postgres 4277 --- Formula/neon-postgres.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-postgres.rb b/Formula/neon-postgres.rb index f75c2d3..85e79c1 100644 --- a/Formula/neon-postgres.rb +++ b/Formula/neon-postgres.rb @@ -2,8 +2,8 @@ class NeonPostgres < Formula desc "Neon's fork of PostgreSQL" homepage "https://github.com/neondatabase/postgres" url "https://github.com/neondatabase/neon.git", - tag: "release-4273", - revision: "a113c3e4335fc4d7f3d8497eb87b5906a85751f2" + tag: "release-4277", + revision: "e65be4c2dcb26011fcb963e8445854305795286e" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From e6e4843b6d8c09379b145b1007c14f03b9e82139 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sat, 2 Dec 2023 11:18:34 +0000 Subject: [PATCH 4/4] neon-storage 4277 --- Formula/neon-storage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-storage.rb b/Formula/neon-storage.rb index 80113a2..63b7c2d 100644 --- a/Formula/neon-storage.rb +++ b/Formula/neon-storage.rb @@ -2,8 +2,8 @@ class NeonStorage < Formula desc "Storage components for Neon" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-4273", - revision: "a113c3e4335fc4d7f3d8497eb87b5906a85751f2" + tag: "release-4277", + revision: "e65be4c2dcb26011fcb963e8445854305795286e" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"