Skip to content

Bump FdwVersion to 2.2.3 (FDW v2.2.3 security release)#4996

Merged
kaidaguerre merged 1 commit into
v2.4.xfrom
bump-fdw-version-2.2.3
May 19, 2026
Merged

Bump FdwVersion to 2.2.3 (FDW v2.2.3 security release)#4996
kaidaguerre merged 1 commit into
v2.4.xfrom
bump-fdw-version-2.2.3

Conversation

@kaidaguerre

Copy link
Copy Markdown
Contributor

Summary

Points the embedded Steampipe FDW at the newly published steampipe-postgres-fdw v2.2.3 security release. FDW v2.2.3 is now fully published — GitHub release plus the OCI image ghcr.io/turbot/steampipe/fdw:2.2.3 is live — so Steampipe must consume the patched image.

This is a one-line constant change in pkg/constants/db.go (FdwVersion 2.2.22.2.3). FdwImageRef is derived from FdwVersion, so the embedded FDW image ref automatically resolves to ghcr.io/turbot/steampipe/fdw:2.2.3.

Why

FDW v2.2.3 carries the jackc/pgx/v5 v5.9.2 fix for CVE-2026-41889. Steampipe's own pgx / go-jose / otel remediations for v2.4.3 already merged via #4995 (which also added the ## v2.4.3 [2026-05-19] CHANGELOG entry). Pointing at the patched FDW image is the last remaining prerequisite before cutting the Steampipe v2.4.3 release.

Changes

  • pkg/constants/db.go: FdwVersion = "2.2.2"FdwVersion = "2.2.3" (only this constant; FdwImageRef untouched, derives automatically).
  • CHANGELOG.md: appended one bullet to the existing ## v2.4.3 [2026-05-19] Dependencies section (no new entry created).

Verification

  • GOTOOLCHAIN=auto go build ./... — clean (exit 0).

PR only. No merge, no tag, no release.

@kaidaguerre kaidaguerre merged commit f105c56 into v2.4.x May 19, 2026
29 checks passed
@kaidaguerre kaidaguerre deleted the bump-fdw-version-2.2.3 branch May 19, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants