Update FDW to v1.11.2 to remove unnecessary NOTICE level logs (#4274)

This commit is contained in:
Puskar Basu
2024-05-17 18:02:43 +05:30
committed by GitHub
parent 048309eb95
commit 9d5b8a98b6

View File

@@ -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"