Update FDW to v2.1.0 (#4607)

This commit is contained in:
Puskar Basu
2025-07-09 17:20:01 +05:30
committed by GitHub
parent f3e685e9ae
commit b4bc8771c0

View File

@@ -28,7 +28,7 @@ const (
// constants for installing db and fdw images
const (
DatabaseVersion = "14.17.0"
FdwVersion = "2.0.0"
FdwVersion = "2.1.0"
// PostgresImageRef is the OCI Image ref for the database binaries
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.17.0"