From a2237d816aecb0825bbfe19e900e7d5dbfdc2723 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 27 Nov 2023 12:13:46 +0000 Subject: [PATCH 1/4] neon-extension 4270 --- 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 6dc6d10..c85cf94 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-4245", - revision: "4430d0ae7d3fe441e40e67bc719e87ee7dc333dc" + tag: "release-4270", + revision: "27096858dcffef3f13aa545f25f9a736ff231101" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From f26943f4dc2b3f396f413b9918faa93dd8212417 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 27 Nov 2023 12:13:56 +0000 Subject: [PATCH 2/4] neon-local 4270 --- 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 05625ef..3f94be9 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-4245", - revision: "4430d0ae7d3fe441e40e67bc719e87ee7dc333dc" + tag: "release-4270", + revision: "27096858dcffef3f13aa545f25f9a736ff231101" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From 9501ef0dff1e8dbd1acf975102eeb8af984ae142 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 27 Nov 2023 12:14:30 +0000 Subject: [PATCH 3/4] neon-postgres 4270 --- 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 7e8d6a2..a76a2c8 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-4245", - revision: "4430d0ae7d3fe441e40e67bc719e87ee7dc333dc" + tag: "release-4270", + revision: "27096858dcffef3f13aa545f25f9a736ff231101" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main" From e3524be2e78b5e40605fa4f68ca0a9fbf089c252 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Mon, 27 Nov 2023 12:14:46 +0000 Subject: [PATCH 4/4] neon-storage 4270 --- 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 143d32d..0715873 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-4245", - revision: "4430d0ae7d3fe441e40e67bc719e87ee7dc333dc" + tag: "release-4270", + revision: "27096858dcffef3f13aa545f25f9a736ff231101" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"