Skip to content

Commit

Permalink
Update FDW to v1.11.2 to remove unnecessary NOTICE level logs (#4274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu authored May 17, 2024
1 parent 048309e commit 9d5b8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d5b8a9

Please sign in to comment.