From 9d5b8a98b61e9fdbcc2b431003fb0d967585cfca Mon Sep 17 00:00:00 2001 From: Puskar Basu <45908484+pskrbasu@users.noreply.github.com> Date: Fri, 17 May 2024 18:02:43 +0530 Subject: [PATCH] Update FDW to v1.11.2 to remove unnecessary NOTICE level logs (#4274) --- pkg/constants/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/db.go b/pkg/constants/db.go index dc772870e7..e5ea66c6d8 100644 --- a/pkg/constants/db.go +++ b/pkg/constants/db.go @@ -28,7 +28,7 @@ const ( // constants for installing db and fdw images const ( DatabaseVersion = "14.2.0" - FdwVersion = "1.11.1" + FdwVersion = "1.11.2" // PostgresImageRef is the OCI Image ref for the database binaries PostgresImageRef = "us-docker.pkg.dev/steampipe/steampipe/db:14.2.0"