From e37d856cedde8c4dd87354017137f11468091e08 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 22 Dec 2023 11:11:42 +0000 Subject: [PATCH 1/4] neon-extension 4459 --- 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 c165027..f9d3d00 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-4456", - revision: "306c7a18134c13e5a9e08631684c73044c47e95c" + tag: "release-4459", + revision: "c13a2f0df118708ce4d596528a9cb63ece84a250" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 4bddd91d80f5e29d0f9be240b8c0305f021aa6c9 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 22 Dec 2023 11:11:55 +0000 Subject: [PATCH 2/4] neon-local 4459 --- 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 e5c935f..d3ec0af 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-4456", - revision: "306c7a18134c13e5a9e08631684c73044c47e95c" + tag: "release-4459", + revision: "c13a2f0df118708ce4d596528a9cb63ece84a250" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 21c89840b2ea0d53998f3436cb61ad1b60715559 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 22 Dec 2023 11:12:19 +0000 Subject: [PATCH 3/4] neon-postgres 4459 --- 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 c8a8ec3..15cbfa5 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-4456", - revision: "306c7a18134c13e5a9e08631684c73044c47e95c" + tag: "release-4459", + revision: "c13a2f0df118708ce4d596528a9cb63ece84a250" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 67106467d239c9360c709fa3dc7fe9174e73a13f Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Fri, 22 Dec 2023 11:12:30 +0000 Subject: [PATCH 4/4] neon-storage 4459 --- 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 bcbf705..c27771a 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-4456", - revision: "306c7a18134c13e5a9e08631684c73044c47e95c" + tag: "release-4459", + revision: "c13a2f0df118708ce4d596528a9cb63ece84a250" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"