From fe4098678dd4bf5cf76fc94a1f144fd6f56f0ef9 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 15 Dec 2023 17:10:42 +0000 Subject: [PATCH 1/4] neon-extension 4414 --- 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 be1497f..68f4384 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-4344", - revision: "60af392e4506f880de81a14cc5c361cb0af8a47c" + tag: "release-4414", + revision: "3633742de99655f67e768731fc77e8e6758f9a1b" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From fd97b3d670274318563727da64cbfbc828f8a254 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 15 Dec 2023 17:10:54 +0000 Subject: [PATCH 2/4] neon-local 4414 --- 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 e223670..f53422e 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-4344", - revision: "60af392e4506f880de81a14cc5c361cb0af8a47c" + tag: "release-4414", + revision: "3633742de99655f67e768731fc77e8e6758f9a1b" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 72889b90e5d9f69b88995b625d88b70c3d84ad6e Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 15 Dec 2023 17:11:03 +0000 Subject: [PATCH 3/4] neon-postgres 4414 --- 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 80a7084..3a1aefd 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-4344", - revision: "60af392e4506f880de81a14cc5c361cb0af8a47c" + tag: "release-4414", + revision: "3633742de99655f67e768731fc77e8e6758f9a1b" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 18b365361b9ed081a9e75d90a12f972ae0d130b0 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 15 Dec 2023 17:11:13 +0000 Subject: [PATCH 4/4] neon-storage 4414 --- 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 a4b675c..be80694 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-4344", - revision: "60af392e4506f880de81a14cc5c361cb0af8a47c" + tag: "release-4414", + revision: "3633742de99655f67e768731fc77e8e6758f9a1b" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"