Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ _Dependencies_
- Bump `jackc/pgx/v5` from v5.7.6 to v5.9.2 to remediate CVE-2026-41889. ([#4990](https://github.com/turbot/steampipe/pull/4990))
- Bump `go-jose/go-jose/v4` from v4.1.3 to v4.1.4 to remediate CVE-2026-34986.
- Bump `go.opentelemetry.io/otel/sdk` from v1.40.0 to v1.43.0 to remediate CVE-2026-24051 and CVE-2026-39883.
- Update embedded `steampipe-postgres-fdw` to `v2.2.3` (carries the pgx v5.9.2 / CVE-2026-41889 fix).

## v2.4.2 [2026-04-22]
_Bug fixes_
Expand Down
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.19.0"
FdwVersion = "2.2.2"
FdwVersion = "2.2.3"

// PostgresImageRef is the OCI Image ref for the database binaries
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.19.0"
Expand Down
Loading